Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041770Retail ModulesWeb POSpublic2019-09-06 08:002019-09-06 08:00
marvintm 
Retail 
urgentminoralways
newopen 
5
 
 
No
0041770: Some improvements need to be done to the approvals management class
Currently the CheckApproval.java is doing several things inefficiently or wrong:
- It is storing approvals as a String, it would be more efficient to store them as a set
- It is creating an "Integer" instance, which causes boxing/unboxing
- It is creating a temporary preferenceQuery object, only to then immediately create the list

.
No tags attached.
? approvals-v2.hgexport (3,817) 2019-09-06 08:00
https://issues.openbravo.com/file_download.php?file_id=13286&type=bug
Issue History
2019-09-06 08:00marvintmNew Issue
2019-09-06 08:00marvintmAssigned To => Retail
2019-09-06 08:00marvintmFile Added: approvals-v2.hgexport
2019-09-06 08:00marvintmTriggers an Emergency Pack => No

There are no notes attached to this issue.