Are there any reasons, why in stylesheet-plain numeric strings are not right aligned?

2010-06-09 Thread Frank H. Ellenberger
Hi, while all other stylesheets align numeric strings right, stylesheet-plain does not. In my eyes this looks not so fine, especial as this is the first view, a user has on the reports is using this stylesheet. Are there any objections to change this? TIA Frank

Re: OS X/Quartz create a bundle fails

2010-06-09 Thread John Ralls
On Jun 9, 2010, at 8:36 AM, Geert Janssens wrote: > On Wednesday 9 June 2010, John Ralls wrote: >> On Jun 9, 2010, at 7:09 AM, Geert Janssens wrote: >>> Hi, >>> >>> I'm following the steps outlined in >>> http://wiki.gnucash.org/wiki/MacOSX/Quartz to build gnucash-svn and >>> subsequently make a

Re: [PATCH] [REVIEW] python bindings and lost business data

2010-06-09 Thread Mark Jenkins
> Back to bug killing. I came up with the attached patch to stop business objects from being lost. The modules "gnucash/business-core-xml" and "gnucash/business-core-sql" are now loaded. I've tested this with >>> from gnucash import Session >>> s = Session('sqlite3:///full_path_to_file') >>> s.s

Re: embedded python interpreter

2010-06-09 Thread Mark Jenkins
Gour writes: >> What about the possibility to use Python to tweak gnucash reports or >> this is still domain to be covered by eguile? Derek Atkins wrote: > There will not be a python interpreter in GnuCash, so no, you cannot use > Python to tweak or create reports internally. That will still be

Re: python bindings and lost business data

2010-06-09 Thread Geert Janssens
On Wednesday 9 June 2010, Mark Jenkins wrote: > > On Wednesday 9 June 2010, Mike Evans wrote: > >> However the > >> business objects do not seem to be loaded/saved so when session.save() > >> is called all the business data, customers etc., are lost. It doesn't > >> matter if I use the mysql or

Re: OS X/Quartz create a bundle fails

2010-06-09 Thread Geert Janssens
On Wednesday 9 June 2010, John Ralls wrote: > On Jun 9, 2010, at 7:09 AM, Geert Janssens wrote: > > Hi, > > > > I'm following the steps outlined in > > http://wiki.gnucash.org/wiki/MacOSX/Quartz to build gnucash-svn and > > subsequently make a bundle out of it. > > > > It all seems to work ok, unti

Re: python bindings and lost business data

2010-06-09 Thread Mark Jenkins
> On Wednesday 9 June 2010, Mike Evans wrote: >> However the >> business objects do not seem to be loaded/saved so when session.save() is >> called all the business data, customers etc., are lost. It doesn't >> matter if I use the mysql or xml backend. Any thoughts? I was actually working on

Re: OS X/Quartz create a bundle fails

2010-06-09 Thread John Ralls
On Jun 9, 2010, at 7:09 AM, Geert Janssens wrote: > Hi, > > I'm following the steps outlined in > http://wiki.gnucash.org/wiki/MacOSX/Quartz > to build gnucash-svn and subsequently make a bundle out of it. > > It all seems to work ok, until I run > bash-3.2$ ige-mac-bundler gnucash.bundle

OS X/Quartz create a bundle fails

2010-06-09 Thread Geert Janssens
Hi, I'm following the steps outlined in http://wiki.gnucash.org/wiki/MacOSX/Quartz to build gnucash-svn and subsequently make a bundle out of it. It all seems to work ok, until I run bash-3.2$ ige-mac-bundler gnucash.bundle This fails with the error: Cannot find source to copy: /Users/janss

Re: Invoice Importer

2010-06-09 Thread Graham Leggett
On 09 Jun 2010, at 3:33 PM, Phil Longstaff wrote: I've had thoughts of a generic importer, so I'll lay them out here and you can use some or all or none of them. I have used an accounting system in the past which allows CVS files to be imported. You specify the CVS file and which CVS colum

Re: configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found

