Bills due reminder

2010-01-27 Thread Vladimir Bashkirtsev

Hi,

I had few bills in my books which were not paid. Bills due reminder 
popped up each time I started GnuCash. Then these bills were superseded 
by new bills and I cleared Active check box in old bills. One would 
thought that inactive bills should not come with the reminder. 
Apparently it is not the case and reminder comes up for inactive bills. 
Is it a feature or just oversight?


Regards,
Vladimir
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: r18582 - gnucash/trunk/src - Add disambiguation prefix to the word Split where it is the action of a Stock Split.

2010-01-27 Thread Derek Atkins
Christian Stimming stimm...@tuhh.de writes:

 Hi Derek,

 sorry, I didn't get the question correctly and didn't explain this
 fully enough: The string Split is used much more often that this two
 times (which I saw immediately in the gnucash.pot file). It is used
 some 10-15 times. However, all usages except the two here are
 correctly translated using the Split Transaction meaning. Only these
 two here have a different meaning, and incidentally the meaning in
 both places is identical again. That's why I used the identical
 disambiguation prefix.

Ah, thank you!  That makes *MUCH* more sense now.

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: GnuCash on CentOS 5

2010-01-27 Thread Derek Atkins
Bill Nottingham nott...@redhat.com writes:

 Derek Atkins (warl...@mit.edu) said: 
  Speaking solely for myself, I'm OK with leaving RHEL 5 at 2.2.x and pushing
  2.4.x into the next version of RHEL/EPEL. But I'm not 100% sure how many
  users we have on RHEL 5 that would want a newer version.
 
 When is EL6 due?

 I am not at liberty to divluge that information. (Sorry.)

Can you give a year?  Is it due in 2010?  Or 2011?

 Could we still release 2.4 with webkit (but without dbi) support for EL5?

 I could certainly build it that way. In fact, couldn't it be configured
 with gtkhtml if absoultely necessary?

Yes.  It can still use GtkHTML.

 Bill

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: report bug: blank print invoice

2010-01-27 Thread Derek Atkins
Geert Janssens janssens-ge...@telenet.be writes:

 On Friday 22 January 2010, Mehdi Alidoost wrote:
 Hello Greet,
 
 I check build 18561 , and this build also doesnt show invoices.
 
 Hmm, then it's not due to my change.

 In fact, it seems this bug has appeared by adding your translation into 
 GnuCash. There are no other relevant changes between r18557 and r18561.

 Also, I can't reproduce this on linux (at least I don't know how), so it may 
 be a problem that only appears on Windows.

 Taking all of this together, I suspect this to be a problem with gtkhtml, the 
 component that is responsible for rendering the reports.

 On linux I have switched to webkit, on Windows, this isn't possible yet due 
 to 
 bugs in webkit.

 If this is indeed the case, I don't expect this issue to be resolved until 
 webkit will be used on windows as well. Gtkhtml is deprecated and will not 
 receive any additional bugfixing. As Gtkhtml is a Gnome library, this is not 
 something GnuCash can remedy, sorry.

Which begs the question:  Why only the Invoice Report?

 Geert

 gnucash-devel mailing list

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Bills due reminder

2010-01-27 Thread Derek Atkins
Hi,

Vladimir Bashkirtsev vladi...@bashkirtsev.com writes:

 Hi,

 I had few bills in my books which were not paid. Bills due reminder
 popped up each time I started GnuCash. Then these bills were
 superseded by new bills and I cleared Active check box in old
 bills. One would thought that inactive bills should not come with the
 reminder. Apparently it is not the case and reminder comes up for
 inactive bills. Is it a feature or just oversight?

This is a feature.  You may have 'hidden' the bills but they are still
due!  You need to Process Payment to pay them off!

 Regards,
 Vladimir

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Rev. 2.3.8 compile error with undefined reference in dialog-fincalc.c

2010-01-27 Thread Derek Atkins
Johann Wöckinger j.woeckin...@edumail.at writes:

 Christian Stimming schrieb:
 Am Dienstag, 26. Januar 2010 schrieb Johann Wöckinger:
   
 Hi,

 When I try to compile gnucash 2.3.8, build process fails with following
 message:

 .libs/dialog-fincalc.o: In function `init_fi':
 /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:299:
 undefined reference to `fi_calc_future_value'
 

 Is this fixed when you add the line
   ${top_builddir}/src/calculation/libgncmod-calculation.la \
 in src/gnome/Makefile.am to the variable libgnc_gnome_la_LIBADD, i.e. by
 inserting the above line right after line 5?

