Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033585Retail ModulesWeb POSpublic2016-08-01 18:582017-03-28 17:31
shuehner 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR17Q2 
marvintm
No
0033585: term.Terminal request includes all writableOrganizations of the client
The response of that http request includes among lots of other things the full list of 'writableOrganizations' which can be big (i.e. 524 entries in some bigger db) and takes some time to calculate.

Request if that is really required on the client side as it probably includes lots of data from other completely unrelated stores.
-
Performance
related to defect 0033600 closed adrianromero mobile.core.ProfileUtils request contains list of all orgs + warehouses in system 
related to defect 0035630 closed adrianromero API Change: Class WritableOrganizations should be removed 
Issue History
2016-08-01 18:58shuehnerNew Issue
2016-08-01 18:58shuehnerAssigned To => Retail
2016-08-01 18:58shuehnerTriggers an Emergency Pack => No
2016-08-01 18:58shuehnerTag Attached: Performance
2016-08-02 14:43shuehnerRelationship addedrelated to 0033600
2017-03-14 16:29shuehnerResolution time => 1491256800
2017-03-14 16:29shuehnerSeverityminor => major
2017-03-23 17:08adrianromeroAssigned ToRetail => reinaldoguerra
2017-03-23 17:08adrianromeroStatusnew => scheduled
2017-03-27 19:05hgbotCheckin
2017-03-27 19:05hgbotNote Added: 0095595
2017-03-27 19:05hgbotStatusscheduled => resolved
2017-03-27 19:05hgbotResolutionopen => fixed
2017-03-27 19:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/acbac98f8b3abd9d96f6accd6b1945b33b6e0daa [^]
2017-03-27 19:07hgbotCheckin
2017-03-27 19:07hgbotNote Added: 0095597
2017-03-27 19:07hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/acbac98f8b3abd9d96f6accd6b1945b33b6e0daa [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d92c8f6120bfbf273ee3e7360c9654476e252a48 [^]
2017-03-27 19:14adrianromeroReview Assigned To => marvintm
2017-03-28 10:58adrianromeroAssigned Toreinaldoguerra => adrianromero
2017-03-28 16:17adrianromeroRelationship addedrelated to 0035630
2017-03-28 17:31marvintmStatusresolved => closed
2017-03-28 17:31marvintmFixed in Version => RR17Q2

Notes
(0095595)
hgbot   
2017-03-27 19:05   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: acbac98f8b3abd9d96f6accd6b1945b33b6e0daa
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Mar 23 18:20:33 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/acbac98f8b3abd9d96f6accd6b1945b33b6e0daa [^]

Fixes issue 0033585: term.Terminal request includes all writableOrganizations of the client
* This functionality is no longer used

---
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
(0095597)
hgbot   
2017-03-27 19:07   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d92c8f6120bfbf273ee3e7360c9654476e252a48
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Mar 23 18:19:49 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d92c8f6120bfbf273ee3e7360c9654476e252a48 [^]

Fixes issue 0033585: term.Terminal request includes all writableOrganizations of the client
* This functionality is no longer used

---
R src/org/openbravo/retail/posterminal/term/WritableOrganizations.java
---