Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039089Retail ModulesWeb POSpublic2018-08-03 09:512018-08-16 12:24
marvintm 
rqueralta 
highmajoralways
closedfixed 
5
 
RR18Q4 
marvintm
No
0039089: In remote mode, saving of a modified address can fail
If remote mode is activated for customers, and a new address is created, and quickly modified and saved, the modification goes to "Errors while importing POS Data" window.
- Enable remote mode for customer
- Log in the WebPOS.
- Open business partner selector. For customer "VBS Customer", click on the contextual menu, and select "Manage Addresses".
- Create a new address. Fill the fields and click on save.
- Click on "Edit" button, and modify one field. Click on save again.
- Go to errors while importing window in the backend. Verify that the second save produced an error:

"java.lang.Error: java.text.ParseException: Unparseable date: "null+0000"..."
No tags attached.
diff issue39089.diff (1,048) 2018-08-03 10:01
https://issues.openbravo.com/file_download.php?file_id=12026&type=bug
Issue History
2018-08-03 09:51marvintmNew Issue
2018-08-03 09:51marvintmAssigned To => Retail
2018-08-03 09:51marvintmResolution time => 1535148000
2018-08-03 09:51marvintmTriggers an Emergency Pack => No
2018-08-03 10:01marvintmFile Added: issue39089.diff
2018-08-03 10:02ngarciaIssue Monitored: ngarcia
2018-08-03 18:17rqueraltaAssigned ToRetail => rqueralta
2018-08-08 15:11hgbotCheckin
2018-08-08 15:11hgbotNote Added: 0106243
2018-08-08 15:11hgbotStatusnew => resolved
2018-08-08 15:11hgbotResolutionopen => fixed
2018-08-08 15:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4ef7439ea5e201b59b2baa29bd0ff276b58b03a3 [^]
2018-08-14 23:11hgbotCheckin
2018-08-14 23:11hgbotNote Added: 0106350
2018-08-16 12:24marvintmReview Assigned To => marvintm
2018-08-16 12:24marvintmStatusresolved => closed
2018-08-16 12:24marvintmFixed in Version => RR18Q4

Notes
(0106243)
hgbot   
2018-08-08 15:11   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4ef7439ea5e201b59b2baa29bd0ff276b58b03a3
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Tue Aug 07 13:54:54 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4ef7439ea5e201b59b2baa29bd0ff276b58b03a3 [^]

Fixed issue 39089: In remote mode, saving of a modified address can fail

---
M web/org.openbravo.retail.posterminal/js/data/datacustomeraddrsave.js
---
(0106350)
hgbot   
2018-08-14 23:11   
Repository: tools/automation/pi-mobile
Changeset: 1e54737d56872d98915212ce21411145f7491b80
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Aug 07 12:50:20 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1e54737d56872d98915212ce21411145f7491b80 [^]

Related to issue 39089: 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/I39089_VerifySaveAddressInRemoteMode.java
---