Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035355Retail ModulesWeb POSpublic2017-02-24 09:282017-03-08 18:01
aaroncalero 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR17Q2 
marvintm
Packaging and release
main
No
0035355: Remaining to Pay total doesn't update when reverting the amount to layaway in the Pay Open Tickets window
Remaining to Pay total doesn't update when reverting the amount to layaway in the Pay Open Tickets window. After changing the amount to layaway of a ticket in that window, if the user needs to change the amount of that ticket back to the total amount, the full amount of the multiorder is not updated.

This issue cannot be reproduced on 16Q4.
Login in web pos and create a new ticket.
Add a product (e.g. Avalanche transceiver).
Go to the menu > Pay Open tickets
Select the draft ticket and click on Done. The multiorders view will be shown.
Click on the draft receipt line and modify the Amount to Layaway to 10€
The total amount to pay will be updated to 10€
Click again on the receipt line and this time leave the amount field empty and click on Apply to revert the amount to layaway.
The amount on the draft receipt line will be updated, but the total amount to pay of the multiorder will remain as 10€.

No tags attached.
related to defect 0035034 closed mario_castello [RR17Q1] Remaining to Pay totals don't update when changing the amounts to layaway in the Pay Open Tickets window 
patch issue 35355 source posterminal.patch (1,059) 2017-02-28 06:37
https://issues.openbravo.com/file_download.php?file_id=10501&type=bug
patch issue 35355 test.patch (4,442) 2017-02-28 06:37
https://issues.openbravo.com/file_download.php?file_id=10502&type=bug
Issue History
2017-02-24 09:28aaroncaleroNew Issue
2017-02-24 09:28aaroncaleroAssigned To => Retail
2017-02-24 09:28aaroncaleroResolution time => 1489100400
2017-02-24 09:28aaroncaleroRegression level => Packaging and release
2017-02-24 09:28aaroncaleroRegression introduced in release => main
2017-02-24 09:28aaroncaleroTriggers an Emergency Pack => No
2017-02-24 09:29aaroncaleroRelationship addedrelated to 0035034
2017-02-24 12:47ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-02-24 12:47ranjith_qualiantech_comStatusnew => scheduled
2017-02-28 06:37ranjith_qualiantech_comFile Added: issue 35355 source posterminal.patch
2017-02-28 06:37ranjith_qualiantech_comFile Added: issue 35355 test.patch
2017-03-07 07:02hgbotCheckin
2017-03-07 07:02hgbotNote Added: 0094774
2017-03-07 07:02hgbotStatusscheduled => resolved
2017-03-07 07:02hgbotResolutionopen => fixed
2017-03-07 07:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c42aaa2719478905fb62e9423b9255543b0cce95 [^]
2017-03-07 07:03hgbotCheckin
2017-03-07 07:03hgbotNote Added: 0094775
2017-03-08 18:01marvintmReview Assigned To => marvintm
2017-03-08 18:01marvintmStatusresolved => closed
2017-03-08 18:01marvintmFixed in Version => RR17Q2

Notes
(0094774)
hgbot   
2017-03-07 07:02   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c42aaa2719478905fb62e9423b9255543b0cce95
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 07 11:31:58 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c42aaa2719478905fb62e9423b9255543b0cce95 [^]

Fixes issue 35355 : Amount should be updated receipt whenever layaway amount changes

* In Pay Open Tickets, Amount to Layaway is empty, then receipt original amount should be updated

---
M web/org.openbravo.retail.posterminal/js/components/modalmultiorderslayaway.js
---
(0094775)
hgbot   
2017-03-07 07:03   
Repository: tools/automation/pi-mobile
Changeset: e60a33a7918cfc439d3f031fe88f38ce7bd09ccf
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 07 11:32:08 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e60a33a7918cfc439d3f031fe88f38ce7bd09ccf [^]

Verifies issue 35355 : Added automated test 'I35355_VerifyLayawayAmountInPayOpen'

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