Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031510Retail ModulesLayaway orderpublic2015-11-16 18:222015-12-04 13:27
lorenzofidalgo 
mario_castello 
immediatemajoralways
closedfixed 
5
main 
RR16Q1 
guilleaer
Packaging and release
main
No
0031510: [RR15Q4] Certain layaway flow is not correctly built
Going back in certain layaway flow prevents user to go again to the step where the user was previously.
0-Login POS as vallblanca.
1-Create some layaway/s (to be able to select them in following steps).
2-In dropdown menu, click Layaways option.
3-Select a layaway.
4-Click Total Amount button.
5-Click tick button.
6-Now, click 'X' button to remove that amount.
7-Defect: Realise that now it is only available "Layaway" button. If it is enabled to use credit, "Use Credit" button also disappears.
No tags attached.
depends on backport 0031526RR15Q4 closed mario_castello [RR15Q4] Certain layaway flow is not correctly built 
caused by backport 0031188RR15Q4 closed mario_castello [RR15Q4] Tick button & "Done" button is shown to complete Layaways and it can disappear following certain steps 
blocks defect 0031545 closed mario_castello updateCreditSalesAction() should be used to update the visibility of the 'Use credit' button 
png WrongFlow.png (207,306) 2015-11-16 18:22
https://issues.openbravo.com/file_download.php?file_id=8739&type=bug
png
Issue History
2015-11-16 18:22lorenzofidalgoNew Issue
2015-11-16 18:22lorenzofidalgoAssigned To => Retail
2015-11-16 18:22lorenzofidalgoFile Added: WrongFlow.png
2015-11-16 18:22lorenzofidalgoRegression level => Packaging and release
2015-11-16 18:22lorenzofidalgoRegression introduced in release => main
2015-11-16 18:22lorenzofidalgoTriggers an Emergency Pack => No
2015-11-16 18:23lorenzofidalgoRelationship addedcaused by 0031188
2015-11-17 12:15OrekariaStatusnew => acknowledged
2015-11-17 15:42mario_castelloAssigned ToRetail => mario_castello
2015-11-17 15:42mario_castelloStatusacknowledged => scheduled
2015-11-17 21:17hgbotCheckin
2015-11-17 21:17hgbotNote Added: 0081936
2015-11-17 21:17hgbotStatusscheduled => resolved
2015-11-17 21:17hgbotResolutionopen => fixed
2015-11-17 21:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2497032f0517f6aa5e20f49bfa484b74e3ed06a2 [^]
2015-11-18 15:16hgbotCheckin
2015-11-18 15:16hgbotNote Added: 0081955
2015-11-18 20:23OrekariaStatusresolved => new
2015-11-18 20:23OrekariaResolutionfixed => open
2015-11-18 20:23OrekariaStatusnew => scheduled
2015-11-18 20:23OrekariaStatusscheduled => resolved
2015-11-18 20:23OrekariaFixed in Version => RR16Q1
2015-11-18 20:23OrekariaResolutionopen => fixed
2015-11-20 18:28OrekariaReview Assigned To => marvintm
2015-11-21 09:01hgbotCheckin
2015-11-21 09:01hgbotNote Added: 0082036
2015-11-21 09:01hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2497032f0517f6aa5e20f49bfa484b74e3ed06a2 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ee9e5ebd7c1854c2c5f09bfcd1e2bd346fba2891 [^]
2015-11-23 15:32OrekariaRelationship addedblocks 0031545
2015-12-04 13:27guilleaerReview Assigned Tomarvintm => guilleaer
2015-12-04 13:27guilleaerStatusresolved => closed

Notes
(0081936)
hgbot   
2015-11-17 21:17   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2497032f0517f6aa5e20f49bfa484b74e3ed06a2
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue Nov 17 14:16:30 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2497032f0517f6aa5e20f49bfa484b74e3ed06a2 [^]

Fixed issue 31510: Added validation to layaway

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0081955)
hgbot   
2015-11-18 15:16   
Repository: tools/automation/pi-mobile
Changeset: da719f63c409e798a20905f697d43dc8511a9265
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Nov 18 08:15:40 2015 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/da719f63c409e798a20905f697d43dc8511a9265 [^]

Related to issue 31510: Added automation test

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31510_LayawayVerifyPaymentII.java
---
(0082036)
hgbot   
2015-11-21 09:01   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ee9e5ebd7c1854c2c5f09bfcd1e2bd346fba2891
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Thu Nov 19 14:10:27 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ee9e5ebd7c1854c2c5f09bfcd1e2bd346fba2891 [^]

Fixes issue 31510: the button will be shown/hiden using the 'updateCreditSalesAction' method

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---