Topic: Inventory valuation report. 301 unit decimal -1 issue.
Yes, while making the inventory valuation report and if the stock is in single digit and the decimal for that item unit set -1. then the item won't appear in the report.
Line no 120
HAVING ROUND(SUM(move.qty), units.decimals) != 0";
has to be like this.
$dec= user_price_dec();
...
...
..
HAVING ROUND(SUM(move.qty), IF(units.decimals=-1, ".$dec.", units.decimals) != 0";
Joe check this
HRM CRM POS batch Themes