Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041606Retail ModulesWeb POSpublic2019-08-08 11:332019-11-11 19:58
ucarrion 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR19Q4 
marvintm
No
0041606: When a layaway is reopened in POS, the BP's properties are not being loaded completely.
When a layaway is reopened in POS, the BP's properties are not being loaded completely.
+Create a new layaway, assign it to Carl Studson
+In dvp tools, execute OB.MobileApp.model.receipt.attributes.bp.attributes.postalCode and check that the Postal Code has been loaded
+Back in POS, go to payment tab and press Layaway
+Reopen the layaway again
Go to the dvp tools and execute again OB.MobileApp.model.receipt.attributes.bp.attributes.postalCode
+Check that the Postal Code hasn't been loaded
All BP properties should be loaded each time the order related is opened
No tags attached.
patch issue41606 source posterminal.patch (1,781) 2019-08-13 12:54
https://issues.openbravo.com/file_download.php?file_id=13230&type=bug
Issue History
2019-08-08 11:33ucarrionNew Issue
2019-08-08 11:33ucarrionAssigned To => Retail
2019-08-08 11:33ucarrionResolution time => 1567116000
2019-08-08 11:33ucarrionTriggers an Emergency Pack => No
2019-08-13 12:00ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-08-13 12:00ranjith_qualiantech_comStatusnew => scheduled
2019-08-13 12:54ranjith_qualiantech_comFile Added: issue41606 source posterminal.patch
2019-08-14 07:29hgbotCheckin
2019-08-14 07:29hgbotNote Added: 0114002
2019-08-14 07:29hgbotStatusscheduled => resolved
2019-08-14 07:29hgbotResolutionopen => fixed
2019-08-14 07:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d508cd08d89a1c566e682db97e85fe4cae3048ca [^]
2019-08-14 08:21marvintmReview Assigned To => marvintm
2019-08-14 08:21marvintmStatusresolved => closed
2019-08-14 08:21marvintmFixed in Version => RR19Q4
2019-11-11 19:58hgbotCheckin
2019-11-11 19:58hgbotNote Added: 0115538

Notes
(0114002)
hgbot   
2019-08-14 07:29   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d508cd08d89a1c566e682db97e85fe4cae3048ca
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Aug 14 10:59:00 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d508cd08d89a1c566e682db97e85fe4cae3048ca [^]

Fixed issue 41606 : Customer postalCode should be updated when Shpping and billing address are same

* When loading paid receipt, if customer Shpping and billing address are same,
  then customer postalCode should be updated with Shpping address postalCode

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0115538)
hgbot   
2019-11-11 19:58   
Repository: tools/automation/pi-mobile
Changeset: e2bbd89028479ceaa83c7bccd0a9534ee1cc8c77
Author: Fidel <fidel.campos <at> doceleguas.com>
Date: Thu Oct 31 15:11:37 2019 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e2bbd89028479ceaa83c7bccd0a9534ee1cc8c77 [^]

Related to issue 41606: Added automated test I41606_VerifyPostalCodeOfBpWhenReopenedLayaway

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