Add supplier column in Low Inventory Report
Brought to you by:
jekkos,
pappastech
Hello!
I would like to add column "Suppliers" in Inventory Reports Low Inventory - it will really help order out of stock items.
I try but with no result :(
Line 961: in the end i add: $row['company_name']
Line 12: in the end add: $this->lang->line('reports_supplier')
Line 20: add: $this->db->join('suppliers','items.supplier_id=suppliers.person_id');
Line 22: in the end add: company_name
I get supplier column in "Low Inventory Report" but it now show just some items not all with low stock.
Im doing something wrong in file: inventory_low.php
Please help!
I works!
Only if items have selected "Supplier"
if no "Supplier" selected then it not comes up in Reports Low Inventory.
P.S.
Probably missing some code line to resolve this small problem but i don't know how to fix because already this "Suppliers" column i get only asking Google