How can I add a new row in the existing ERPNext Balance Sheet table after “Total (Credit)” row? I want to add important fields such as “Legal Reserve” and “Retained Earning”. I really appreciate for your response. Thank you!!
Hello,
In ERPNext, when Period Closing Voucher is made, the difference of Income and Expense is posted in the Liability Account. As per this entry, value will be shown in the Liability Account, but not separately. To learn more, please check:
https://frappe.github.io/erpnext/user/manual/en/accounts/tools/period-closing-voucher
I am sorry, but that didn’t answer my question. Is there any way that i can duplicate the balance sheet report and customize it.
I managed to solve it by duplicating the balance sheet report file and editing it. Thanks anyway.