Error while doing POS Closing Entry

Based on POS CLOSING ENTRY: Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total' · Issue #35857 · frappe/erpnext · GitHub , seems there is an error if i’m using sales charges and tax templates with ‘On Previous Row Amount’ or ‘Previous Row Total’ in the Charge Types.

Is there anyone here can help how to solve this bug?

forgot having this post, i found solution about this issue. hopefully this would be helpful in the future for anybody who need this.

So i modified my file
erpnext/accounts/doctype/pos_invoice_merge_log.py

I change line 258, from :

tax.charge_type = "Actual"

to

anw, i’m using erp14 and 15. same bug same solution

1 Like