|
GnuCash c935c2f+
|
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.
| simple_sqlite_create.a = Account(book) |
Definition at line 16 of file simple_sqlite_create.py.
| simple_sqlite_create.book = s.book |
Definition at line 14 of file simple_sqlite_create.py.
| simple_sqlite_create.commod_table = book.get_table() |
Definition at line 21 of file simple_sqlite_create.py.
| simple_sqlite_create.root = book.get_root_account() |
Definition at line 15 of file simple_sqlite_create.py.
| simple_sqlite_create.s = Session('sqlite3://%s' % abspath('test.blob'), SessionOpenMode.SESSION_NEW_STORE) |
Definition at line 10 of file simple_sqlite_create.py.