Balance column in accounts general ledger

Hi friend,
i need to add balance column in general ledger …

Note : balance = debit - credit.

@iFeras93

you can create your custom report for that. Or make changes in existing report script.
Add Balance column in it and change script to fetch data for it.

Make your changes in general_ledger.py

I would suggest this is added to the core as its quite generic especially as regards Customer and Supplier statements which are printed from the GL

I believe its standard for such statements to come with a ‘balance’ column

Kind regards,

1 Like