Re: Problems with Gnucash development environment on Ubuntu 10.04

2010-05-25 Thread Valdis Vītoliņš
P , 2010-05-24 22:25 -0700, z33...@gmail.com rakstīja: I have guile-1.8 installed, but not 1.6. Ubuntu 10.04 doesn't have guile-1.8-slib package similarly to guile-1.6-slib, which contains symlink /usr/share/guile/1.6/slib-../../slib. To fix that, enter following commands: sudo su cd

Re: How to get tax table value for invoice report?

2010-05-25 Thread Valdis Vītoliņš
I need to get name of Tax table name (because I have tax value in name) http://code.gnucash.org/docs/HEAD/structGncTaxTable.html Or better should be concatenated tax table name, entry amount and type (e.g. VAT 21%, or VAT 10%) http://code.gnucash.org/docs/HEAD/structGncTaxTableEntry.html

How to show additional info in invoice?

2010-05-25 Thread Valdis Vītoliņš
Another problem for invoice is that I need to show Reg No, VAT Reg. No and account info, for current (my) company and customer/vendor. There are no explicit fields for this, but I can enter this info in address field for current company, and in notes field for customer/vendor. Though now I stuck

Re: Problems with Gnucash development environment on Ubuntu 10.04

2010-05-25 Thread Tao Wang
Did you check wiki and follow it's instructions for Ubuntu 10.04? http://wiki.gnucash.org/wiki/Building#Ubuntu_10.04_.28Lucid_Lynx.29 On Tue, May 25, 2010 at 3:25 PM, z33...@gmail.com wrote: Using Ubuntu 10.04 64-bit.  Attempting to compile GnuCash 2.3.12. Configure fails out with the

Re: Problems with Gnucash development environment on Ubuntu 10.04

2010-05-25 Thread z33b0b
Brilliant, thank you Tao and Valdis, I'll try this tomorrow. I didn't check the Wiki, instead relying on the various README / INSTALL / etc. files in the source directory, which made no mention of the Ubuntu 10.04 specifics. I'll give it a shot again on the morrow once I'm back from work.

How do you create a patch in this case?

2010-05-25 Thread Tao Wang
Hi, If I create a patch of Bug #1, which modified a file, say 'Makefile.am'. Then I sent the patch to bugzilla, and I moved on another topic, which is Bug #2. I fixed it and it also modified the same file touched by patch of Bug #1, say 'Makefile.am' again. At the time I creating the patch for

Re: How to get tax table value for invoice report?

2010-05-25 Thread Derek Atkins
Valdis Vītoliņš valdis.vitol...@odo.lv writes: I need to get name of Tax table name (because I have tax value in name) http://code.gnucash.org/docs/HEAD/structGncTaxTable.html Or better should be concatenated tax table name, entry amount and type (e.g. VAT 21%, or VAT 10%)

Re: r19200 - gnucash/trunk/src/backend/dbi - Fix #616100 - Incorrect character set used in MySQL backend

2010-05-25 Thread Derek Atkins
Phil Longstaff plongst...@rogers.com writes: Use SET NAMES 'utf8' so that mysql uses utf8 for communication and all char sets. In any case, no. SET NAMES seems to just tell the mysql server that the char set for all communication with the client is UTF8. It doesn't affect the database

Re: How to show additional info in invoice?

2010-05-25 Thread Derek Atkins
Valdis Vītoliņš valdis.vitol...@odo.lv writes: Another problem for invoice is that I need to show Reg No, VAT Reg. No and account info, for current (my) company and customer/vendor. There are no explicit fields for this, but I can enter this info in address field for current company, and

Re: r19200 - gnucash/trunk/src/backend/dbi - Fix #616100 - Incorrect character set used in MySQL backend

2010-05-25 Thread Phil Longstaff
The database has already be set up as utf8. However, if data to be put into it was not in utf8 (possibly or probably true without SET NAMES 'utf8'), I assume that the data in the database will not be correct. I'm not sure there's anything we can do about that. Phil - I used to be a

Re: r19200 - gnucash/trunk/src/backend/dbi - Fix #616100 - Incorrect character set used in MySQL backend

2010-05-25 Thread Derek Atkins
Phil Longstaff plongst...@rogers.com writes: Phil Longstaff plongst...@rogers.com writes: Use SET NAMES 'utf8' so that mysql uses utf8 for communication and all char sets. In any case, no. SET NAMES seems to just tell the mysql server that the char set for all communication with the

Re: How do you create a patch in this case?

2010-05-25 Thread Derek Atkins
Hi, Tao Wang dancef...@gmail.com writes: Hi, If I create a patch of Bug #1, which modified a file, say 'Makefile.am'. Then I sent the patch to bugzilla, and I moved on another topic, which is Bug #2. I fixed it and it also modified the same file touched by patch of Bug #1, say

Re: Fix warning message of autogen.sh for python-binding.

2010-05-25 Thread Geert Janssens
On Monday 24 May 2010, Tao Wang wrote: Hi, When run autogen.sh, it complains: src/optional/python-bindings/Makefile.am:3: variable `SWIG_SOURCES' is defined but no program or src/optional/python-bindings/Makefile.am:3: library has `SWIG' as canonical name (possible typo) Should not

Re: How to get tax table value for invoice report?

2010-05-25 Thread Mike Evans
On Tuesday May 25 2010 16:43:04 Derek Atkins wrote: Valdis Vītoliņš valdis.vitol...@odo.lv writes: I need to get name of Tax table name (because I have tax value in name) http://code.gnucash.org/docs/HEAD/structGncTaxTable.html Or better should be concatenated tax table name, entry amount

Encoding problem of 'packaging/win32/gnucash.iss.in' in r19204

2010-05-25 Thread Tao Wang
Hi, Geert, I just checked out r19204, and found my patch is committed. Thank you. However, the encoding of gnucash.iss.in is wrong again. Maybe it's the same problem at last time caused by Eclipse svn tools. Could you double check it? Is there a way to split gnucash.iss.in into multiple files?

Re: Encoding problem of 'packaging/win32/gnucash.iss.in' in r19204

2010-05-25 Thread Geert Janssens
On Tuesday 25 May 2010, Tao Wang wrote: Hi, Geert, I just checked out r19204, and found my patch is committed. Thank you. However, the encoding of gnucash.iss.in is wrong again. Maybe it's the same problem at last time caused by Eclipse svn tools. Could you double check it? Sigh, I did it

Re: Encoding problem of 'packaging/win32/gnucash.iss.in' in r19204

2010-05-25 Thread Tao Wang
On Wed, May 26, 2010 at 7:37 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Tuesday 25 May 2010, Tao Wang wrote: Hi, Geert, I just checked out r19204, and found my patch is committed. Thank you. However, the encoding of gnucash.iss.in is wrong again. Maybe it's the same problem at

Re: Encoding problem of 'packaging/win32/gnucash.iss.in' in r19204

2010-05-25 Thread Tao Wang
Umm..., I found the encoding problem is not only happens on Chinese. Many characters are compromised by the changeset of r18718 (maybe others). Especially the Greek, it should become chaos since then. On Wed, May 26, 2010 at 7:54 AM, Tao Wang dancef...@gmail.com wrote: On Wed, May 26, 2010 at