There is a requirement for stock take functionality in the REST API.
There are two types of user stories here:
I. Stock take is created in Jiwa with Lines requiring counting. The app does the counting.
An app may read the stock take if it’s unactivated
The app may read the partno’s to be counted and the total quantity on hand
The app may add a comment to the stock take line
The app may read the line details and update Quantity On Shelf for each bin location
The app may add new line details.
II. Stock take is created in third-party app and counted in third party app
An app may create a stock take
An app may add Lines to a stock take, including a comment
The app may add new line details to the lines in a stock take.
There is a requirement for stock take functionality in the REST API.