Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030636Retail ModulesWeb POSpublic2015-08-23 11:532015-09-29 12:45
Orekaria 
mario_castello 
normalminoralways
closedfixed 
5
 
RR15Q4RR15Q4 
marvintm
No
0030636: [UX] The date in the receipt is not correctly formatted
The date in the receipt is not correctly formatted
Open the menu
Select the receipts menu entry
In the receipts popup
Open any receipt
Verify that the receipt can show the date in the internal ISO format used by the model

No tags attached.
depends on defect 0030472RR15Q4 closed Orekaria Stabilization: Sometimes the incoming 'creationDate' is not correct 
blocks defect 0030702 closed Retail POS Receipt Date/Time Issue 
patch 5167.patch (2,147) 2015-09-17 11:05
https://issues.openbravo.com/file_download.php?file_id=8455&type=bug
Issue History
2015-08-23 11:53OrekariaNew Issue
2015-08-23 11:53OrekariaAssigned To => Retail
2015-08-23 11:53OrekariaTriggers an Emergency Pack => No
2015-08-23 11:55OrekariaRelationship addeddepends on 0030472
2015-08-24 18:42mario_castelloAssigned ToRetail => mario_castello
2015-09-12 16:45hgbotCheckin
2015-09-12 16:45hgbotNote Added: 0080361
2015-09-12 16:45hgbotStatusnew => resolved
2015-09-12 16:45hgbotResolutionopen => fixed
2015-09-12 16:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6489fb9170ffe084be5be594b090d4fb1487bca2 [^]
2015-09-17 10:06OrekariaRelationship addedblocks 0030853
2015-09-17 11:03OrekariaNote Added: 0080450
2015-09-17 11:03OrekariaStatusresolved => new
2015-09-17 11:03OrekariaResolutionfixed => open
2015-09-17 11:05OrekariaFile Added: 5167.patch
2015-09-17 16:28hgbotCheckin
2015-09-17 16:28hgbotNote Added: 0080461
2015-09-17 16:28hgbotStatusnew => resolved
2015-09-17 16:28hgbotResolutionopen => fixed
2015-09-17 16:28hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6489fb9170ffe084be5be594b090d4fb1487bca2 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5e5842a89b956d29f3b4eafe627d062bd6c0e18e [^]
2015-09-17 16:31hgbotCheckin
2015-09-17 16:31hgbotNote Added: 0080462
2015-09-18 20:37OrekariaReview Assigned To => marvintm
2015-09-22 17:37OrekariaRelationship addedblocks 0030702
2015-09-29 12:45marvintmStatusresolved => closed
2015-09-29 12:45marvintmFixed in Version => RR15Q4

Notes
(0080361)
hgbot   
2015-09-12 16:45   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6489fb9170ffe084be5be594b090d4fb1487bca2
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Sat Sep 12 08:44:23 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6489fb9170ffe084be5be594b090d4fb1487bca2 [^]

Fixed issue 30636: Format the receipt date with ISO format in rederData function

---
M web/org.openbravo.retail.posterminal/js/components/orderdetails.js
---
(0080450)
Orekaria   
2015-09-17 11:03   
With the ret-modules installed:

Log into the YS-11 terminal
In the menu, select receipts
Tap in search
Select any receipt from the list

Verify that the date shown is null
(0080461)
hgbot   
2015-09-17 16:28   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5e5842a89b956d29f3b4eafe627d062bd6c0e18e
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Thu Sep 17 11:02:06 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5e5842a89b956d29f3b4eafe627d062bd6c0e18e [^]

Fixes issue 30636: Set the correct date

- refactor

---
M web/org.openbravo.retail.posterminal/js/components/orderdetails.js
---
(0080462)
hgbot   
2015-09-17 16:31   
Repository: tools/automation/pi-mobile
Changeset: 9411769e1c06e9780536b00193d4b8d5b28be064
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Thu Sep 17 11:45:04 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9411769e1c06e9780536b00193d4b8d5b28be064 [^]

Verifies issue 30636: Added the 'I30636_DateOrderIsNull' test

---
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/generic/I30636_DateOrderIsNull.java
---