Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044009Retail ModulesWeb POSpublic2020-04-30 14:312020-06-01 19:55
avicente 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR20Q1.2RR20Q1.2 
marvintm
Packaging and release
2019-11-06
RR20Q1
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4369b93ea8521399ca95e53ce68e2187ea037a03 [^]
No
0044009: Wrong 'Amount to keep' in cash up when Allow Not to Move = N
If the check 'Channel - Touchpoint Type || Payment Method || Cash || Allow Not to Move = N', the 'Amount to keep' selected by the user during the cash up process is not taken into account.
See video https://drive.google.com/file/d/1zg9rIaJakNMgSrgmHegPHzOuWp0zQ1Y8/view [^]
No tags attached.
blocks defect 0043914 closed ranjith_qualiantech_com Wrong 'Amount to keep' in cash up when Allow Not to Move = N 
Issue History
2020-05-08 13:20ranjith_qualiantech_comTypedefect => backport
2020-05-08 13:20ranjith_qualiantech_comTarget Version => RR20Q1.2
2020-05-19 14:37hgbotCheckin
2020-05-19 14:37hgbotNote Added: 0120038
2020-05-19 14:37hgbotStatusscheduled => resolved
2020-05-19 14:37hgbotResolutionopen => fixed
2020-05-19 14:37hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR20Q2/org.openbravo.retail.posterminal/rev/ed9a4b3040519e0eca5341b15e772411b7491acf [^]
2020-05-19 14:37hgbotCheckin
2020-05-19 14:37hgbotNote Added: 0120039
2020-05-19 14:37hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR20Q2/org.openbravo.retail.posterminal/rev/ed9a4b3040519e0eca5341b15e772411b7491acf [^] => http://code.openbravo.com/retail/backports/3.0RR20Q1.2/org.openbravo.retail.posterminal/rev/e23ec2449decb75011792b0554f7264cd6dd1606 [^]
2020-05-19 14:40ranjith_qualiantech_comNote Deleted: 0120038
2020-06-01 19:55marvintmReview Assigned To => marvintm
2020-06-01 19:55marvintmStatusresolved => closed
2020-06-01 19:55marvintmFixed in Version => RR20Q1.2

Notes
(0120039)
hgbot   
2020-05-19 14:37   
Repository: retail/backports/3.0RR20Q1.2/org.openbravo.retail.posterminal
Changeset: e23ec2449decb75011792b0554f7264cd6dd1606
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 08 17:17:56 2020 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR20Q1.2/org.openbravo.retail.posterminal/rev/e23ec2449decb75011792b0554f7264cd6dd1606 [^]

Fixed issue 44009: QtytoKeep should not execeed the Counted Amount

* Payment qtyToKeep should be updated before geting CountCash Summary
* If Counted amount is negative, qtyToKeep will be zero
* If CashToKeep step is not available and Keep fixed amount is enabled,
  qtyToKeep will be updated by fixed amount
* For all the cases, qtyToKeep should not execeed the Counted Amount

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
---