Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036177Retail ModulesWeb POSpublic2017-06-05 14:092018-05-07 12:08
martinsdan 
umartirena 
normalminoralways
closedfixed 
4510.12.2
 
RR18Q3 
marvintm
No
0036177: Warehouse model should be extensible
Usually data retrieved from the backend to the web POS is extensible using java injection. For warehouses it is not possible to retrieve more properties because the select is hard coded.
org.openbravo.retail.posterminal.term.Warehouses.getQuery is hard coded
Replace the string in that class with a ModelExtension class.
No tags attached.
diff warehouses-patch.diff (3,957) 2018-01-31 11:35
https://issues.openbravo.com/file_download.php?file_id=11505&type=bug
Issue History
2017-06-05 14:09martinsdanNew Issue
2017-06-05 14:09martinsdanAssigned To => Retail
2017-06-05 14:09martinsdanTriggers an Emergency Pack => No
2018-01-31 11:35martinsdanFile Added: warehouses-patch.diff
2018-01-31 11:36martinsdanNote Added: 0102087
2018-04-19 14:26hgbotCheckin
2018-04-19 14:26hgbotNote Added: 0103998
2018-04-19 14:26hgbotStatusnew => resolved
2018-04-19 14:26hgbotResolutionopen => fixed
2018-04-19 14:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0f6c72934d85be96448bd6e7603ab754676fba1b [^]
2018-04-19 15:28martinsdanIssue Monitored: martinsdan
2018-05-07 11:46marvintmAssigned ToRetail => umartirena
2018-05-07 12:08marvintmReview Assigned To => marvintm
2018-05-07 12:08marvintmStatusresolved => closed
2018-05-07 12:08marvintmFixed in Version => RR18Q3

Notes
(0102087)
martinsdan   
2018-01-31 11:36   
My proposal is attached
(0103998)
hgbot   
2018-04-19 14:26   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0f6c72934d85be96448bd6e7603ab754676fba1b
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Tue Apr 17 14:15:47 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0f6c72934d85be96448bd6e7603ab754676fba1b [^]

Fixed issue 36177: Warehouse model should be extensible

---
M src/org/openbravo/retail/posterminal/term/Warehouses.java
A src/org/openbravo/retail/posterminal/term/WarehousesProperties.java
---