Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040880Retail ModulesWeb POSpublic2019-05-15 09:262019-06-05 09:52
prakashmurugesan88 
rqueralta 
highmajoralways
closedfixed 
5
 
RR19Q3 
marvintm
No
0040880: Creation and Assigning of New Shipment Address for customer is not working properly
Try to create a new customer with both Invoice and Shipment addresses are same.
Assign the customer to the receipt.
Customer assigned to receipt successfully.
Now click on the invoice address.
Click on "New Address" button.
Create new address and uncheck "Invoicing Address".
Save the address.
Assign to receipt (Ship.)

Expected:
Newly created Shipment Address should be assigned to the receipt.

Issue.
Shipment Address not assigned.


Try to search the created new address.
Newly created Shipment Address not appearing in the list.
However shipment address appears after refreshing the terminal.
Reproduced in Live Builds,

Please check the below link,

https://drive.google.com/file/d/19c0w6hoQ-6JWOsB2Y_9ULw5N1DW0kJsc/view [^]

No tags attached.
causes defect 0041598 closed rqueralta Create a new shipping address and assign to a receipt returns a JS error 
Issue History
2019-05-15 09:26prakashmurugesan88New Issue
2019-05-15 09:26prakashmurugesan88Assigned To => Retail
2019-05-15 09:26prakashmurugesan88Triggers an Emergency Pack => No
2019-05-15 17:52guillermogilResolution time => 1559772000
2019-05-20 22:03rqueraltaAssigned ToRetail => rqueralta
2019-05-20 22:03rqueraltaStatusnew => scheduled
2019-05-31 17:28hgbotCheckin
2019-05-31 17:28hgbotNote Added: 0112319
2019-05-31 17:28hgbotStatusscheduled => resolved
2019-05-31 17:28hgbotResolutionopen => fixed
2019-05-31 17:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b30dedfb55609768435faec2ea9d73bc82ac7b76 [^]
2019-06-04 16:43hgbotCheckin
2019-06-04 16:43hgbotNote Added: 0112386
2019-06-05 09:52marvintmReview Assigned To => marvintm
2019-06-05 09:52marvintmStatusresolved => closed
2019-06-05 09:52marvintmFixed in Version => RR19Q3
2019-08-07 13:43umartirenaRelationship addedcauses 0041598

Notes
(0112319)
hgbot   
2019-05-31 17:28   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b30dedfb55609768435faec2ea9d73bc82ac7b76
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed May 29 11:55:42 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b30dedfb55609768435faec2ea9d73bc82ac7b76 [^]

Fixed issue 40880: Creation and Assigning of New Shipment Address for customer
is not working properly

- Added the new customer address to locations object

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customeraddress/customeraddrdetailview.js
---
(0112386)
hgbot   
2019-06-04 16:43   
Repository: tools/automation/pi-mobile
Changeset: 9e7646206fb0e99614c07747d6bdc38738a83e80
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Jun 04 10:42:59 2019 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9e7646206fb0e99614c07747d6bdc38738a83e80 [^]

Related to issue 40880: added automated test

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customer/I40880_VerifyNewShipmentAddressIsAssignedToReceipt.java
---