Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029871Retail ModulesWeb POSpublic2015-05-13 17:132015-05-29 12:19
yogaskarnik 
aaroncalero 
urgentmajoralways
closedfixed 
5
RR15Q1 
RR15Q3RR15Q3 
marvintm
No
0029871: Web POS orders not synchronizing
Orders not synchronized from Web POS to the ERP. All the data remains in the local storage.
1.Use the attached json data to insert the data in to c_order
2.Refresh the terminal and wait for the synchronization process to happen
3.Once the process finishes check the local storage
4.Data is not synchronized
No tags attached.
duplicate of defect 0030835 closed marvintm error to sync a receipt from terminal, but it is not deleted from terminal and it is not saved in errors while importing 
txt json_data.txt (157,538) 2015-05-13 17:13
https://issues.openbravo.com/file_download.php?file_id=8082&type=bug
Issue History
2015-05-13 17:13yogaskarnikNew Issue
2015-05-13 17:13yogaskarnikAssigned To => Retail
2015-05-13 17:13yogaskarnikFile Added: json_data.txt
2015-05-13 17:13yogaskarnikTriggers an Emergency Pack => No
2015-05-14 09:02yogaskarnikIssue Monitored: yogaskarnik
2015-05-14 09:41yogaskarnikResolution time => 1432072800
2015-05-14 09:41yogaskarnikTarget Version => RR15Q3
2015-05-21 10:50aaroncaleroAssigned ToRetail => aaroncalero
2015-05-21 15:45hgbotCheckin
2015-05-21 15:45hgbotNote Added: 0077626
2015-05-21 15:45hgbotStatusnew => resolved
2015-05-21 15:45hgbotResolutionopen => fixed
2015-05-21 15:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/09019defb148fa26c99dd4cbe922652372e1d808 [^]
2015-05-29 12:19marvintmReview Assigned To => marvintm
2015-05-29 12:19marvintmStatusresolved => closed
2015-05-29 12:19marvintmFixed in Version => RR15Q3
2015-10-07 16:54malsasuaRelationship addedduplicate of 0030835

Notes
(0077626)
hgbot   
2015-05-21 15:45   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 09019defb148fa26c99dd4cbe922652372e1d808
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Thu May 21 15:31:45 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/09019defb148fa26c99dd4cbe922652372e1d808 [^]

Fixed issue 29871: Web POS orders not synchronizing

Added a check in the DataSynchronizationProcess to verify that, if the createdBy or the userId json fields exist, they are not null, to prevent the recovered userId from being a 'null' string.

---
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
---