InventTransferLine.getQuantitiesForMovement Method
Gets the quantities for transactions that are associated with a specified movement.
Syntax
private Map getQuantitiesForMovement(
InventMovement _movement,
StatusIssue _issueFrom,
StatusIssue _issueTo,
StatusReceipt _receiptFrom,
StatusReceipt _receiptTo)
Run On
Called
Parameters
- _movement
Type: InventMovement Class
The movement to search the transactions for.
- _issueFrom
Type: StatusIssue Enumeration
StatusIssue from; inclusive.
- _issueTo
Type: StatusIssue Enumeration
StatusIssue to; inclusive.
- _receiptFrom
Type: StatusReceipt Enumeration
StatusReceipt from; inclusive.
- _receiptTo
Type: StatusReceipt Enumeration
StatusReceipt to; inclusive.
Return Value
Type: Map Class
A map of the quantities for transactions that are associated with the specified movement.