GnuCash  5.6-125-g579da58a10+
Functions | Variables
account_analysis.py File Reference

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 (numeric)
 
def account_analysis.next_period_start (start_year, start_month, period_type)
 
def account_analysis.period_end (start_year, start_month, period_type)
 
def account_analysis.generate_period_boundaries (start_year, start_month, period_type, periods)
 
def account_analysis.account_from_path (top_account, account_path, original_path=None)
 
def account_analysis.main ()
 

Variables

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

Detailed Description

Output all the credits and debits on an account.

Author
Mark Jenkins, ParIT Worker Co-operative mark@.nosp@m.pari.nosp@m.t.ca

Definition in file account_analysis.py.

Variable Documentation

◆ PERIODS

dictionary account_analysis.PERIODS
Initial value:
1 = {"monthly": 1,
2  "quarterly": 3,
3  "yearly": 12 }

Definition at line 65 of file account_analysis.py.