Hi,
I want to create a simple custom report to show all inventory stocks.
Maybe something like this :
| Inventory Name | Qty On Hand | Location |
| Laptop | 1000 | Store 1 |
| Laptop | 1000 | Store 2 |
How can get the data? If I check in the API, it only show transaction. Does it mean that I need to calculate from all inventory transfer, sales order, purchase, good receipt, etc?
Thank You