By using this website, you agree to our Terms of Use (click here)
Hi Tim, Is it possible if I want to show Purchase Unit and Sale Unit QTY in the inventory valuation report beside base Unit?
Moreover, if we can add another parameters (UOM) in that report, is it possible to do that?
Please kindly guide me how to do that.
Thanks!
This should be doable. The conversions are stored in the INUnit table so you'd just need to join from InventoryItem over to INUnit to get the conversion factors, then use those factors to convert the Qty. On Hand value that's displayed on the Inventory Valuation (IN615500) report.
