Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039787Retail ModulesWeb POSpublic2018-12-12 13:222018-12-13 20:30
marvintm 
rqueralta 
urgentmajoralways
closedfixed 
5
 
RR19Q1 
marvintm
Production - Confirmed Stable
2018-05-09
RR18Q3
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d0d2088a42ff19c91eab070b04a387b131759dec [^]
No
0039787: Layaway button should not be shown in Pay Open Tickets window
Currently the layaway button is shown in some cases in Pay Open Tickets, and this is not correct, as the way to layaway tickets there is different (users need to click on each layaway to specify the amount to layaway in each case).
Create a layaway, but do not synchronize it to the backend
Click on Pay Open Tickets, and select this layaway
Notice that the layaway button is shown. This is not correct.
No tags attached.
related to defect 0039665 closed rqueralta Layaway in multiple tickets not working properly 
depends on backport 0039788RR18Q4.2 closed Retail Layaway button should not be shown in Pay Open Tickets window 
depends on backport 0039789RR18Q3.5 closed rqueralta Layaway button should not be shown in Pay Open Tickets window 
Issue History
2018-12-12 13:22marvintmNew Issue
2018-12-12 13:22marvintmAssigned To => Retail
2018-12-12 13:22marvintmRegression introduced in release => RR18Q3
2018-12-12 13:22marvintmTriggers an Emergency Pack => No
2018-12-12 13:23marvintmRelationship addedrelated to 0039665
2018-12-12 13:25marvintmStatusnew => scheduled
2018-12-12 13:25marvintmAssigned ToRetail => rqueralta
2018-12-12 15:52hgbotCheckin
2018-12-12 15:52hgbotNote Added: 0108551
2018-12-12 16:00hgbotCheckin
2018-12-12 16:00hgbotNote Added: 0108553
2018-12-13 02:29hgbotCheckin
2018-12-13 02:29hgbotNote Added: 0108561
2018-12-13 02:29hgbotStatusscheduled => resolved
2018-12-13 02:29hgbotResolutionopen => fixed
2018-12-13 02:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fa2c6861e86b352e47ae98035d86a5973b70ffde [^]
2018-12-13 17:24marvintmRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d0d2088a42ff19c91eab070b04a387b131759dec [^]
2018-12-13 17:24marvintmRegression level => Production - Confirmed Stable
2018-12-13 17:24marvintmRegression date => 2018-05-09
2018-12-13 17:25marvintmReview Assigned To => marvintm
2018-12-13 17:25marvintmStatusresolved => closed
2018-12-13 17:25marvintmFixed in Version => RR19Q1
2018-12-13 20:30hgbotCheckin
2018-12-13 20:30hgbotNote Added: 0108594

Notes
(0108551)
hgbot   
2018-12-12 15:52   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7ba2fd35331ca21e0fa2ea5c1a81d9013450a622
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Dec 12 09:51:45 2018 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7ba2fd35331ca21e0fa2ea5c1a81d9013450a622 [^]

Related to issue 39665: Roll back of all changes related with this issue because
this issue is not valid. The main problem is described in the issue 39787

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0108553)
hgbot   
2018-12-12 16:00   
Repository: tools/automation/pi-mobile
Changeset: 9c8cbc40979c922f34baeb39f40b4b9d6a31d913
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Dec 12 09:59:20 2018 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9c8cbc40979c922f34baeb39f40b4b9d6a31d913 [^]

Related to issue 39665: Roll back of all changes related with this issue because
this issue is not valid. The main problem is described in the issue 39787

---
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I39665_VerifyLayawaysInMultipleTickets.java
---
(0108561)
hgbot   
2018-12-13 02:29   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fa2c6861e86b352e47ae98035d86a5973b70ffde
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Dec 12 13:35:11 2018 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fa2c6861e86b352e47ae98035d86a5973b70ffde [^]

Fixed issue 39787: Layaway button should not be shown in Pay Open Tickets window

- If is a multi order the Layaway button is hide

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0108594)
hgbot   
2018-12-13 20:30   
Repository: tools/automation/pi-mobile
Changeset: b8d6aaf7a77164bb8c01927afda2ac49eb2bc1e4
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Dec 12 13:47:34 2018 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b8d6aaf7a77164bb8c01927afda2ac49eb2bc1e4 [^]

Related to issue 39787: added automated test

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I39787_VerifyLayawayButtonIsNotShownInOpenPayTickets.java
---