2010-06-09 Thread Derek Atkins
This was fixed in r19247. please update. -derek Tom Van Braeckel writes: > Hi, > > I regularly build GnuCash from source, to test and contribute here and > there. > > Today I did a clean checkout from the trunk, and when I ran ./autogen.sh I > got: > > Makefile.am: installing `./COPYING' using

Re: Reimbursable/non reimbursable expences

2010-06-09 Thread Derek Atkins
Hi, "William G. Lea P.E" writes: > I need to be able to handle reimbursable business expences. I need to > be able to charge milage and driving time against a specific job and > also be able to handle non reimbersable expences accumulating them for > tax purposes. How can I do this? Asection on

Re: Invoice Importer

2010-06-09 Thread Phil Longstaff
I've had thoughts of a generic importer, so I'll lay them out here and you can use some or all or none of them. I have used an accounting system in the past which allows CVS files to be imported. You specify the CVS file and which CVS column contains which internal data field and then let it r

Re: [PATCH] python bindings example scripts

2010-06-09 Thread Geert Janssens
On Wednesday 9 June 2010, Mike Evans wrote: > On Wednesday June 9 2010 03:34:47 Mark Jenkins wrote: > > Mark Jenkins wrote: > > > Attached is a patch that adds three example python bindings scripts. > > > > I also updated the make file to distribute these in the tarballs created > > with make dist,

configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found

2010-06-09 Thread Tom Van Braeckel
Hi, I regularly build GnuCash from source, to test and contribute here and there. Today I did a clean checkout from the trunk, and when I ran ./autogen.sh I got: Makefile.am: installing `./COPYING' using GNU General Public License v3 file Makefile.am: Consider adding the COPYING file to the

Reimbursable/non reimbursable expences

2010-06-09 Thread William G. Lea P.E
I need to be able to handle reimbursable business expences. I need to be able to charge milage and driving time against a specific job and also be able to handle non reimbersable expences accumulating them for tax purposes. How can I do this? Asection on this would be usefull. Thnaks Bill

Re: [PATCH] python bindings example scripts

2010-06-09 Thread Mike Evans
On Wednesday June 9 2010 03:34:47 Mark Jenkins wrote: > Mark Jenkins wrote: > > Attached is a patch that adds three example python bindings scripts. > > I also updated the make file to distribute these in the tarballs created > with make dist, but I didn't test out running make dist. If I had, I >

Re: Where to use country codes

2010-06-09 Thread Valdis Vītoliņš
Thanks, on Ubuntu it works as expected. Will check on Windows after nightly build. Valdis > On Wednesday 9 June 2010, Valdis Vītoliņš wrote: > > On clean checkout after ./configure > > ... > > configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found > > > > Valdis > > ... > > > >

Re: configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found

2010-06-09 Thread Valdis Vītoliņš
It is fixed in revision 19247 few minutes ago. Valdis > Hi, > > I regularly build GnuCash from source, to test and contribute here and > there. > > Today I did a clean checkout from the trunk, and when I ran ./autogen.sh I > got: > > Makefile.am: installing `./COPYING' using GNU General Public

Re: configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found

2010-06-09 Thread Geert Janssens
On Wednesday 9 June 2010, Tom Van Braeckel wrote: > Hi, > > I regularly build GnuCash from source, to test and contribute here and > there. > > Today I did a clean checkout from the trunk, and when I ran ./autogen.sh I > got: > > Makefile.am: installing `./COPYING' using GNU General Public Licen

Re: Where to use country codes

2010-06-09 Thread Geert Janssens
On Wednesday 9 June 2010, Valdis Vītoliņš wrote: > On clean checkout after ./configure > ... > configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found > > Valdis > ... > > > Done. > > > > I moved lv_LV.po to lv.po and accounts/lv_LV to accounts/lv > > Changed accounts/Makefile.am,

configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found

2010-06-09 Thread Tom Van Braeckel
Hi, I regularly build GnuCash from source, to test and contribute here and there. Today I did a clean checkout from the trunk, and when I ran ./autogen.sh I got: Makefile.am: installing `./COPYING' using GNU General Public License v3 file Makefile.am: Consider adding the COPYING file to the

Re: Where to use country codes

2010-06-09 Thread Valdis Vītoliņš
On clean checkout after ./configure ... configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found Valdis ... > Done. > > I moved lv_LV.po to lv.po and accounts/lv_LV to accounts/lv > Changed accounts/Makefile.am, accounts/lv/Makefile.am and configure.ac > > I hope that covers it a

Re: glade3 conversion of .glade files (Re: Should I pull 2.3.14?)

2010-06-09 Thread Geert Janssens
On Tuesday 8 June 2010, Christian Stimming wrote: > Am Tuesday 08 June 2010 schrieb Geert Janssens: > > > On a separate note, why are we using Glade in some places and > > > GtkBuilder in others? In particular, why was there thrashing a few > > > months ago to upgrade to Glade3 and then reverse it?

Re: Where to use country codes

2010-06-09 Thread Geert Janssens
On Wednesday 9 June 2010, Frank H. Ellenberger wrote: > Am Montag, 7. Juni 2010 um 17:01:24 schrieb Valdis Vītoliņš: > > I did tests with Ubuntu with Lithuanian locale: > > val...@studio:~$ env|grep -i lang > > LANG=lt_LT.utf8 > > GDM_LANG=lt_LT.utf8 > > > > Gnucash correctly starts using Lithuania