@erp-galoper/types 1.0.1606 → 1.0.1607
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.ts +7 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -31447,6 +31447,13 @@ export interface components {
|
|
|
31447
31447
|
* - show the user the available quantity as in units too, transferred quantity * item package quantity
|
|
31448
31448
|
*/
|
|
31449
31449
|
transferredQuantity: number;
|
|
31450
|
+
/**
|
|
31451
|
+
* Quantityreceived
|
|
31452
|
+
* @description - Total quantity received via Goods Receipt Notes linked to this internal transfer
|
|
31453
|
+
* - Returns 0.0 if no qualifying GRN exists for this transfer line
|
|
31454
|
+
* @default 0
|
|
31455
|
+
*/
|
|
31456
|
+
quantityReceived: number;
|
|
31450
31457
|
};
|
|
31451
31458
|
/** InternalTransferSchema */
|
|
31452
31459
|
InternalTransferSchema: {
|