erpnext icon indicating copy to clipboard operation
erpnext copied to clipboard

fix: Write Off not working when paid_amount is greater than grand_total

Open devdiogenes opened this issue 5 months ago • 0 comments

Write-Off amount is currently not working when the paid amount is greater than the grand_total.

To simulate, lets suppose that we're selling an item that costs $ 8.50, then we only give back $ 1.00 to the customer, and the customer says that we don't need to give back the $ 0.50 amount.

Item value: $ 8.50 Change amount: $ 1.00 Write-off: $ -0.50

This is how the system behaves before apply changes:

Before

This commit apply all changes necessary for make it works properly. This is how the system behaves after applying changes:

After

I also changed POS Invoice Merge Log, cause after we make the POS Closing Entry, the write-off amounts are not summed in the consolidated Sales Invoice.

devdiogenes avatar Sep 19 '24 16:09 devdiogenes