ammy20019 / inventory-management-system

Inventory Management software as part of NoSql project
inventory-management-software.vercel.app
0 stars 0 forks source link

PHP Query for calculating overall assets cost #2

Open ammy20019 opened 3 years ago

ammy20019 commented 3 years ago

The dataset is available in json format named a "data.json" in the respository

I have tried but got some error with my code

Query that will return overall assets cost that the inventory is having, for your reference you can use this formula

total cost of a product= sum of individual cost * quantity

overall cost = sum of total cost of each product