reports.balance_sheet

Represents the financial position of an Entity.

Module Contents

Classes

BalanceSheet

This class represents Financial Position/Balance Sheet of a given Entity.

class reports.balance_sheet.BalanceSheet(session, end_date: datetime.datetime = None)

Bases: python_accounting.reports.financial_statement.FinancialStatement

This class represents Financial Position/Balance Sheet of a given Entity.

Accounts

The Account types allowed to be in included in the report.

Type:

(Account.AccountType)

config = 'balance_sheet'

The configuration section for the report.

Type:

(str)

__repr__() str