|
GnuCash c935c2f+
|
Output all the credits and debits on an account. More...
Go to the source code of this file.
Functions | |
| account_analysis.gnc_numeric_to_python_Decimal (numeric) | |
| account_analysis.next_period_start (start_year, start_month, period_type) | |
| account_analysis.period_end (start_year, start_month, period_type) | |
| account_analysis.generate_period_boundaries (start_year, start_month, period_type, periods) | |
| account_analysis.account_from_path (top_account, account_path, original_path=None) | |
| account_analysis.main () | |
Variables | |
| dict | account_analysis.PERIODS |
| int | account_analysis.NUM_MONTHS = 12 |
| account_analysis.ONE_DAY = timedelta(days=1) | |
| account_analysis.DEBITS_SHOW | |
| account_analysis.CREDITS_SHOW | |
| account_analysis.ZERO = Decimal(0) | |
Output all the credits and debits on an account.
Definition in file account_analysis.py.
| account_analysis.account_from_path | ( | top_account, | |
| account_path, | |||
original_path = None |
|||
| ) |
Definition at line 138 of file account_analysis.py.
| account_analysis.generate_period_boundaries | ( | start_year, | |
| start_month, | |||
| period_type, | |||
| periods | |||
| ) |
Definition at line 131 of file account_analysis.py.
| account_analysis.gnc_numeric_to_python_Decimal | ( | numeric | ) |
Definition at line 77 of file account_analysis.py.
| account_analysis.main | ( | ) |
Definition at line 152 of file account_analysis.py.
| account_analysis.next_period_start | ( | start_year, | |
| start_month, | |||
| period_type | |||
| ) |
Definition at line 97 of file account_analysis.py.
| account_analysis.period_end | ( | start_year, | |
| start_month, | |||
| period_type | |||
| ) |
Definition at line 117 of file account_analysis.py.
| account_analysis.CREDITS_SHOW |
Definition at line 73 of file account_analysis.py.
| account_analysis.DEBITS_SHOW |
Definition at line 73 of file account_analysis.py.
| int account_analysis.NUM_MONTHS = 12 |
Definition at line 69 of file account_analysis.py.
| account_analysis.ONE_DAY = timedelta(days=1) |
Definition at line 71 of file account_analysis.py.
| dict account_analysis.PERIODS |
Definition at line 65 of file account_analysis.py.
| account_analysis.ZERO = Decimal(0) |
Definition at line 75 of file account_analysis.py.