GnuCash  5.6-86-gd3e8712b30+
Files
Python Bindings Examples Module

The python-bindings come with quite a lot of example scripts. More...

Files

file  account_analysis.py
 Output all the credits and debits on an account.
 
file  change_tax_code.py
 Recurse over all accounts in a book and marks the first one having target_account_code as tax related.
 
file  get_quotes.pl
 Addition to example Script quotes_historic.py.
 
file  gnc_convenience.py
 some functions to make life easier when using python-bindings
 
file  gncinvoice_jinja.py
 exports an invoice from gnucash using a template file, see Python invoice export
 
file  gncinvoicefkt.py
 some help for working with invoices, used in Python invoice export
 
file  latex_invoices.py
 Exports an invoice to lco-file for use with LaTeX, see Python invoice export.
 
file  new_book_with_opening_balances.py
 Replicate the account structure of a book and apply basis opening balances from the original.
 
file  price_database_example.py
 Test file for price database stuff.
 
file  priceDB_test.py
 Test file for price database stuff.
 
file  qof.py
 Some examples for qof queries.
 
file  quotes_historic.py
 Example Script to read historic stock data into gnucash.
 
file  simple_book.py
 Simple example for a book.
 
file  simple_business_create.py
 Set up a set of books for business feature use.
 
file  simple_invoice_insert.py
 Add an invoice to a set of books.
 
file  simple_session.py
 Example Script simple session.
 
file  simple_sqlite_create.py
 Example Script simple sqlite create.
 
file  simple_test.py
 Creates a basic set of accounts and a couple of transactions.
 
file  test_imbalance_transaction.py
 Test the transaction imbalace viewing mechanisms.
 

Detailed Description

The python-bindings come with quite a lot of example scripts.