Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037582Retail ModulesWeb POSpublic2018-01-04 09:342018-01-10 13:58
jorge-garcia 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
RR18Q2 
marvintm
No
0037582: Processing block screen CSS changes are necessary
Processing block screen for WebPOS should use a defined CSS styles in it's implementation.
1. Execute the command in developer tools to show the processing block screen:
OB.UTIL.showProcessing(true, OB.I18N.getLabel('OBPOS_receiptProcessing'));

2. Execute the command in developer tools to hide de processing block screen:
OB.UTIL.showProcessing(false)
No tags attached.
depends on backport 0037583RR18Q1 closed jorge-garcia Processing block screen CSS changes are necessary 
caused by design defect 0037044 closed jorge-garcia [SER QA 3365] Wrong ticket amount when action made before ticke total amount calculated 
Issue History
2018-01-04 09:34jorge-garciaNew Issue
2018-01-04 09:34jorge-garciaAssigned To => jorge-garcia
2018-01-04 09:34jorge-garciaTriggers an Emergency Pack => No
2018-01-04 09:36jorge-garciaRelationship addedcaused by 0037044
2018-01-04 09:36jorge-garciaStatusnew => scheduled
2018-01-04 09:49hgbotCheckin
2018-01-04 09:49hgbotNote Added: 0101545
2018-01-04 09:49hgbotStatusscheduled => resolved
2018-01-04 09:49hgbotResolutionopen => fixed
2018-01-04 09:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d0f2e06ac40dbb6fc9ea3e3077f4fb530cf24c64 [^]
2018-01-05 14:12hgbotCheckin
2018-01-05 14:12hgbotNote Added: 0101598
2018-01-10 13:58marvintmReview Assigned To => marvintm
2018-01-10 13:58marvintmStatusresolved => closed
2018-01-10 13:58marvintmFixed in Version => RR18Q2

Notes
(0101545)
hgbot   
2018-01-04 09:49   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: d0f2e06ac40dbb6fc9ea3e3077f4fb530cf24c64
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Jan 04 09:44:41 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d0f2e06ac40dbb6fc9ea3e3077f4fb530cf24c64 [^]

Fixed issue 37582: Processing block screen CSS changes are necessary

The CSS changes are:
  - For processing div
    * Removed margin-top and margin-left values
    * Added top and left position for the container
  - For processing container
    * Modified padding and with
    * Added height value
  - For processing spinner
    * Modified top, height and left values
    * Added width value to avoid scrollbar in low resolutions.

---
M web/org.openbravo.mobile.core/assets/css/ob-standard.css
---
(0101598)
hgbot   
2018-01-05 14:12   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 80d889868a2105af8d938d5aacc280a0f0c11ec5
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Jan 05 14:12:09 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/80d889868a2105af8d938d5aacc280a0f0c11ec5 [^]

Related to issue 37582: Processing block screen CSS changes are necessary

Remove unnecessary styles from processing div

Updated license year.

---
M web/org.openbravo.mobile.core/assets/css/ob-standard.css
---