Bug 28539 - Allow for negative payments in point of sale
Summary: Allow for negative payments in point of sale
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Fines and fees (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-09 19:01 UTC by Erik Stevens
Modified: 2023-07-01 11:04 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?