Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041545Retail ModulesWeb POSpublic2019-07-23 13:062019-08-19 15:34
Asantos9 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR19Q3RR19Q3 
marvintm
Pre packaging ( pi )
2019-06-11
main
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0c2cc75fab82afdb1d800eb4266a8f0479e75fdd [^]
No
0041545: The cashup is not calculated correctly using cancel and replace in Web POS
When it is used cancel and replace functionality in Web POS, the amount of the payment methods related to the current cashup are not calculated correctly.
1. Log into Web POS
2. Navigate to the cashup and check the current amount of cash
3. Do a ticket of 10€ and pay it with cash
4. Click on Menu and press Open Receipt
5. Search for the previous ticket and open it
6. Click on Menu and press Cancel And Replace option
7. Complete the previous ticket keeping the same payment
8. Navigate to the cashup

Note that the amount of cash is subtracted 10€. This is not correct because the sum of the cancelled receipt and the replacement receipt is 0€.
No tags attached.
blocks defect 0041432 closed ranjith_qualiantech_com The cashup is not calculated correctly using cancel and replace in Web POS 
Issue History
2019-08-05 11:51marvintmTypedefect => backport
2019-08-05 11:51marvintmTarget Version => RR19Q3
2019-08-09 07:44hgbotCheckin
2019-08-09 07:44hgbotNote Added: 0113917
2019-08-09 07:44hgbotStatusscheduled => resolved
2019-08-09 07:44hgbotResolutionopen => fixed
2019-08-09 07:44hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q3/org.openbravo.retail.posterminal/rev/943a3609e5c69f3329762a2b08a51ac66ec7bd5c [^]
2019-08-09 08:26hgbotCheckin
2019-08-09 08:26hgbotNote Added: 0113919
2019-08-19 15:34marvintmReview Assigned To => marvintm
2019-08-19 15:34marvintmStatusresolved => closed
2019-08-19 15:34marvintmFixed in Version => RR19Q3

Notes
(0113917)
hgbot   
2019-08-09 07:44   
Repository: retail/backports/3.0RR19Q3/org.openbravo.retail.posterminal
Changeset: 943a3609e5c69f3329762a2b08a51ac66ec7bd5c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Aug 09 11:14:06 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR19Q3/org.openbravo.retail.posterminal/rev/943a3609e5c69f3329762a2b08a51ac66ec7bd5c [^]

Fixed issue 41545 : Cashup data should be updated when doing Cancal And Replace

* When doing CR, oldLines should not be updated in returns and newLine should be updated in sales

---
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0113919)
hgbot   
2019-08-09 08:26   
Repository: retail/backports/3.0RR19Q3/pi-mobile
Changeset: c374d7dc9fb1ee1ebf358830aae8b3853b145574
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Aug 09 11:55:20 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR19Q3/pi-mobile/rev/c374d7dc9fb1ee1ebf358830aae8b3853b145574 [^]

Verifies issue 41545 : Modified automated test 'I40978_VerifyCashupDataWithCR'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cancelandreplace/I40978_VerifyCashupDataWithCR.java
---