A warehouse stock management system uses a program to automatically track inventory.
Figure 1 shows an excerpt of a stock tracking report.
Figure 1
| Date | Description | Quantity Added | Quantity Sold | Current Stock |
|---|---|---|---|---|
| 01 Nov | Starting Stock | 150 | ||
| 03 Nov | Supplier shipment | 200 | 350 | |
| 04 Nov | Online order | 25 | 325 | |
| 12 Nov | Return to stock | 10 | 335 | |
| 15 Nov | In-store sale | 120 | 215 | |
| 22 Nov | Damaged stock write-off | 5 | 210 |
Complete the table below to identify one input, one process, and one output used by the program to calculate and display the values in the 'Current Stock' column (the furthest right column).
| Element | Identification |
|---|---|
| Input | |
| Process | |
| Output |