Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035248Retail ModulesWeb POSpublic2017-02-13 17:112017-04-04 10:45
migueldejuana 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
Production - QA Approved
2016-11-10
RR16Q4
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/00996633f79c [^]
No
0035248: Customer/Location information can be edited in loaded receipts
Customer/Location information can be edited in loaded receipts(layaways, receipts...)

New Context menu added in Customer and Customer Location pop up doesn't check if the receipt is editable or not.
- Login
- Add a product
- Select menu option "layaway this receipt"
- Press Layaway button in Payments Panel
- Load created Layway
- Click on the Customer or in the Location button
- In the opened popup if we click in the Customer or in the Location a "Not editable order" pop up will be show but if we click in context menu(3 dots at the right of the line) and we select Edit we will be able to edit the selected value.

Editing Location the message "Not editable order" is shown but the location is already changed. Editing customer no pop is shown and the customer is updated.
No tags attached.
patch issue 35248 source posterminal.patch (1,206) 2017-02-28 06:41
https://issues.openbravo.com/file_download.php?file_id=10505&type=bug
patch issue 35248 test.patch (1,206) 2017-02-28 06:41
https://issues.openbravo.com/file_download.php?file_id=10506&type=bug
Issue History
2017-02-13 17:11migueldejuanaNew Issue
2017-02-13 17:11migueldejuanaAssigned To => Retail
2017-02-13 17:11migueldejuanaTriggers an Emergency Pack => No
2017-02-13 19:19migueldejuanaRegression level => Production - QA Approved
2017-02-13 19:19migueldejuanaRegression date => 2016-11-10
2017-02-13 19:19migueldejuanaRegression introduced in release => RR16Q4
2017-02-13 19:19migueldejuanaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/00996633f79c [^]
2017-02-13 19:19migueldejuanaNote Added: 0094285
2017-02-13 19:20migueldejuanaSeverityminor => major
2017-02-23 15:56ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-02-23 15:56ranjith_qualiantech_comStatusnew => scheduled
2017-02-28 06:41ranjith_qualiantech_comFile Added: issue 35248 source posterminal.patch
2017-02-28 06:41ranjith_qualiantech_comFile Added: issue 35248 test.patch
2017-03-15 12:01hgbotCheckin
2017-03-15 12:01hgbotNote Added: 0095023
2017-03-15 12:01hgbotCheckin
2017-03-15 12:01hgbotNote Added: 0095024
2017-03-15 12:02hgbotStatusscheduled => resolved
2017-03-15 12:02hgbotResolutionopen => fixed
2017-03-15 12:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1d542a031c1e6b2d14d0ab12d4a54d662f615597 [^]
2017-03-16 11:48marvintmReview Assigned To => marvintm
2017-03-16 11:48marvintmStatusresolved => closed
2017-03-16 11:48marvintmFixed in Version => RR17Q2
2017-04-04 10:45hgbotCheckin
2017-04-04 10:45hgbotNote Added: 0095821

Notes
(0094285)
migueldejuana   
2017-02-13 19:19   
The regression is introduced by the project [Customer creation]
(0095023)
hgbot   
2017-03-15 12:01   
Repository: tools/automation/pi-mobile
Changeset: a7e901e6e98e9efccd7c52c83ebf9137df6849e5
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 15 11:08:32 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a7e901e6e98e9efccd7c52c83ebf9137df6849e5 [^]

Verifies issue 35248 : Added automated test 'I35248_VerifyUpdateCustomerOnLayaway'

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I35248_VerifyUpdateCustomerOnLayaway.java
---
(0095024)
hgbot   
2017-03-15 12:01   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1d542a031c1e6b2d14d0ab12d4a54d662f615597
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 15 11:07:34 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1d542a031c1e6b2d14d0ab12d4a54d662f615597 [^]

Fixes issue 35248 : Customer/ Customer Address should not be updated for completed receipt

* For Layaway & Receipt, Customer/Customer Address details can be edited, but different customer/location can't be set to completed receipt/layaway

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0095821)
hgbot   
2017-04-04 10:45   
Repository: tools/automation/pi-mobile
Changeset: 105eba880851d4da086dd716d7e00972548f8a6c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Apr 04 14:10:26 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/105eba880851d4da086dd716d7e00972548f8a6c [^]

Verifies issue 35248 : Modified test 'ChangeShippingAddressLayaway'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customercreation/ChangeShippingAddressLayaway.java
---