Fixes issue
30281: m_stock_proposed added to log cleanup default configuration
m_stock_proposed table data should be cleaned up once the process is finished. So should add the same table to log cleanup default configuration.
Related with issue
33064: Code review improvements.
It have been added help and description values.
Besides it have been removed some unused methods:
getAvailableWidgetClasses. There is an API changes.
It has been removed unused test in myob module.
Related to issue
32032: Code review improvements
Fixes issue
32032: ReportOrderNotShipped report query improved
-Replace IN clause for locator using EXISTS
-Remove unwanted C_Order from subquery which compares quantities
-Rearrange the query
-Get stock from m_storage_detail using subquery instead of left join
Related to issue
32949: Code review improvements
- Use inner join instead of left join between OrderLine and Order tables.
- Avoid unnecessary join with Tax table.
- Add index in M_MatchPO table to M_InoutLine_Id column.
Fixes issue
32949: Improve performance in Return to Vendor Pick and Execute
In order to avoid unnecessary joins to M_InoutLine table, replace ol.goodsShipmentLine = iol with ol.goodsShipmentLine.id = iol.
fixed bug
33129: unneeded object initialization for DAL insertion
When doing DAL insertions, client, org and user objects were initialized if
they were not yet in session. This causes unneded DB queries and object allocation
in memory.
These objects were used to set mandatory client/org and audit fields.
This initialization is now prevented by using hibernate proxies instead.
Related with issue
33064: Added default values in widgets.