GnuCash c935c2f+
Loading...
Searching...
No Matches
Variables
simple_sqlite_create.py File Reference

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()
 

Detailed Description

Example Script simple sqlite create.

Definition in file simple_sqlite_create.py.

Variable Documentation

◆ a

simple_sqlite_create.a = Account(book)

Definition at line 16 of file simple_sqlite_create.py.

◆ book

simple_sqlite_create.book = s.book

Definition at line 14 of file simple_sqlite_create.py.

◆ commod_table

simple_sqlite_create.commod_table = book.get_table()

Definition at line 21 of file simple_sqlite_create.py.

◆ root

simple_sqlite_create.root = book.get_root_account()

Definition at line 15 of file simple_sqlite_create.py.

◆ s

simple_sqlite_create.s = Session('sqlite3://%s' % abspath('test.blob'), SessionOpenMode.SESSION_NEW_STORE)

Definition at line 10 of file simple_sqlite_create.py.