[snip]

 I tried this, but it did not solve the problem - now the undefined
 reference error appears first at line 299 of dialog-fincalc.c (see
 below)


 .libs/dialog-fincalc.o: In function `init_fi':
 /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:299:
 undefined reference to `fi_calc_future_value'
 .libs/dialog-fincalc.o: In function `calc_value':
 /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:423:
 undefined reference to `fi_calc_future_value'
 /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:420:
 undefined reference to `fi_calc_payment'
 /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:417:
 undefined reference to `fi_calc_present_value'
 /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:414:
 undefined reference to `fi_calc_interest'
 /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:411:
 undefined reference to `fi_calc_num_payments'
 collect2: ld returned 1 exit status
 make[5]: *** [libgnc-gnome.la] Fehler 1
 make[5]: Leaving directory
 /home/hans/software/gnucash/gnucash-2.3.8/src/gnome'

Can you please show more of the log, in particular the link line that
happens just before this error is thrown?

 woec

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: report bug: blank print invoice

2010-01-27 Thread Geert Janssens
On Wednesday 27 January 2010, Derek Atkins wrote:
 Geert Janssens janssens-ge...@telenet.be writes:
  On Friday 22 January 2010, Mehdi Alidoost wrote:
  Hello Greet,
 
  I check build 18561 , and this build also doesnt show invoices.
 
  Hmm, then it's not due to my change.
 
  In fact, it seems this bug has appeared by adding your translation into
  GnuCash. There are no other relevant changes between r18557 and r18561.
 
  Also, I can't reproduce this on linux (at least I don't know how), so it
  may be a problem that only appears on Windows.
 
  Taking all of this together, I suspect this to be a problem with gtkhtml,
  the component that is responsible for rendering the reports.
 
  On linux I have switched to webkit, on Windows, this isn't possible yet
  due to bugs in webkit.
 
  If this is indeed the case, I don't expect this issue to be resolved
  until webkit will be used on windows as well. Gtkhtml is deprecated and
  will not receive any additional bugfixing. As Gtkhtml is a Gnome library,
  this is not something GnuCash can remedy, sorry.
 
 Which begs the question:  Why only the Invoice Report?
 
Yes, definitely a good question.

By the way, I looked back through the thread and couldn't find exactly which 
invoice report we are talking about. I found Easy Invoice, Fancy Invoice 
and Printable Invoice. I tried with all three on linux (starting with 
LC_ALL=fa LANG=fa gnucash), but I didn't see any problem with any of these 
three.

Perhaps it's a good idea to create a bugreport for this. It's easier to track 
all relevant information in there (and to add screenshots and the like).

  Geert
 
  gnucash-devel mailing list
 
 -derek
 
Geert
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Rev. 2.3.8 compile error with undefined reference in dialog-fincalc.c

2010-01-27 Thread Johann Wöckinger

Johann Wöckinger j.woeckinger at edumail.at 
https://lists.gnucash.org/mailman/listinfo/gnucash-devel writes:


/ Christian Stimming schrieb:

// Am Dienstag, 26. Januar 2010 schrieb Johann Wöckinger:
//   
// Hi,

//
// When I try to compile gnucash 2.3.8, build process fails with following
// message:
//
// .libs/dialog-fincalc.o: In function `init_fi':
// /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:299:
// undefined reference to `fi_calc_future_value'
// 
//

// Is this fixed when you add the line
//   ${top_builddir}/src/calculation/libgncmod-calculation.la \
// in src/gnome/Makefile.am to the variable libgnc_gnome_la_LIBADD, i.e. by
// inserting the above line right after line 5?
/
[snip]


/ I tried this, but it did not solve the problem - now the undefined

