Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038702Retail ModulesWeb POSpublic2018-06-05 12:072018-06-18 15:56
migueldejuana 
migueldejuana 
normalminoralways
closedfixed 
5
 
RR18Q3 
marvintm
No
0038702: initActions it is overriden and adding new features is not possible
Adding for example processes to load in initActions forces us to change mobile.core retail.posterminal and mobile.warehouse.
Make it dynamic.
 
n/a
No tags attached.
Issue History
2018-06-05 12:07migueldejuanaNew Issue
2018-06-05 12:07migueldejuanaAssigned To => migueldejuana
2018-06-05 12:07migueldejuanaTriggers an Emergency Pack => No
2018-06-05 14:04hgbotCheckin
2018-06-05 14:04hgbotNote Added: 0104940
2018-06-05 14:04hgbotStatusnew => resolved
2018-06-05 14:04hgbotResolutionopen => fixed
2018-06-05 14:04hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/219f82e400bcde5e53f39e19f375eb5e58db44c4 [^]
2018-06-05 16:41hgbotCheckin
2018-06-05 16:41hgbotNote Added: 0104946
2018-06-05 16:41hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/219f82e400bcde5e53f39e19f375eb5e58db44c4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6d2f4ec32c7f0d10ce4e934ed63603a7c1e2f515 [^]
2018-06-05 16:41hgbotCheckin
2018-06-05 16:41hgbotNote Added: 0104947
2018-06-05 16:41hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6d2f4ec32c7f0d10ce4e934ed63603a7c1e2f515 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cb9891f8bb436904457934df0c673ccd6e865b5e [^]
2018-06-05 16:45hgbotCheckin
2018-06-05 16:45hgbotNote Added: 0104948
2018-06-05 16:45hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cb9891f8bb436904457934df0c673ccd6e865b5e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/b2f8102fd7153f166287da9a43339b726f745a66 [^]
2018-06-18 15:56marvintmReview Assigned To => marvintm
2018-06-18 15:56marvintmStatusresolved => closed
2018-06-18 15:56marvintmFixed in Version => RR18Q3

Notes
(0104940)
hgbot   
2018-06-05 14:04   
Repository: erp/pmods/org.openbravo.mobile.warehouse
Changeset: 219f82e400bcde5e53f39e19f375eb5e58db44c4
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Jun 05 14:03:59 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/219f82e400bcde5e53f39e19f375eb5e58db44c4 [^]

Fixed issue 0038702: initActions it is overriden and adding new features is not possible

- Remove unneeded code
- Get initActions properties dynamically

---
M src/org/openbravo/mobile/warehouse/WarehouseLoginUtilsServlet.java
M web/org.openbravo.mobile.warehouse/source/terminal/wh-terminal.js
---
(0104946)
hgbot   
2018-06-05 16:41   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 6d2f4ec32c7f0d10ce4e934ed63603a7c1e2f515
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Jun 05 12:15:05 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6d2f4ec32c7f0d10ce4e934ed63603a7c1e2f515 [^]

Fixed issue 0038702: initActions it is overriden and adding new features is not possible

- Make dynamic the way we load info in the initActions process

---
M src/org/openbravo/mobile/core/login/MobileCoreLoginUtilsServlet.java
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0104947)
hgbot   
2018-06-05 16:41   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: cb9891f8bb436904457934df0c673ccd6e865b5e
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Jun 05 12:18:12 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cb9891f8bb436904457934df0c673ccd6e865b5e [^]

Fixed issue 0038702: initActions it is overriden and adding new features is not possible

- Make dynamic the way we load info in the initActions process

---
M src/org/openbravo/retail/posterminal/LoginUtilsServlet.java
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0104948)
hgbot   
2018-06-05 16:45   
Repository: erp/pmods/org.openbravo.mobile.warehouse
Changeset: b2f8102fd7153f166287da9a43339b726f745a66
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Jun 05 16:45:08 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/b2f8102fd7153f166287da9a43339b726f745a66 [^]

Fixed issue 0038702: initActions it is overriden and adding new features is not possible

- Set properly properties

---
M src/org/openbravo/mobile/warehouse/WarehouseLoginUtilsServlet.java
---