Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037078Retail ModulesWeb POSpublic2017-10-16 18:112017-10-24 09:59
egoitz 
marvintm 
urgentmajoralways
closedfixed 
5
 
RR18Q1 
guilleaer
No
0037078: C_get_product_taxcategory affects to the performance of the load of product masterdata
With high volumes the c_get_product_taxcagetory functions affects to the performance of the query to get the product masterdata.
Removing that function reduces a lot the query execution time.
-Execute the full refresh on a product with high volumes.

-Check the preference on the java and if an alternative way to get the tax has not been implemented, don't use the function.
Performance
related to defect 0038231 closed ranjith_qualiantech_com Product Master Data Loading is very slow having configured org.openbravo.financial.multitaxcategory module 
Issue History
2017-10-16 18:11egoitzNew Issue
2017-10-16 18:11egoitzAssigned To => Retail
2017-10-16 18:11egoitzResolution time => 1505858400
2017-10-16 18:11egoitzTriggers an Emergency Pack => No
2017-10-16 18:11egoitzIssue Monitored: malsasua
2017-10-16 18:21egoitzResolution time1505858400 => 1508450400
2017-10-17 09:26guillermogilTag Attached: Performance
2017-10-18 18:39marvintmAssigned ToRetail => marvintm
2017-10-18 18:39marvintmStatusnew => scheduled
2017-10-19 09:00hgbotCheckin
2017-10-19 09:00hgbotNote Added: 0099951
2017-10-19 09:00hgbotStatusscheduled => resolved
2017-10-19 09:00hgbotResolutionopen => fixed
2017-10-19 09:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1492bc7ad416a2b745280c6ac9731ba3097be253 [^]
2017-10-24 09:59guilleaerReview Assigned To => guilleaer
2017-10-24 09:59guilleaerStatusresolved => closed
2017-10-24 09:59guilleaerFixed in Version => RR18Q1
2018-03-26 19:30umartirenaRelationship addedrelated to 0038231

Notes
(0099951)
hgbot   
2017-10-19 09:00   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1492bc7ad416a2b745280c6ac9731ba3097be253
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Oct 18 18:27:31 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1492bc7ad416a2b745280c6ac9731ba3097be253 [^]

Fixed issue 37078. c_get_product_taxcategory function will only be called if preference is set.

---
M src/org/openbravo/retail/posterminal/master/ProductProperties.java
---