Stock Transfer Detail Input Model
Fields
Field | Description | Type | |
---|---|---|---|
stockCode | Stock code. | string | required for new records |
qty | Quantity. Value must be a positive number. | number | required for new records |
description | Stock transfer detail row description. | string, maxLength(100) |
Optional Fields
info
Detail record will not be created if all the following criterias are met:
stockCode
value is nulldescription
value is null or an empty stringqty
value is 0