We need a basic inventory report in order to identify how much stock we have on hand for any given item, how much is ‘Committed Stock’ and how much we have recently sold.
For our purposes, we’ll use the stock inflow table (for ‘On Hand’), the Invoices and Invoice Items tables (for amount sold), and assume that Sales Orders are ‘Commited Stock’.
So, we need a way to aggregate up inventory coming in and out and group it by items and date.
Fields We Need (and the Tables They Come From):
Identify the various join fields: