Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044498Retail ModulesWeb POSpublic2020-06-26 10:442020-06-29 11:20
jorge-garcia 
jorge-garcia 
urgentmajoralways
closedfixed 
5
 
RR20Q3 
marvintm
No
0044498: Discount Matrix Management masterdata is filtering always by the ERP context role
Discount Matrix Management masterdata load is filtering always by the ERP context role instead of load every record in the table to WebPOS and filter in client side.
1) Install org.openbravo.discounts.discountmatrixmanagement module and dependencies
2) Go to Role ERP window and configure some Discounts Range in two different roles
3) Login in WebPOS with a user with one of the roles. Verify at the end of the masterdata load, the records for the role are in obdmm_role_discounts browser database
4) Do a logout and login with a user with the second role. Check after the masterdata load, the records for the second role are NOT in obdmm_role_discounts browser database

WebPOS should load every record in obdmm_role_discounts in browser databse instread of filtering by the ERP context role id to get the records.
No tags attached.
Issue History
2020-06-26 10:44jorge-garciaNew Issue
2020-06-26 10:44jorge-garciaAssigned To => jorge-garcia
2020-06-26 10:44jorge-garciaResolution time => 1594936800
2020-06-26 10:44jorge-garciaTriggers an Emergency Pack => No
2020-06-26 11:10jorge-garciaRelationship addedrelated to 0044447
2020-06-26 11:32hgbotCheckin
2020-06-26 11:32hgbotNote Added: 0121106
2020-06-26 11:32hgbotStatusnew => resolved
2020-06-26 11:32hgbotResolutionopen => fixed
2020-06-26 11:32hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.discountmatrixmanagement/rev/263d0ea771da2577b37a843308c1b4b7edd9f00e [^]
2020-06-29 08:43hgbotCheckin
2020-06-29 08:43hgbotNote Added: 0121138
2020-06-29 11:20marvintmReview Assigned To => marvintm
2020-06-29 11:20marvintmStatusresolved => closed
2020-06-29 11:20marvintmFixed in Version => RR20Q3
2020-08-24 14:12guillermogilRelationship addedhas duplicate 0044769

Notes
(0121106)
hgbot   
2020-06-26 11:32   
Repository: erp/pmods/org.openbravo.retail.discounts.discountmatrixmanagement
Changeset: 263d0ea771da2577b37a843308c1b4b7edd9f00e
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Jun 26 10:47:44 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.discountmatrixmanagement/rev/263d0ea771da2577b37a843308c1b4b7edd9f00e [^]

Fixed BUG-44498: Load every role discount instead of only role id context records

---
M src/org/openbravo/retail/discounts/discountmatrixmanagement/master/RoleDiscounts.java
---
(0121138)
hgbot   
2020-06-29 08:43   
Repository: erp/pmods/org.openbravo.retail.discounts.discountmatrixmanagement
Changeset: 535807e2867e8004a6d7e51dc7b3fbed159fc66f
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Jun 29 08:43:28 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.discountmatrixmanagement/rev/535807e2867e8004a6d7e51dc7b3fbed159fc66f [^]

Related to BUG-44498: Fix CI eclipse warning in module

---
M src/org/openbravo/retail/discounts/discountmatrixmanagement/master/RoleDiscounts.java
---