reports.cashflow_statement

Represents the movement of liquid funds of an Entity.

Module Contents

Classes

CashflowStatement

This class represents the movement of balances of Balance Sheet accounts during the given period.

class reports.cashflow_statement.CashflowStatement(session, start_date: datetime.datetime = None, end_date: datetime.datetime = None)

Bases: python_accounting.reports.financial_statement.FinancialStatement

This class represents the movement of balances of Balance Sheet accounts during the given period.

config = 'cashflow_statement'

The configuration section for the report.

Type:

config (str)

sub_sections: dict

The categories of the contents of the sections of the report.

Type:

sub_sections (dict)

__repr__() str
_get_sections(start_date: datetime.datetime = None, end_date: datetime.datetime = None, full_balance: bool = True) None
_print_section(section, factor=1) str