Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025393Retail ModulesWeb POSpublic2013-12-23 17:272014-02-24 12:46
jecharri 
malsasua 
highminoralways
closedfixed 
5
 
RR14Q2RMP31 
mtaal
No
0025393: It should be possible to change background image in an easy way
It should be possible to change background image in an easy way
-Curently is not possible to change Web POS background image applying modularity concept
No tags attached.
related to feature request 0025559 closed marvintm Web POS skins functionality 
Issue History
2013-12-23 17:27jecharriNew Issue
2013-12-23 17:27jecharriAssigned To => marvintm
2013-12-23 17:27jecharriResolution time => 1391986800
2013-12-23 17:27jecharriTriggers an Emergency Pack => No
2014-01-13 14:03dmitry_mezentsevNote Added: 0063385
2014-01-23 17:33guilleaerTarget VersionRMP31 => RMP32
2014-01-24 10:51malsasuaAssigned Tomarvintm => malsasua
2014-01-27 09:17malsasuaStatusnew => scheduled
2014-01-27 09:17malsasuafix_in_branch => pi
2014-01-27 09:17malsasuaNote Added: 0063699
2014-01-27 09:17malsasuaStatusscheduled => resolved
2014-01-27 09:17malsasuaFixed in Version => RMP32
2014-01-27 09:17malsasuaResolutionopen => fixed
2014-01-27 09:24malsasuaRelationship addedrelated to 0025559
2014-02-01 14:54mtaalReview Assigned To => mtaal
2014-02-01 14:54mtaalNote Added: 0063842
2014-02-01 14:54mtaalStatusresolved => closed
2014-02-01 14:54mtaalFixed in VersionRMP32 => RMP31
2014-02-01 16:50dmitry_mezentsevNote Added: 0063843
2014-02-03 17:41jecharriNote Added: 0063869
2014-02-13 18:02guilleaerNote Added: 0064241
2014-02-24 12:46mtaalNote Added: 0064519

Notes
(0063385)
dmitry_mezentsev   
2014-01-13 14:03   
We should think on aligning (if possible) this feature with Openbravo skins functionality.

Let´s see the effort as it does sound more like a design defect rather then a bug.
(0063699)
malsasua   
2014-01-27 09:17   
the background image can be changed by a module using a simple sentence:
. in the module, the next sentence should be executed:

document.body.style.background="url('../org.openbravo.mobile.core/assets/img/BACKGROUND-PNG24.png') top left"

the URL of the new image should be replaced in the text '../org.openbravo.mobile.core/assets/img/BACKGROUND-PNG24.png'
(0063842)
mtaal   
2014-02-01 14:54   
No change needed, reply given in issue
(0063843)
dmitry_mezentsev   
2014-02-01 16:50   
Martin,

I think it has to be documented in the Retail Dev. Guide.

Do not forget about documentation please.
(0063869)
jecharri   
2014-02-03 17:41   
Hi,

I think that the solution is going to work but it is not the best solution. Why?

If you apply above solution you are going to have configured background but when you login, first you are going to see the original one an inmediatly the configured one.

The result is not perfect, it can be better
(0064241)
guilleaer   
2014-02-13 18:02   
Finally resolved in this FR
https://issues.openbravo.com/view.php?id=25559 [^]
(0064519)
mtaal   
2014-02-24 12:46   
Documentation:
http://wiki.openbravo.com/wiki/How_to_Modify_Background_Image [^]