Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036715Retail ModulesWeb POSpublic2017-08-25 09:012017-09-18 13:04
guilleaer 
guilleaer 
normalminorhave not tried
closedfixed 
5
 
RR17Q4RR17Q4 
marvintm
No
0036715: Profile PopUp does not load orgs and warehouses values (if they are shown) when popup is opened. Just works when role is changed
Profile PopUp does not load orgs and warehouses values (if they are shown) availabel for the current role when popup is opened. This behavior just happens when a different role is selected.
Using a mobile App which shows Orgs and Warehouses fields in profile popup (Awo for example):

  OBAWO.Terminal.Model = OB.Model.Terminal.extend({
    initialize: function () {
      this.set({
        appName: 'OBAWO',
        ...
        profileOptions: {
          showOrganization: true,
          showWarehouse: true
        },

If you open the profile window, it is being shown with orgs and warehouses empty. This information is just shown when you change the value of the role combo.
Orgs and Warehouses fields should be populated when popup is opened if they are shown.
No tags attached.
related to defect 0036720RR17Q4 closed guilleaer Queries used by profile Popup in (profileUtils.java [mobileCore]) have a behavior which is specific for webPOS 
diff 36715.diff (1,777) 2017-08-25 11:05
https://issues.openbravo.com/file_download.php?file_id=11016&type=bug
Issue History
2017-08-25 09:01guilleaerNew Issue
2017-08-25 09:01guilleaerAssigned To => guilleaer
2017-08-25 09:01guilleaerTriggers an Emergency Pack => No
2017-08-25 09:38guilleaerFile Added: 36715.diff
2017-08-25 10:56guilleaerFile Deleted: 36715.diff
2017-08-25 10:58guilleaerFile Added: 36715.diff
2017-08-25 11:05guilleaerRelationship addedrelated to 0036720
2017-08-25 11:05guilleaerFile Deleted: 36715.diff
2017-08-25 11:05guilleaerFile Added: 36715.diff
2017-08-28 16:33hgbotCheckin
2017-08-28 16:33hgbotNote Added: 0098667
2017-08-28 16:33hgbotStatusnew => resolved
2017-08-28 16:33hgbotResolutionopen => fixed
2017-08-28 16:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8bc25982e4033978566535e03a39c4ef7ce5f708 [^]
2017-09-04 10:00marvintmNote Added: 0098791
2017-09-04 10:00marvintmStatusresolved => new
2017-09-04 10:00marvintmResolutionfixed => open
2017-09-04 13:24guilleaerNote Added: 0098806
2017-09-04 13:24guilleaerStatusnew => scheduled
2017-09-04 13:24guilleaerStatusscheduled => resolved
2017-09-04 13:24guilleaerFixed in Version => RR17Q4
2017-09-04 13:24guilleaerResolutionopen => fixed
2017-09-18 13:04marvintmReview Assigned To => marvintm
2017-09-18 13:04marvintmStatusresolved => closed

Notes
(0098667)
hgbot   
2017-08-28 16:33   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 8bc25982e4033978566535e03a39c4ef7ce5f708
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Aug 25 10:16:16 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8bc25982e4033978566535e03a39c4ef7ce5f708 [^]

Fixed issue 36715: Profile popup shows current Org and Whs when they are marked to be shown

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-profile.js
---
(0098791)
marvintm   
2017-09-04 10:00   
Now in the Web POS the Organization and Warehouse combos are visible, and this shouldn't be the case.
(0098806)
guilleaer   
2017-09-04 13:24   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 2e7e8998c134cbc1e995e6a7ae4f5eb8081d8f68
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Sep 04 13:19:21 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2e7e8998c134cbc1e995e6a7ae4f5eb8081d8f68 [^] [^]

Related to issue 36715: Execute instruction to hide OrgList and WhList in profile window

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-profile.js
---