Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033130Retail ModulesWeb POSpublic2016-06-03 12:012016-06-07 19:06
guillermogil 
guillermogil 
urgentminoralways
closedfixed 
5
 
RR16Q3 
marvintm
No
0033130: em_obpos_createdabsolute is not using Absolute DateTime reference
em_obpos_createdabsolute is not using Absolute DateTime reference.
If that reference gets change it fails on the insertion of the order so it is needed to make fillBobFromJSON compatible with that reference.
- Login on the ERP
- Go to tables and columns Window
- Open c_order table
- Look for em_obpos_createdabsolute record

Notice that it is using DateTime reference
Set the proper reference to that column and make fillBobFromJSON compatible with that reference.

See attached diffs
No tags attached.
diff mobilecore.diff (673) 2016-06-03 12:13
https://issues.openbravo.com/file_download.php?file_id=9479&type=bug
diff posterminal.diff (1,028) 2016-06-03 12:14
https://issues.openbravo.com/file_download.php?file_id=9480&type=bug
diff test.diff (3,939) 2016-06-03 12:15
https://issues.openbravo.com/file_download.php?file_id=9481&type=bug
Issue History
2016-06-03 12:01guillermogilNew Issue
2016-06-03 12:01guillermogilAssigned To => guillermogil
2016-06-03 12:01guillermogilTriggers an Emergency Pack => No
2016-06-03 12:02guillermogilReview Assigned To => marvintm
2016-06-03 12:13guillermogilFile Added: mobilecore.diff
2016-06-03 12:14guillermogilFile Added: posterminal.diff
2016-06-03 12:15guillermogilFile Added: test.diff
2016-06-03 12:16guillermogilProposed Solution updated
2016-06-03 13:46hgbotCheckin
2016-06-03 13:46hgbotNote Added: 0086983
2016-06-03 13:46hgbotStatusnew => resolved
2016-06-03 13:46hgbotResolutionopen => fixed
2016-06-03 13:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cad0c61deb649b0b256a4226132537505cad34b2 [^]
2016-06-03 13:46hgbotCheckin
2016-06-03 13:46hgbotNote Added: 0086984
2016-06-03 13:46hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cad0c61deb649b0b256a4226132537505cad34b2 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9c1b56b5ed2cb1defc319f0dc6d71c1e2e7e517c [^]
2016-06-03 13:57hgbotCheckin
2016-06-03 13:57hgbotNote Added: 0086985
2016-06-07 19:06marvintmStatusresolved => closed
2016-06-07 19:06marvintmFixed in Version => RR16Q3

Notes
(0086983)
hgbot   
2016-06-03 13:46   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: cad0c61deb649b0b256a4226132537505cad34b2
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Fri Jun 03 13:45:51 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cad0c61deb649b0b256a4226132537505cad34b2 [^]

Fixed issue 33130: em_obpos_createdabsolute is not using Absolute DateTime reference

Modified the reference in AD

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0086984)
hgbot   
2016-06-03 13:46   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 9c1b56b5ed2cb1defc319f0dc6d71c1e2e7e517c
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Fri Jun 03 13:44:23 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9c1b56b5ed2cb1defc319f0dc6d71c1e2e7e517c [^]

Fixed issue 33130: FillBobFromJSON now allows AbsoluteDateTime

---
M src/org/openbravo/mobile/core/process/JSONPropertyToEntity.java
---
(0086985)
hgbot   
2016-06-03 13:57   
Repository: tools/automation/pi-mobile
Changeset: 8c5b00552f0a45051b8fb9a28db3506dc588c6ed
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Fri Jun 03 13:57:19 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8c5b00552f0a45051b8fb9a28db3506dc588c6ed [^]

Related to issue 33130: Added test to review absoluteDateTime

---
A src-test/org/openbravo/test/mobile/quarantine/pack/GIG/AbsoluteDateTime.java
---