Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031311Retail ModulesWeb POSpublic2015-10-27 16:142015-11-12 16:49
plujan 
Retail 
normalminorhave not tried
closedfixed 
5
main 
RR15Q4RR15Q4 
marvintm
Packaging and release
No
0031311: [RR15Q4] Ticket creation time shown as 'null' on iPad
When browsing created items using an iPad, the hour for the stored tickets is shown as 'null'

This is working fine in RR15Q3.1 and earlier.
1. Enter as vallblanca user
2. From the top left menu choose the Receipt option
3. Click the search button to show results
4. Pick a receipt from the list, note once displayed in the main window the time shown as null (see attached screenshot)
No tags attached.
blocks defect 0031272 closed jorge-garcia [RR15Q4] Ticket creation time shown as 'null' on iPad 
Issue History
2015-10-30 12:23OrekariaTypedefect => backport
2015-10-30 12:23OrekariaTarget Version => RR15Q4
2015-11-11 10:58OrekariaNote Added: 0081688
2015-11-11 10:58OrekariaStatusscheduled => resolved
2015-11-11 10:58OrekariaFixed in Version => RR15Q4
2015-11-11 10:58OrekariaResolutionopen => fixed
2015-11-11 10:58OrekariaNote Edited: 0081688bug_revision_view_page.php?bugnote_id=0081688#r10143
2015-11-11 16:21OrekariaNote Edited: 0081688bug_revision_view_page.php?bugnote_id=0081688#r10163
2015-11-11 18:11marvintmReview Assigned To => marvintm
2015-11-11 18:11marvintmStatusresolved => closed
2015-11-12 16:48gorka_gilNote Added: 0081760
2015-11-12 16:49gorka_gilFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.mobile.core/rev/86870e645920 [^]
2015-11-12 16:49gorka_gilNote Deleted: 0081688

Notes
(0081760)
gorka_gil   
2015-11-12 16:48   
Repository: retail/backports/3.0RR15Q4/org.openbravo.mobile.core
Changeset: 86870e645920
Author: Jorge Garcia <jorge.garcia@openbravo.com>
Date: Fri Oct 30 14:58:03 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.mobile.core/rev/86870e645920 [^] [^]

Fixed issue 31311: Ticket creation time shown as 'null' on iPad

The problem was that the format of the date obteined in the backend wasn't
correct and the Ipad couldn't format it correctly.

The solution is to format the Dates to a ISO format and then send it to the
client.

This fix has been tried in Ipad, Android tablet and PC.

---
M src/org/openbravo/mobile/core/model/HQLPropertyList.java
---