-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.5
-- PHP version -- : Unknown
-- Browser(s) name and version -- : Chrome
I'm trying to use HikaShop as an inventory management backend.
What I want to achieve, is we manufacture and our products are made up of different component parts that make product A.
We sell the product as "Product A' and "Product B" and so on, but they all are basically made up of varying different quantities of the component parts.
What I'd like to be able to do is import my sales data from offline sales into my back end and get a consolidated report of all the components we'll use to make up the orders of our various products.
ie: if we have 100 orders of Product A and B how many component parts broken down by part name will we use to fulfill the order?
If Product A uses 3 caps and Product B uses two caps, and we have 5 orders of each, then the report should spit out a consolidated report that shows
Caps: 25 (Showing the total number of caps used across the 5 orders of Product A and 
Is it possible to do this with Hika?