[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
Wed Dec 30 16:21:54 CET 2020


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114670|0                           |1
        is obsolete|                            |

--- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 114747
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114747&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

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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


More information about the Koha-bugs mailing list