Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043914Retail ModulesWeb POSpublic2020-04-30 14:312020-11-09 16:43
avicente 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR20Q3 
marvintm
Packaging and release
2019-11-06
RR20Q1
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4369b93ea8521399ca95e53ce68e2187ea037a03 [^]
No
0043914: 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 [^]
NOR
depends on backport 0044008RR20Q2 closed ranjith_qualiantech_com Wrong 'Amount to keep' in cash up when Allow Not to Move = N 
depends on backport 0044009RR20Q1.2 closed ranjith_qualiantech_com Wrong 'Amount to keep' in cash up when Allow Not to Move = N 
caused by defect 0042108 closed ranjith_qualiantech_com Amount to keep can be higher than total counted for a payment method in cash up 
Issue History
2020-04-30 14:31avicenteNew Issue
2020-04-30 14:31avicenteAssigned To => Retail
2020-04-30 14:31avicenteResolution time => 1589493600
2020-04-30 14:31avicenteTriggers an Emergency Pack => No
2020-05-05 11:44ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-05-05 12:22ranjith_qualiantech_comStatusnew => scheduled
2020-05-07 07:41ranjith_qualiantech_comRelationship addedcaused by 0042108
2020-05-08 08:32ranjith_qualiantech_comRegression level => Packaging and release
2020-05-08 08:32ranjith_qualiantech_comRegression date => 2019-11-06
2020-05-08 08:32ranjith_qualiantech_comRegression introduced in release => RR20Q1
2020-05-08 08:32ranjith_qualiantech_comRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4369b93ea8521399ca95e53ce68e2187ea037a03 [^]
2020-05-08 13:20ranjith_qualiantech_comStatusscheduled => acknowledged
2020-05-08 13:20ranjith_qualiantech_comStatusacknowledged => scheduled
2020-05-08 13:48hgbotCheckin
2020-05-08 13:48hgbotNote Added: 0119698
2020-05-08 13:48hgbotStatusscheduled => resolved
2020-05-08 13:48hgbotResolutionopen => fixed
2020-05-08 13:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/961274908ead95500e06596bf4d31f0d782b9c36 [^]
2020-05-08 13:48hgbotCheckin
2020-05-08 13:48hgbotNote Added: 0119699
2020-05-15 09:33marvintmReview Assigned To => marvintm
2020-05-15 09:33marvintmStatusresolved => closed
2020-05-15 09:33marvintmFixed in Version => RR20Q3
2020-11-09 16:43rafarodaTag Attached: NOR

Notes
(0119698)
hgbot   
2020-05-08 13:48   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 961274908ead95500e06596bf4d31f0d782b9c36
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 08 17:17:56 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/961274908ead95500e06596bf4d31f0d782b9c36 [^]

Fixed issue 43914: 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
---
(0119699)
hgbot   
2020-05-08 13:48   
Repository: tools/automation/pi-mobile
Changeset: beb5bf604ec0d2ee731f6cffd9b81286495cf130
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 08 17:18:07 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/beb5bf604ec0d2ee731f6cffd9b81286495cf130 [^]

Verifies Issue 43914 : Added Test I43914_CashupAmountToKeep

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I43914_CashupAmountToKeep.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I43914_CashupVariableAmountToKeep.java
---