Bug 28539

Summary: Allow for negative payments in point of sale
Product: Koha Reporter: Erik Stevens <technology>
Component: Fines and feesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Erik Stevens 2021-06-09 19:01:42 UTC
Enhancement request: Allow for negative payments in Point of Sale.

In Point of Sale module, you are allowed to edit the cost of a sale item, and change the amount tendered. But the system won't allow you to input negative numbers for cost. 

For example, if we want to refund a patron $20 from their print account, we take $20 out of the register and hand it to the patron. Point of Sale has no way to record this refund, since the money was collected long ago and over many transactions (i.e. there is no specific transaction to refund). As a result, the register in POS will be over by $20.

If we could make a sale of an item with a cost of -20.00, we could account for this refund and balance the POS register correctly.
Comment 1 Katrin Fischer 2023-07-01 11:04:37 UTC
Maybe instead of negative amounts, a specific refund functionality would be better?