Output all the credits and debits on an account.
More...
Go to the source code of this file.
Functions |
|
def | account_analysis::gnc_numeric_to_python_Decimal |
|
def | account_analysis::next_period_start |
|
def | account_analysis::period_end |
|
def | account_analysis::generate_period_boundaries |
|
def | account_analysis::account_from_path |
|
def | account_analysis::main |
Variables |
| dictionary | account_analysis::PERIODS |
|
int | account_analysis::NUM_MONTHS = 12 |
|
tuple | account_analysis::ONE_DAY = timedelta(days=1) |
|
tuple | account_analysis::ZERO = Decimal(0) |
Detailed Description
Output all the credits and debits on an account.
- Author:
- Mark Jenkins, ParIT Worker Co-operative <mark@parit.ca>
Definition in file account_analysis.py.