ledger module

class pyluca.ledger.Ledger(journal: Journal, config: dict)[source]

Bases: object

add_account_balance(account: str, df: DataFrame)[source]
get_account_balance(account: str)[source]
get_account_cr(account: str)[source]
get_account_dr(account: str)[source]
get_account_type_balance(account_type: str, exclude_accounts: Optional[List[str]] = None)[source]
get_aging(account: str)[source]
get_balance_sheet()[source]
get_balances() dict[source]
get_df() DataFrame[source]