reports.trial_balance
Represents the equality of all the credit and debit balances of an Entity.
Module Contents
Classes
This class represents all the balances of the chart of accounts, compared against each other. |
- class reports.trial_balance.TrialBalance(session, end_date: datetime.datetime = None)
Bases:
python_accounting.reports.financial_statement.FinancialStatementThis class represents all the balances of the chart of accounts, compared against each other.
- config = 'trial_balance'
The configuration section for the report.
- Type:
(str)