Openbravo Issue Tracking System - POS2
View Issue Details
0046729POS2POSpublic2021-05-19 10:442021-05-19 12:25
AugustoMauch 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
 
TAP 
aferraz
No
0046729: When checking the if the amount to pay with bills is correct, the minimum bill value is not being properly fetched
In this issue [1] a check was added to ensure that when paying with bills, the amount must be a multiple of the bill with minimum value.

That fix has a problem though, and the bills are sometimes not properly ordered based on the amount.

[1] https://issues.openbravo.com/view.php?id=46526 [^]
In the backoffice:
- Log in
- Open the Currency window
- Select the EUR entry in the header tab
- In the Coins and Bank notes subtab, add 6 entries (amount, currency denomination):
  * 0.1 - Coin
  * 1 - Coin
  * 2 - Coin
  * 5 - Note
  * 10 - Note
  * 20 - Note

In pos2:
- Log in
- Sell any product, pay with euros
- Start a cashup by clicking on the Close Till menu entry
- Click on Split Coins and Bills.
- Focus on the Cash (Bills) input and enter 5. An error message will be shown telling that the amount must be a multiple of 10
No tags attached.
related to backport 0046526TAP closed aferraz JIRA 1825 - Cash up / Counting tool : possibility to enter a wrong number 
blocks defect 0046728 closed AugustoMauch When checking the if the amount to pay with bills is correct, the minimum bill value is not being properly fetched 
Issue History
2021-05-19 10:45AugustoMauchTypedefect => backport
2021-05-19 10:45AugustoMauchTarget Version => TAP
2021-05-19 10:48AugustoMauchRelationship addedrelated to 0046526
2021-05-19 12:24aferrazStatusscheduled => resolved
2021-05-19 12:24aferrazResolutionopen => fixed
2021-05-19 12:25aferrazAssigned ToRetail => AugustoMauch
2021-05-19 12:25aferrazReview Assigned To => aferraz
2021-05-19 12:25aferrazNote Added: 0128395
2021-05-19 12:25aferrazStatusresolved => closed

Notes
(0128395)
aferraz   
2021-05-19 12:25   
Fixed in MR: https://gitlab.com/obcustomers/AGAP/org.openbravo.pos2/-/merge_requests/21 [^]