Misc
Other than the functionalities that we discussed in previous sections, pyluca gives more features which come handy in terms of financing. Following are few
Balance sheet
get_balance_sheet() provides you a DataFrame (pandas) of balances of each account (as columns) as of each journal entry
Balances
get_balances() provides you a dict of balances. Key would be the account and value is the balance
Aging
Often, it is important to know how the balance in an account is decreased. In other words, how the positive entries age. You can use get_aging() method to get it. It gives detailed information