[Koha-bugs] [Bug 27290] Cash register allows for 'amount tendered' less than amount being paid

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 21 17:28:25 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27290

--- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 114568
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114568&action=edit
Bug 27290: Update 'type=number' to 'type=text inputmode=numeric'

This patch updates the inputs for the pay form on the point of sale page
to use numeric inputmode. This appears to also fix the validation issue
described in the bug report.

To test:
1 - Enable 'useCashRegisters' and 'EnablePointofSale'
2 - Add a cash register
3 - Add a debit type that can be sold
4 - Go to point of sale and sell the item multiple times
5 - Enter 'Amount tendered' less than amount being paid
6 - Click confirm
7 - Transaction is processed as if full funds received
8 - Try with a negative number - goes through again

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list