// reference error appears first at line 299 of dialog-fincalc.c (see
// below)
//
//
// .libs/dialog-fincalc.o: In function `init_fi':
// /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:299:
// undefined reference to `fi_calc_future_value'
// .libs/dialog-fincalc.o: In function `calc_value':
// /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:423:
// undefined reference to `fi_calc_future_value'
// /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:420:
// undefined reference to `fi_calc_payment'
// /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:417:
// undefined reference to `fi_calc_present_value'
// /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:414:
// undefined reference to `fi_calc_interest'
// /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:411:
// undefined reference to `fi_calc_num_payments'
// collect2: ld returned 1 exit status
// make[5]: *** [libgnc-gnome.la] Fehler 1
// make[5]: Leaving directory
// /home/hans/software/gnucash/gnucash-2.3.8/src/gnome'
/
Can you please show more of the log, in particular the link line that
happens just before this error is thrown?


/ woec

/
-derek


Hi,

ok here is the link line just before the errors listed above:

/bin/sh ../../libtool --tag=CC   --mode=link gcc  -Wdeclaration-after-statement 
-Wno-pointer-sign -D_FORTIFY_SOURCE=2 -g -O2 -Wall -Wunused 
-Wmissing-prototypes -Wmissing-declarations  -Wno-unused  -Wl,-z,defs -o 
libgnc-gnome.la -rpath /usr/lib swig-gnome.lo dialog-chart-export.lo 
dialog-commodities.lo dialog-fincalc.lo dialog-find-transactions.lo 
dialog-new-user.lo dialog-price-editor.lo dialog-price-edit-db.lo 
dialog-print-check.lo dialog-progress.lo dialog-sx-editor.lo 
dialog-sx-from-trans.lo dialog-sx-since-last-run.lo dialog-tax-info.lo 
dialog-userpass.lo druid-acct-period.lo druid-hierarchy.lo druid-merge.lo 
druid-loan.lo druid-stock-split.lo gnc-plugin-account-tree.lo 
gnc-plugin-basic-commands.lo gnc-plugin-budget.lo gnc-plugin-register.lo 
gnc-plugin-page-account-tree.lo gnc-plugin-page-budget.lo 
gnc-plugin-page-sx-list.lo gnc-plugin-page-register.lo gnc-split-reg.lo 
lot-viewer.lo reconcile-list.lo top-level.lo window-reconcile.lo 
../../src/register/ledger-core/libgncmod-ledger-core.la 
../../src/register/register-gnome/libgncmod-register-gnome.la 
../../src/register/register-core/libgncmod-register-core.la 
../../src/report/report-gnome/libgncmod-report-gnome.la 
../../src/report/report-system/libgncmod-report-system.la 
../../src/gnome-search/libgncmod-gnome-search.la 
../../src/gnome-utils/libgncmod-gnome-utils.la 
../../src/backend/xml/libgnc-backend-xml-utils.la 
../../src/app-utils/libgncmod-app-utils.la ../../src/html/libgncmod-html.la 
../../src/engine/libgncmod-engine.la ../../src/core-utils/libgnc-core-utils.la 
../../src/libqof/qof/libgnc-qof.la -lglade-2.0 -lgtk-x11-2.0 -lxml2 
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 
-lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lguile -lltdl  -lgmp 
-lcrypt -lm -lltdl -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 
-lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 
-lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm 
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 
-ldl -lgobject-2.0 -lglib-2.0   -pthread -Wl,--export-dynamic -lgthread-2.0 
-lrt -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
../../src/libqof/qof/libgnc-qof.la -lpopt -lm  -lm
libtool: link: gcc -shared  .libs/swig-gnome.o .libs/dialog-chart-export.o 
.libs/dialog-commodities.o .libs/dialog-fincalc.o 
.libs/dialog-find-transactions.o .libs/dialog-new-user.o 
.libs/dialog-price-editor.o .libs/dialog-price-edit-db.o 
.libs/dialog-print-check.o .libs/dialog-progress.o .libs/dialog-sx-editor.o 
.libs/dialog-sx-from-trans.o .libs/dialog-sx-since-last-run.o 
.libs/dialog-tax-info.o .libs/dialog-userpass.o .libs/druid-acct-period.o 
.libs/druid-hierarchy.o .libs/druid-merge.o .libs/druid-loan.o 
.libs/druid-stock-split.o .libs/gnc-plugin-account-tree.o