Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043279Retail ModulesWeb POSpublic2020-02-20 12:562020-03-05 07:31
jorge_acosta 
rqueralta 
highmajoralways
closedfixed 
5
 
RR20Q2 
guilleaer
No
0043279: Time is showing in incorrect format in delivery mode
When selecting time in delivery mode, options are shown in strange format
In :https://livebuilds.openbravo.com/retail_stable_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^]

- Select a product
- Go to Edit tab and select delivery mode
- Select for Home Delivery
- Select a date
- When selecting hour the format is weird looking
Also suggested to add a different way to select the hours instead of PM and AM ir can be confusing. Suggested also a 24h format
No tags attached.
related to defect 0043455 closed rqueralta Time is showing in incorrect format in delivery mode after selecting a time 
jpg DeliveryTime1.JPG (120,960) 2020-02-20 12:56
https://issues.openbravo.com/file_download.php?file_id=14069&type=bug
jpg
Issue History
2020-02-20 12:56jorge_acostaNew Issue
2020-02-20 12:56jorge_acostaAssigned To => Retail
2020-02-20 12:56jorge_acostaFile Added: DeliveryTime1.JPG
2020-02-20 12:56jorge_acostaResolution time => 1583881200
2020-02-20 12:56jorge_acostaTriggers an Emergency Pack => No
2020-02-21 15:49rqueraltaAssigned ToRetail => rqueralta
2020-02-24 04:33hgbotCheckin
2020-02-24 04:33hgbotNote Added: 0118037
2020-02-24 04:33hgbotStatusnew => resolved
2020-02-24 04:33hgbotResolutionopen => fixed
2020-02-24 04:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8e063018478bb52b4405c7d3f818d2b47f56d469 [^]
2020-02-27 19:07rqueraltaNote Added: 0118185
2020-03-05 07:31guilleaerReview Assigned To => guilleaer
2020-03-05 07:31guilleaerStatusresolved => closed
2020-03-05 07:31guilleaerFixed in Version => RR20Q2
2020-03-09 13:43joniturralde93Relationship addedrelated to 0043455

Notes
(0118037)
hgbot   
2020-02-24 04:33   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8e063018478bb52b4405c7d3f818d2b47f56d469
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Fri Feb 21 18:09:58 2020 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8e063018478bb52b4405c7d3f818d2b47f56d469 [^]

Fixed BUG-43279: Time is showing in incorrect format in delivery mode

- Changed width value in datetime picker component

---
M web/org.openbravo.retail.posterminal/js/receiptMultiLineEdit.js
---
(0118185)
rqueralta   
2020-02-27 19:07   
In this fix just was fixed the problem related with the weird looking hour format component. The component could not be put in 24-hour format because we found a bug in timepicker enyo class that make a refresh to the default values after set in true is24HrMode property.