Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041362Retail ModulesProduct on the Flypublic2019-07-15 16:312019-07-22 16:54
aaroncalero 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR19Q4 
guilleaer
No
0041362: TaxCategory model in Products On The fly module is missing an order by
TaxCategory model in Products On The fly module is missing an order by, so it could be printing the tax categories in different order each time.
Check the java code that loads the TaxCategory model:
https://code.openbravo.com/erp/pmods/org.openbravo.retail.productonthefly/file/tip/src/org/openbravo/retail/productonthefly/master/TaxCategory.java [^]
Attached a patch with a solution: The tax categories will be ordered by the Default field, then by the name.
No tags attached.
diff Issue41362.diff (696) 2019-07-15 16:32
https://issues.openbravo.com/file_download.php?file_id=13133&type=bug
Issue History
2019-07-15 16:31aaroncaleroNew Issue
2019-07-15 16:31aaroncaleroAssigned To => Retail
2019-07-15 16:31aaroncaleroResolution time => 1564351200
2019-07-15 16:31aaroncaleroTriggers an Emergency Pack => No
2019-07-15 16:31aaroncaleroCategoryWeb POS => Product on the Fly
2019-07-15 16:32aaroncaleroFile Added: Issue41362.diff
2019-07-18 13:13ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-07-18 13:13ranjith_qualiantech_comStatusnew => scheduled
2019-07-19 04:59hgbotCheckin
2019-07-19 04:59hgbotNote Added: 0113540
2019-07-20 07:55ranjith_qualiantech_comStatusscheduled => resolved
2019-07-20 07:55ranjith_qualiantech_comResolutionopen => fixed
2019-07-22 16:54guilleaerReview Assigned To => guilleaer
2019-07-22 16:54guilleaerStatusresolved => closed
2019-07-22 16:54guilleaerFixed in Version => RR19Q4

Notes
(0113540)
hgbot   
2019-07-19 04:59   
Repository: erp/pmods/org.openbravo.retail.productonthefly
Changeset: a5615661e11da07a550d00093705567a08778c26
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jul 19 08:28:59 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.productonthefly/rev/a5615661e11da07a550d00093705567a08778c26 [^]

Related to issue 41362 : Added orderBy clause to TaxCategory Master data

---
M src/org/openbravo/retail/productonthefly/master/TaxCategory.java
---