Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034741Retail ModulesOffline Modepublic2016-12-15 09:242017-01-12 17:38
christiangoni 
marvintm 
normalmajoralways
closedfixed 
5
 
RR16Q4.1RR16Q4.1 
guilleaer
No
2016-10-21
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/200143bab315e7aaebaa74233d6ab6bfb4959789 [^]
No
0034741: 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 => RR16Q4.1
2017-01-12 16:44hgbotCheckin
2017-01-12 16:44hgbotNote Added: 0093432
2017-01-12 16:44hgbotStatusscheduled => resolved
2017-01-12 16:44hgbotResolutionopen => fixed
2017-01-12 16:44hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q4.1/org.openbravo.retail.posterminal/rev/17f5db13ca6ce6b4c7878ff01bd082738ac479ac [^]
2017-01-12 17:18marvintmAssigned ToRetail => marvintm
2017-01-12 17:38guilleaerReview Assigned To => guilleaer
2017-01-12 17:38guilleaerStatusresolved => closed
2017-01-12 17:38guilleaerFixed in Version => RR16Q4.1

Notes
(0093432)
hgbot   
2017-01-12 16:44   
Repository: retail/backports/3.0RR16Q4.1/org.openbravo.retail.posterminal
Changeset: 17f5db13ca6ce6b4c7878ff01bd082738ac479ac
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jan 12 16:43:50 2017 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4.1/org.openbravo.retail.posterminal/rev/17f5db13ca6ce6b4c7878ff01bd082738ac479ac [^]

Fixed issue 34741. 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
---