GnuCash
5.6-150-g038405b370+
|
Example Script simple sqlite create. More...
Go to the source code of this file.
Variables | |
simple_sqlite_create.s = Session('sqlite3://%s' % abspath('test.blob'), SessionOpenMode.SESSION_NEW_STORE) | |
simple_sqlite_create.book = s.book | |
simple_sqlite_create.root = book.get_root_account() | |
simple_sqlite_create.a = Account(book) | |
simple_sqlite_create.commod_table = book.get_table() | |
Example Script simple sqlite create.
Definition in file simple_sqlite_create.py.