Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031909Retail ModulesWeb POSpublic2016-01-15 12:532016-02-05 12:05
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR16Q2 
marvintm
No
0031909: Does not exist translation for localized months, week days to be used to display dates
In reports, receipts, and other display information, it is not possible to display month names, and other date related information localized by the login language.

For example new Datepicker component cannot be translated
N/A
* Include in the mobile.core module translated messages for date information that should be localized: month names, week day names, ...
* Add simple functionality in OB.I18N to get these localized data.
* Include translation artifacts for new Datepicker component
No tags attached.
related to defect 0031843RR16Q2 closed adrianromero Datepicker component does not set null date if not yet rendered 
? issue31909.export (15,750) 2016-01-15 16:25
https://issues.openbravo.com/file_download.php?file_id=8930&type=bug
Issue History
2016-01-15 12:53adrianromeroNew Issue
2016-01-15 12:53adrianromeroAssigned To => adrianromero
2016-01-15 12:53adrianromeroTriggers an Emergency Pack => No
2016-01-15 12:53adrianromeroStatusnew => scheduled
2016-01-15 16:22adrianromeroRelationship addedrelated to 0031843
2016-01-15 16:23adrianromeroDescription Updatedbug_revision_view_page.php?rev_id=10662#r10662
2016-01-15 16:23adrianromeroProposed Solution updated
2016-01-15 16:25adrianromeroFile Added: issue31909.export
2016-01-15 16:26adrianromeroNote Added: 0083355
2016-01-20 09:08adrianromeroNote Added: 0083426
2016-01-20 09:09adrianromeroNote Deleted: 0083426
2016-01-20 09:10adrianromeroReview Assigned To => marvintm
2016-01-20 09:20hgbotCheckin
2016-01-20 09:20hgbotNote Added: 0083428
2016-01-20 09:20hgbotStatusscheduled => resolved
2016-01-20 09:20hgbotResolutionopen => fixed
2016-01-20 09:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a7ec49adb5c7599ec3a51d827299aefae787c3b6 [^]
2016-01-20 09:20hgbotCheckin
2016-01-20 09:20hgbotNote Added: 0083429
2016-01-20 09:20hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a7ec49adb5c7599ec3a51d827299aefae787c3b6 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3a0efd5316d387459c3f7336f2622e4d2e640f61 [^]
2016-02-05 12:05marvintmStatusresolved => closed
2016-02-05 12:05marvintmFixed in Version => RR16Q2

Notes
(0083355)
adrianromero   
2016-01-15 16:26   
Proposal fix in attached file
(0083428)
hgbot   
2016-01-20 09:20   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: a7ec49adb5c7599ec3a51d827299aefae787c3b6
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Jan 15 15:58:52 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a7ec49adb5c7599ec3a51d827299aefae787c3b6 [^]

Fixes issue 0031909: Does not exist translation for localized months, week days to be used to display dates
* Adds localization strings for dates literals: Months, week days, and order of fields.
* Adds utilities to read these literals
* Overwrites enyo component to use these literals in DatePicker

---
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
M web/org.openbravo.mobile.core/source/utils/ob-i18n.js
A web/org.openbravo.mobile.core/source/component/ob-dateformat.js
---
(0083429)
hgbot   
2016-01-20 09:20   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 3a0efd5316d387459c3f7336f2622e4d2e640f61
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Jan 15 16:11:33 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3a0efd5316d387459c3f7336f2622e4d2e640f61 [^]

Fixes issue 0031909: Does not exist translation for localized months, week days to be used to display dates
* Adds missing localization strings

---
M src-db/database/sourcedata/AD_MESSAGE.xml
---