Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034742Retail ModulesOffline Modepublic2016-12-15 09:242017-01-12 17:35
christiangoni 
marvintm 
normalmajoralways
closedfixed 
5
 
RR16Q3.5RR16Q3.5 
guilleaer
2016-10-21
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/200143bab315e7aaebaa74233d6ab6bfb4959789 [^]
No
0034742: Error after creating a new Business Partner, new BPLocation and complete a ticket while being offline
Being offline, create a new Business Partner and new BP Location. Complete a ticket.
When connection is restored, the POS is unable to insert the data in the database because the BP has no creation date and POS can not order the insertion.
Log in
Go offline
Create a BP
Create a new Location for this BP
Complete a sale
Restore connection
Oracle raises an error while synchronizing the data.
No tags attached.
blocks defect 0034740 closed christiangoni Error after creating a new Business Partner, new BPLocation and complete a ticket while being offline 
Issue History
2016-12-15 13:19christiangoniTypedefect => backport
2016-12-15 13:19christiangoniTarget Version => RR16Q3.5
2017-01-12 16:43hgbotCheckin
2017-01-12 16:43hgbotNote Added: 0093430
2017-01-12 16:43hgbotStatusscheduled => resolved
2017-01-12 16:43hgbotResolutionopen => fixed
2017-01-12 16:43hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q3.5/org.openbravo.retail.posterminal/rev/8670a6045e508de52a0155cdc8e92484b558aa9a [^]
2017-01-12 17:15guilleaerAssigned ToRetail => marvintm
2017-01-12 17:35guilleaerReview Assigned To => guilleaer
2017-01-12 17:35guilleaerStatusresolved => closed
2017-01-12 17:35guilleaerFixed in Version => RR16Q3.5

Notes
(0093430)
hgbot   
2017-01-12 16:43   
Repository: retail/backports/3.0RR16Q3.5/org.openbravo.retail.posterminal
Changeset: 8670a6045e508de52a0155cdc8e92484b558aa9a
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jan 12 16:42:52 2017 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR16Q3.5/org.openbravo.retail.posterminal/rev/8670a6045e508de52a0155cdc8e92484b558aa9a [^]

Fixed issue 34742. Error after creating a new Business Partner, new BPLocation and complete a ticket while being offline


Due to issue 34254, countEntries was moved to the correct class to allow the terminal execute the import entries in time order and so, CustomerAddrImportEntryProcessor should not implement it.

---
M src/org/openbravo/retail/posterminal/importprocess/CustomerAddrImportEntryProcessor.java
M src/org/openbravo/retail/posterminal/importprocess/CustomerImportEntryProcessor.java
---