Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031272Retail ModulesWeb POSpublic2015-10-27 16:142015-11-27 12:58
plujan 
jorge-garcia 
normalminorhave not tried
closedfixed 
5
main 
RR16Q1 
guilleaer
Packaging and release
No
0031272: [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.
depends on backport 0031311RR15Q4 closed Retail [RR15Q4] Ticket creation time shown as 'null' on iPad 
jpg image.jpg (71,737) 2015-10-27 16:14
https://issues.openbravo.com/file_download.php?file_id=8653&type=bug
jpg
Issue History
2015-10-27 16:14plujanNew Issue
2015-10-27 16:14plujanAssigned To => Retail
2015-10-27 16:14plujanFile Added: image.jpg
2015-10-27 16:14plujanRegression level => Packaging and release
2015-10-27 16:14plujanTriggers an Emergency Pack => No
2015-10-27 16:36OrekariaStatusnew => acknowledged
2015-10-30 12:23OrekariaStatusacknowledged => scheduled
2015-10-30 12:23OrekariaStatusscheduled => acknowledged
2015-11-02 13:02hgbotCheckin
2015-11-02 13:02hgbotNote Added: 0081433
2015-11-02 13:02hgbotStatusacknowledged => resolved
2015-11-02 13:02hgbotResolutionopen => fixed
2015-11-02 13:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2fd19707e840d7cb1d53355627e210901fbad134 [^]
2015-11-02 13:05jorge-garciaAssigned ToRetail => jorge-garcia
2015-11-09 13:21OrekariaReview Assigned To => marvintm
2015-11-10 16:59guilleaerReview Assigned Tomarvintm => guilleaer
2015-11-10 16:59guilleaerStatusresolved => closed
2015-11-10 16:59guilleaerFixed in Version => RR16Q1
2015-11-27 12:58hgbotCheckin
2015-11-27 12:58hgbotNote Added: 0082424

Notes
(0081433)
hgbot   
2015-11-02 13:02   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 2fd19707e840d7cb1d53355627e210901fbad134
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Oct 30 14:58:03 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2fd19707e840d7cb1d53355627e210901fbad134 [^]

Fixed issue 31272: 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
---
(0082424)
hgbot   
2015-11-27 12:58   
Repository: tools/automation/pi-mobile
Changeset: 2b29fec0073e633a51fd4bbc9e426e69dc0e8c68
Author: Ranjith <ranjith <at> qualiantech.com>
Date: Fri Nov 27 17:28:07 2015 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2b29fec0073e633a51fd4bbc9e426e69dc0e8c68 [^]

Verifies issue 31272: Added automated test 'I31272_ValidateTicketDateTimeFormat'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31272_ValidateTicketDateTimeFormat.java
---