09:21
To: gnucash-devel@gnucash.org
Subject: Creating new customer with Python bindings and SQL backend
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello guys,
I am trying to create a new customer using the Python bindings. I am using an
SQL backend (PostgreSQL).
I follow the examples and do
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello guys,
I am trying to create a new customer using the Python bindings. I am
using an SQL backend (PostgreSQL).
I follow the examples and do
new_customer = Customer(book, '0', USD, 'foo bar')
Of course, the currency USD is correctly defined. Th