Currently, total inventory on hand (in qty) and total cost is displayed in the inventory list. But the cost per item (i.e. for one piece) is not displayed. Looks like we need to calculate (i.e. total cost divided by total qty on hand) and set it manually. Can that be done automatically?
Currently, the unit cost is not displayed by the Manager software automatically. We do it manually by calculating total_cost/qty. If that is displayed, that will help to set the selling price (by comparing the unit cost) in the inventory item. Please let me know if we are missing something.