Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043569Retail ModulesWeb POSpublic2020-03-25 13:042020-04-17 07:55
jorge_acosta 
prakashmurugesan88 
highmajorhave not tried
closedfixed 
5
 
 
migueldejuana
No
0043569: Wrong display of transport service icon.
Weird view of the service icon ( vertical letters )
- backend, Preference: 'Web POS Enable Delivery Modes' = Y
- Webpos (livebuilds.openbravo.com/retail_modules_pgsql_pi - VBS-1)
- new receipt
- insert product -> WVG/T0003 - Expedition tent 4 season
- edit, delivery mode -> Home Delivery, date+time
- Apply
- RESULT: Wrong display of transport service icon.
No tags attached.
png wrong_display.png (239,811) 2020-03-25 13:06
https://issues.openbravo.com/file_download.php?file_id=14208&type=bug
png

patch i43569_MobileCore.patch (741) 2020-04-06 10:02
https://issues.openbravo.com/file_download.php?file_id=14272&type=bug
patch i43569_POSTerminal.patch (874) 2020-04-06 10:03
https://issues.openbravo.com/file_download.php?file_id=14273&type=bug
Issue History
2020-03-25 13:04jorge_acostaNew Issue
2020-03-25 13:04jorge_acostaAssigned To => Retail
2020-03-25 13:04jorge_acostaResolution time => 1586901600
2020-03-25 13:04jorge_acostaTriggers an Emergency Pack => No
2020-03-25 13:06jorge_acostaFile Added: wrong_display.png
2020-03-26 14:21markmm82Assigned ToRetail => markmm82
2020-03-26 14:21markmm82Statusnew => scheduled
2020-03-30 16:00markmm82File Added: 43568.patch
2020-03-30 16:02markmm82File Deleted: 43568.patch
2020-03-30 16:03markmm82File Added: 43569.patch
2020-04-02 10:31guilleaerAssigned Tomarkmm82 => Retail
2020-04-02 10:31guilleaerStatusscheduled => feedback
2020-04-02 10:32guilleaerStatusfeedback => new
2020-04-02 10:33guilleaerNote Added: 0118917
2020-04-06 07:23prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2020-04-06 08:07prakashmurugesan88Statusnew => scheduled
2020-04-06 10:02prakashmurugesan88File Added: i43569_MobileCore.patch
2020-04-06 10:03prakashmurugesan88File Added: i43569_POSTerminal.patch
2020-04-06 10:03prakashmurugesan88File Deleted: 43569.patch
2020-04-08 07:42hgbotCheckin
2020-04-08 07:42hgbotNote Added: 0119081
2020-04-08 07:42hgbotCheckin
2020-04-08 07:42hgbotNote Added: 0119082
2020-04-08 07:42hgbotStatusscheduled => resolved
2020-04-08 07:42hgbotResolutionopen => fixed
2020-04-08 07:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6366af6929cf095f0a7b53adcac895359239c1f2 [^]
2020-04-15 16:41migueldejuanaNote Added: 0119192
2020-04-15 16:41migueldejuanaStatusresolved => new
2020-04-15 16:41migueldejuanaResolutionfixed => open
2020-04-15 17:10hgbotCheckin
2020-04-15 17:10hgbotNote Added: 0119196
2020-04-15 17:10hgbotStatusnew => resolved
2020-04-15 17:10hgbotResolutionopen => fixed
2020-04-15 17:10hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6366af6929cf095f0a7b53adcac895359239c1f2 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5334f440d05cd4247fa0f09f18c9ec1fd9b983f0 [^]
2020-04-15 17:14hgbotCheckin
2020-04-15 17:14hgbotNote Added: 0119197
2020-04-17 07:55migueldejuanaReview Assigned To => migueldejuana
2020-04-17 07:55migueldejuanaNote Added: 0119226
2020-04-17 07:55migueldejuanaStatusresolved => closed

Notes
(0118917)
guilleaer   
2020-04-02 10:33   
Improve attached patch to make the solution more generic. Adding a css class to the button we should be able to show just the icon
(0119081)
hgbot   
2020-04-08 07:42   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 20f840f712a6387eb83f7f5b94955f2b5f8d4fc1
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed Apr 08 11:10:20 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/20f840f712a6387eb83f7f5b94955f2b5f8d4fc1 [^]

Related to BUG-43569: Added generic class to hide button label

---
M web/org.openbravo.mobile.core/assets/css/obmobc-main.css
---
(0119082)
hgbot   
2020-04-08 07:42   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6366af6929cf095f0a7b53adcac895359239c1f2
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed Apr 08 11:11:18 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6366af6929cf095f0a7b53adcac895359239c1f2 [^]

Fixed BUG-43569: Hided delivery services button label

---
M web/org.openbravo.retail.posterminal/js/hookRenderOrderLine.js
---
(0119192)
migueldejuana   
2020-04-15 16:41   
Set this in the icon to center it in the square:

background-position: 2px 1px;
(0119196)
hgbot   
2020-04-15 17:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5334f440d05cd4247fa0f09f18c9ec1fd9b983f0
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed Apr 15 20:36:50 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5334f440d05cd4247fa0f09f18c9ec1fd9b983f0 [^]

Fixed BUG-43569: Positioned delivery icon to the center of square

---
M web/org.openbravo.retail.posterminal/css/obpos-main.css
---
(0119197)
hgbot   
2020-04-15 17:14   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 06bcac797e15f6f9f1006a318091813b4793cfc0
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed Apr 15 20:42:44 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/06bcac797e15f6f9f1006a318091813b4793cfc0 [^]

Related BUG-43569: Positioned reviewed delivery icon to the center of square

---
M web/org.openbravo.retail.posterminal/css/obpos-main.css
---
(0119226)
migueldejuana   
2020-04-17 07:55   
Tested and reviewed