Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035208Retail ModulesCash uppublic2017-02-08 17:472017-05-31 09:35
nataliag 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0035208: Cash up is not working well after canceling a layaway.
If you pay partially a layaway ticket and after you cancel it, the cash up information is not correct, it appears as if you don’t have your money returned.
1- Go to web POS and create a layaway ticket.
2- Select a product, and pay it partially. For example if it costs 19€ pay only 10€ and layaway it.
3- Now, click on layaways and search that created in step 2.
4- In the menu, click on “Cancel this layaway” and click on green check to have the money returned.
5- Now, do cash up. When you are going to count money, 10€ appear to be counted but there should appear 0€, as the money has been retourned in step 4.
6- Go to “POS Terminal” window in backend, select your terminal and in “Cash up history” select the new record that has been created.
7- Click on “Payment Method Status Cashup” and in Cash 10€ appear in Total sales and 0 in total Returns.
No tags attached.
Issue History
2017-02-08 17:47nataliagNew Issue
2017-02-08 17:47nataliagAssigned To => Retail
2017-02-08 17:47nataliagResolution time => 1488322800
2017-02-08 17:47nataliagTriggers an Emergency Pack => No
2017-02-09 04:53pradeepvarmaIssue Monitored: pradeepvarma
2017-02-13 07:42ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-02-13 07:43ranjith_qualiantech_comStatusnew => scheduled
2017-02-14 10:01hgbotCheckin
2017-02-14 10:01hgbotNote Added: 0094294
2017-02-14 10:01hgbotStatusscheduled => resolved
2017-02-14 10:01hgbotResolutionopen => fixed
2017-02-14 10:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/79cfb09b8b7ddcaaa22f472cdcc6060ae9138cdd [^]
2017-02-14 10:02hgbotCheckin
2017-02-14 10:02hgbotNote Added: 0094295
2017-02-20 13:24marvintmReview Assigned To => marvintm
2017-02-20 13:24marvintmStatusresolved => closed
2017-02-20 13:24marvintmFixed in Version => RR17Q2
2017-05-31 09:34asiermartirenaNote Added: 0097040
2017-05-31 09:35hgbotCheckin
2017-05-31 09:35hgbotNote Added: 0097041

Notes
(0094294)
hgbot   
2017-02-14 10:01   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 79cfb09b8b7ddcaaa22f472cdcc6060ae9138cdd
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 14 14:30:22 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/79cfb09b8b7ddcaaa22f472cdcc6060ae9138cdd [^]

Fixes issue 35208 : Update Cashup while doing cancel layaway

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0094295)
hgbot   
2017-02-14 10:02   
Repository: tools/automation/pi-mobile
Changeset: 532383f7b3bd1a7da37bbfc0decafcd2ed6a1330
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 14 14:29:52 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/532383f7b3bd1a7da37bbfc0decafcd2ed6a1330 [^]

Verifies issue 35208 : Added automated test 'I35208_VerifyCashupOnCancelLayaway'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I35208_VerifyCashupOnCancelLayaway.java
---
(0097040)
asiermartirena   
2017-05-31 09:34   
This data must also be set in backend, not only in the Web POS
(0097041)
hgbot   
2017-05-31 09:35   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7355336776c71d407913e0252aa6c00b51b7a44a
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Wed May 31 09:34:06 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7355336776c71d407913e0252aa6c00b51b7a44a [^]

Related to issue 35208: Missing to update the cashup info in the backend

---
M src/org/openbravo/retail/posterminal/CancelLayawayLoader.java
---