Replicate the account structure of a book and apply basis opening balances from the original.
More...
Go to the source code of this file.
Functions |
|
def | new_book_with_opening_balances::initialize_split |
|
def | new_book_with_opening_balances::record_opening_balance |
|
def | new_book_with_opening_balances::recursivly_build_account_tree |
|
def | new_book_with_opening_balances::reconstruct_account_name_with_mnemonic |
|
def | new_book_with_opening_balances::find_or_make_account |
|
def | new_book_with_opening_balances::choke_on_none_for_no_account |
|
def | new_book_with_opening_balances::create_opening_balance_transaction |
|
def | new_book_with_opening_balances::main |
Variables |
|
tuple | new_book_with_opening_balances::OPENING_DATE = (1, 1, 2011) |
| tuple | new_book_with_opening_balances::ACCOUNT_TYPES_TO_OPEN |
|
tuple | new_book_with_opening_balances::OPENING_BALANCE_ACCOUNT = ( 'Equity', 'Opening Balances') |
|
tuple | new_book_with_opening_balances::PREFERED_CURRENCY_FOR_SIMPLE_OPENING_BALANCE = ("CURRENCY", "CAD") |
Detailed Description
Replicate the account structure of a book and apply basis opening balances from the original.
- Author:
- Mark Jenkins, ParIT Worker Co-operative <mark@parit.ca>
Definition in file new_book_with_opening_balances.py.