@feedmepos/mf-inventory-portal 0.0.22-dev.17 → 0.0.22-dev.19
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/dist/{ApprovalView-CejADKvT.js → ApprovalView-DD_lqQyg.js} +4 -4
- package/dist/{BindingsDialog-CCS9ek6i.js → BindingsDialog-CZk3Vdnx.js} +1 -1
- package/dist/{BindingsPicker-aN6Bt5S-.js → BindingsPicker-C1AH5FdB.js} +1 -1
- package/dist/{BindingsTable-BWy16dDq.js → BindingsTable-CBX6Q6AL.js} +1 -1
- package/dist/{ClosingTemplateView-CcpTmujq.js → ClosingTemplateView-DIwPDy2t.js} +5 -5
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CnqvCwZ1.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-W06VyJ31.js} +1 -1
- package/dist/{IngredientsView-e1fUwLV5.js → IngredientsView-BC8YIErg.js} +3 -3
- package/dist/{IntegrationView-wClaTngm.js → IntegrationView-DENEIkTh.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BLcWv-4F.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CgnLlcQZ.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-5oJQidum.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DNPwbLEZ.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-B8L_w8dN.js → PurchaseOrderPrintPreview-CpBmXdD0.js} +1 -1
- package/dist/{ReceiveRequestView-DjkgdIE_.js → ReceiveRequestView-C81Zf3zY.js} +6 -6
- package/dist/{RecipeView-DCBx5IFe.js → RecipeView-TFZgTDUh.js} +3 -3
- package/dist/{StockView-Cn1b4T7N.js → StockView-bgZTOV6i.js} +6 -6
- package/dist/{SupplierView-DYtpWPFD.js → SupplierView-BYyQxw0t.js} +3 -3
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CY6OZxCv.js +776 -0
- package/dist/{TransferDialog.vue_vue_type_script_setup_true_lang-B7DXQ57v.js → TransferDialog.vue_vue_type_script_setup_true_lang-uSVIE5_5.js} +235 -232
- package/dist/{TransferTemplateView-CxZIwfiT.js → TransferTemplateView-BFhNAi7K.js} +8 -8
- package/dist/{UnitView-EQl6iujM.js → UnitView-DX5CnVUR.js} +4 -4
- package/dist/{WarehouseView-BMBM2emY.js → WarehouseView-THb6FBXI.js} +2 -2
- package/dist/{app-Ai2ZyFFs.js → app-BWF5tQwd.js} +313 -308
- package/dist/app.js +1 -1
- package/dist/{decimal-CHqei97s.js → decimal-BFC0XDk1.js} +1 -1
- package/dist/{defineDeepModel-CkReIsWC.js → defineDeepModel-KSKvsqlu.js} +1 -1
- package/dist/{format-time-from-id-Cb2zp48Q.js → format-time-from-id-DtUlqmuq.js} +1 -1
- package/dist/{id-to-date-CnOKmysf.js → id-to-date-D1NcrKrG.js} +1 -1
- package/dist/{purchase-order-transaction-type-CHRCkOeZ.js → purchase-order-transaction-type-C-dx5pQr.js} +3 -3
- package/dist/{supplier-rHVJDY4i.js → supplier-CUzOSQb7.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-2-EztCYYTj.js → use-template-enabled-locations-2-CTYd9dEQ.js} +1 -1
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +50 -32
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +75 -48
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +75 -48
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +96 -48
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +32 -16
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +8 -4
- package/dist/{xlsx-_U0K6u2_.js → xlsx-Do087aDY.js} +1 -1
- package/dist/{xlsx.util-BCiEge44.js → xlsx.util-DD3Ate6Q.js} +2 -2
- package/package.json +1 -1
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-DVlkmZxl.js +0 -763
|
@@ -1,24 +1,28 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
modelValue: import("vue").PropType<Omit<{
|
|
3
3
|
_rev?: string | null | undefined;
|
|
4
|
-
template?: string | null | undefined;
|
|
5
|
-
request?: {
|
|
6
|
-
id: string;
|
|
7
|
-
adjustmentIds: string[];
|
|
8
|
-
} | null | undefined;
|
|
9
|
-
stockSnapshotId?: string | null | undefined;
|
|
10
|
-
effectiveAt?: string | null | undefined;
|
|
11
4
|
netSuite?: {
|
|
12
5
|
id?: string | null | undefined;
|
|
6
|
+
errors?: string[] | null | undefined;
|
|
13
7
|
subsidiary: {
|
|
14
8
|
id?: string | null | undefined;
|
|
15
9
|
name?: string | null | undefined;
|
|
16
10
|
};
|
|
17
11
|
} | null | undefined;
|
|
12
|
+
template?: string | null | undefined;
|
|
13
|
+
request?: {
|
|
14
|
+
id: string;
|
|
15
|
+
adjustmentIds: string[];
|
|
16
|
+
} | null | undefined;
|
|
17
|
+
stockSnapshotId?: string | null | undefined;
|
|
18
|
+
effectiveAt?: string | null | undefined;
|
|
18
19
|
deliveryFullfillment?: {
|
|
19
20
|
remark?: string | null | undefined;
|
|
20
21
|
adjustment?: string | null | undefined;
|
|
21
|
-
|
|
22
|
+
netSuite?: {
|
|
23
|
+
id?: string | null | undefined;
|
|
24
|
+
refNo?: string | null | undefined;
|
|
25
|
+
} | null | undefined;
|
|
22
26
|
items: {
|
|
23
27
|
cost?: {
|
|
24
28
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -342,6 +346,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
342
346
|
type: import("vue").PropType<{
|
|
343
347
|
netSuite?: {
|
|
344
348
|
id?: string | null | undefined;
|
|
349
|
+
errors?: string[] | null | undefined;
|
|
345
350
|
subsidiary: {
|
|
346
351
|
id?: string | null | undefined;
|
|
347
352
|
name?: string | null | undefined;
|
|
@@ -351,24 +356,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
351
356
|
remark?: string | null | undefined;
|
|
352
357
|
ref?: string | null | undefined;
|
|
353
358
|
_rev?: string | null | undefined;
|
|
354
|
-
template?: string | null | undefined;
|
|
355
|
-
request?: {
|
|
356
|
-
id: string;
|
|
357
|
-
adjustmentIds: string[];
|
|
358
|
-
} | null | undefined;
|
|
359
|
-
stockSnapshotId?: string | null | undefined;
|
|
360
|
-
effectiveAt?: string | null | undefined;
|
|
361
359
|
netSuite?: {
|
|
362
360
|
id?: string | null | undefined;
|
|
361
|
+
errors?: string[] | null | undefined;
|
|
363
362
|
subsidiary: {
|
|
364
363
|
id?: string | null | undefined;
|
|
365
364
|
name?: string | null | undefined;
|
|
366
365
|
};
|
|
367
366
|
} | null | undefined;
|
|
367
|
+
template?: string | null | undefined;
|
|
368
|
+
request?: {
|
|
369
|
+
id: string;
|
|
370
|
+
adjustmentIds: string[];
|
|
371
|
+
} | null | undefined;
|
|
372
|
+
stockSnapshotId?: string | null | undefined;
|
|
373
|
+
effectiveAt?: string | null | undefined;
|
|
368
374
|
deliveryFullfillment?: {
|
|
369
375
|
remark?: string | null | undefined;
|
|
370
376
|
adjustment?: string | null | undefined;
|
|
371
|
-
|
|
377
|
+
netSuite?: {
|
|
378
|
+
id?: string | null | undefined;
|
|
379
|
+
refNo?: string | null | undefined;
|
|
380
|
+
} | null | undefined;
|
|
372
381
|
items: {
|
|
373
382
|
cost?: {
|
|
374
383
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -743,24 +752,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
743
752
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
744
753
|
modelValue: import("vue").PropType<Omit<{
|
|
745
754
|
_rev?: string | null | undefined;
|
|
746
|
-
template?: string | null | undefined;
|
|
747
|
-
request?: {
|
|
748
|
-
id: string;
|
|
749
|
-
adjustmentIds: string[];
|
|
750
|
-
} | null | undefined;
|
|
751
|
-
stockSnapshotId?: string | null | undefined;
|
|
752
|
-
effectiveAt?: string | null | undefined;
|
|
753
755
|
netSuite?: {
|
|
754
756
|
id?: string | null | undefined;
|
|
757
|
+
errors?: string[] | null | undefined;
|
|
755
758
|
subsidiary: {
|
|
756
759
|
id?: string | null | undefined;
|
|
757
760
|
name?: string | null | undefined;
|
|
758
761
|
};
|
|
759
762
|
} | null | undefined;
|
|
763
|
+
template?: string | null | undefined;
|
|
764
|
+
request?: {
|
|
765
|
+
id: string;
|
|
766
|
+
adjustmentIds: string[];
|
|
767
|
+
} | null | undefined;
|
|
768
|
+
stockSnapshotId?: string | null | undefined;
|
|
769
|
+
effectiveAt?: string | null | undefined;
|
|
760
770
|
deliveryFullfillment?: {
|
|
761
771
|
remark?: string | null | undefined;
|
|
762
772
|
adjustment?: string | null | undefined;
|
|
763
|
-
|
|
773
|
+
netSuite?: {
|
|
774
|
+
id?: string | null | undefined;
|
|
775
|
+
refNo?: string | null | undefined;
|
|
776
|
+
} | null | undefined;
|
|
764
777
|
items: {
|
|
765
778
|
cost?: {
|
|
766
779
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1084,6 +1097,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1084
1097
|
type: import("vue").PropType<{
|
|
1085
1098
|
netSuite?: {
|
|
1086
1099
|
id?: string | null | undefined;
|
|
1100
|
+
errors?: string[] | null | undefined;
|
|
1087
1101
|
subsidiary: {
|
|
1088
1102
|
id?: string | null | undefined;
|
|
1089
1103
|
name?: string | null | undefined;
|
|
@@ -1093,24 +1107,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1093
1107
|
remark?: string | null | undefined;
|
|
1094
1108
|
ref?: string | null | undefined;
|
|
1095
1109
|
_rev?: string | null | undefined;
|
|
1096
|
-
template?: string | null | undefined;
|
|
1097
|
-
request?: {
|
|
1098
|
-
id: string;
|
|
1099
|
-
adjustmentIds: string[];
|
|
1100
|
-
} | null | undefined;
|
|
1101
|
-
stockSnapshotId?: string | null | undefined;
|
|
1102
|
-
effectiveAt?: string | null | undefined;
|
|
1103
1110
|
netSuite?: {
|
|
1104
1111
|
id?: string | null | undefined;
|
|
1112
|
+
errors?: string[] | null | undefined;
|
|
1105
1113
|
subsidiary: {
|
|
1106
1114
|
id?: string | null | undefined;
|
|
1107
1115
|
name?: string | null | undefined;
|
|
1108
1116
|
};
|
|
1109
1117
|
} | null | undefined;
|
|
1118
|
+
template?: string | null | undefined;
|
|
1119
|
+
request?: {
|
|
1120
|
+
id: string;
|
|
1121
|
+
adjustmentIds: string[];
|
|
1122
|
+
} | null | undefined;
|
|
1123
|
+
stockSnapshotId?: string | null | undefined;
|
|
1124
|
+
effectiveAt?: string | null | undefined;
|
|
1110
1125
|
deliveryFullfillment?: {
|
|
1111
1126
|
remark?: string | null | undefined;
|
|
1112
1127
|
adjustment?: string | null | undefined;
|
|
1113
|
-
|
|
1128
|
+
netSuite?: {
|
|
1129
|
+
id?: string | null | undefined;
|
|
1130
|
+
refNo?: string | null | undefined;
|
|
1131
|
+
} | null | undefined;
|
|
1114
1132
|
items: {
|
|
1115
1133
|
cost?: {
|
|
1116
1134
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -7,24 +7,28 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
7
7
|
remark?: string | null | undefined;
|
|
8
8
|
ref?: string | null | undefined;
|
|
9
9
|
_rev?: string | null | undefined;
|
|
10
|
-
template?: string | null | undefined;
|
|
11
|
-
request?: {
|
|
12
|
-
id: string;
|
|
13
|
-
adjustmentIds: string[];
|
|
14
|
-
} | null | undefined;
|
|
15
|
-
stockSnapshotId?: string | null | undefined;
|
|
16
|
-
effectiveAt?: string | null | undefined;
|
|
17
10
|
netSuite?: {
|
|
18
11
|
id?: string | null | undefined;
|
|
12
|
+
errors?: string[] | null | undefined;
|
|
19
13
|
subsidiary: {
|
|
20
14
|
id?: string | null | undefined;
|
|
21
15
|
name?: string | null | undefined;
|
|
22
16
|
};
|
|
23
17
|
} | null | undefined;
|
|
18
|
+
template?: string | null | undefined;
|
|
19
|
+
request?: {
|
|
20
|
+
id: string;
|
|
21
|
+
adjustmentIds: string[];
|
|
22
|
+
} | null | undefined;
|
|
23
|
+
stockSnapshotId?: string | null | undefined;
|
|
24
|
+
effectiveAt?: string | null | undefined;
|
|
24
25
|
deliveryFullfillment?: {
|
|
25
26
|
remark?: string | null | undefined;
|
|
26
27
|
adjustment?: string | null | undefined;
|
|
27
|
-
|
|
28
|
+
netSuite?: {
|
|
29
|
+
id?: string | null | undefined;
|
|
30
|
+
refNo?: string | null | undefined;
|
|
31
|
+
} | null | undefined;
|
|
28
32
|
items: {
|
|
29
33
|
cost?: {
|
|
30
34
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -334,24 +338,28 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
334
338
|
remark?: string | null | undefined;
|
|
335
339
|
ref?: string | null | undefined;
|
|
336
340
|
_rev?: string | null | undefined;
|
|
337
|
-
template?: string | null | undefined;
|
|
338
|
-
request?: {
|
|
339
|
-
id: string;
|
|
340
|
-
adjustmentIds: string[];
|
|
341
|
-
} | null | undefined;
|
|
342
|
-
stockSnapshotId?: string | null | undefined;
|
|
343
|
-
effectiveAt?: string | null | undefined;
|
|
344
341
|
netSuite?: {
|
|
345
342
|
id?: string | null | undefined;
|
|
343
|
+
errors?: string[] | null | undefined;
|
|
346
344
|
subsidiary: {
|
|
347
345
|
id?: string | null | undefined;
|
|
348
346
|
name?: string | null | undefined;
|
|
349
347
|
};
|
|
350
348
|
} | null | undefined;
|
|
349
|
+
template?: string | null | undefined;
|
|
350
|
+
request?: {
|
|
351
|
+
id: string;
|
|
352
|
+
adjustmentIds: string[];
|
|
353
|
+
} | null | undefined;
|
|
354
|
+
stockSnapshotId?: string | null | undefined;
|
|
355
|
+
effectiveAt?: string | null | undefined;
|
|
351
356
|
deliveryFullfillment?: {
|
|
352
357
|
remark?: string | null | undefined;
|
|
353
358
|
adjustment?: string | null | undefined;
|
|
354
|
-
|
|
359
|
+
netSuite?: {
|
|
360
|
+
id?: string | null | undefined;
|
|
361
|
+
refNo?: string | null | undefined;
|
|
362
|
+
} | null | undefined;
|
|
355
363
|
items: {
|
|
356
364
|
cost?: {
|
|
357
365
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -661,24 +669,28 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
661
669
|
remark?: string | null | undefined;
|
|
662
670
|
ref?: string | null | undefined;
|
|
663
671
|
_rev?: string | null | undefined;
|
|
664
|
-
template?: string | null | undefined;
|
|
665
|
-
request?: {
|
|
666
|
-
id: string;
|
|
667
|
-
adjustmentIds: string[];
|
|
668
|
-
} | null | undefined;
|
|
669
|
-
stockSnapshotId?: string | null | undefined;
|
|
670
|
-
effectiveAt?: string | null | undefined;
|
|
671
672
|
netSuite?: {
|
|
672
673
|
id?: string | null | undefined;
|
|
674
|
+
errors?: string[] | null | undefined;
|
|
673
675
|
subsidiary: {
|
|
674
676
|
id?: string | null | undefined;
|
|
675
677
|
name?: string | null | undefined;
|
|
676
678
|
};
|
|
677
679
|
} | null | undefined;
|
|
680
|
+
template?: string | null | undefined;
|
|
681
|
+
request?: {
|
|
682
|
+
id: string;
|
|
683
|
+
adjustmentIds: string[];
|
|
684
|
+
} | null | undefined;
|
|
685
|
+
stockSnapshotId?: string | null | undefined;
|
|
686
|
+
effectiveAt?: string | null | undefined;
|
|
678
687
|
deliveryFullfillment?: {
|
|
679
688
|
remark?: string | null | undefined;
|
|
680
689
|
adjustment?: string | null | undefined;
|
|
681
|
-
|
|
690
|
+
netSuite?: {
|
|
691
|
+
id?: string | null | undefined;
|
|
692
|
+
refNo?: string | null | undefined;
|
|
693
|
+
} | null | undefined;
|
|
682
694
|
items: {
|
|
683
695
|
cost?: {
|
|
684
696
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -988,6 +1000,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
988
1000
|
purchaseRequests: import("vue").Ref<{
|
|
989
1001
|
netSuite?: {
|
|
990
1002
|
id?: string | null | undefined;
|
|
1003
|
+
errors?: string[] | null | undefined;
|
|
991
1004
|
subsidiary: {
|
|
992
1005
|
id?: string | null | undefined;
|
|
993
1006
|
name?: string | null | undefined;
|
|
@@ -997,24 +1010,28 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
997
1010
|
remark?: string | null | undefined;
|
|
998
1011
|
ref?: string | null | undefined;
|
|
999
1012
|
_rev?: string | null | undefined;
|
|
1000
|
-
template?: string | null | undefined;
|
|
1001
|
-
request?: {
|
|
1002
|
-
id: string;
|
|
1003
|
-
adjustmentIds: string[];
|
|
1004
|
-
} | null | undefined;
|
|
1005
|
-
stockSnapshotId?: string | null | undefined;
|
|
1006
|
-
effectiveAt?: string | null | undefined;
|
|
1007
1013
|
netSuite?: {
|
|
1008
1014
|
id?: string | null | undefined;
|
|
1015
|
+
errors?: string[] | null | undefined;
|
|
1009
1016
|
subsidiary: {
|
|
1010
1017
|
id?: string | null | undefined;
|
|
1011
1018
|
name?: string | null | undefined;
|
|
1012
1019
|
};
|
|
1013
1020
|
} | null | undefined;
|
|
1021
|
+
template?: string | null | undefined;
|
|
1022
|
+
request?: {
|
|
1023
|
+
id: string;
|
|
1024
|
+
adjustmentIds: string[];
|
|
1025
|
+
} | null | undefined;
|
|
1026
|
+
stockSnapshotId?: string | null | undefined;
|
|
1027
|
+
effectiveAt?: string | null | undefined;
|
|
1014
1028
|
deliveryFullfillment?: {
|
|
1015
1029
|
remark?: string | null | undefined;
|
|
1016
1030
|
adjustment?: string | null | undefined;
|
|
1017
|
-
|
|
1031
|
+
netSuite?: {
|
|
1032
|
+
id?: string | null | undefined;
|
|
1033
|
+
refNo?: string | null | undefined;
|
|
1034
|
+
} | null | undefined;
|
|
1018
1035
|
items: {
|
|
1019
1036
|
cost?: {
|
|
1020
1037
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1337,6 +1354,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1337
1354
|
}[], {
|
|
1338
1355
|
netSuite?: {
|
|
1339
1356
|
id?: string | null | undefined;
|
|
1357
|
+
errors?: string[] | null | undefined;
|
|
1340
1358
|
subsidiary: {
|
|
1341
1359
|
id?: string | null | undefined;
|
|
1342
1360
|
name?: string | null | undefined;
|
|
@@ -1346,24 +1364,28 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1346
1364
|
remark?: string | null | undefined;
|
|
1347
1365
|
ref?: string | null | undefined;
|
|
1348
1366
|
_rev?: string | null | undefined;
|
|
1349
|
-
template?: string | null | undefined;
|
|
1350
|
-
request?: {
|
|
1351
|
-
id: string;
|
|
1352
|
-
adjustmentIds: string[];
|
|
1353
|
-
} | null | undefined;
|
|
1354
|
-
stockSnapshotId?: string | null | undefined;
|
|
1355
|
-
effectiveAt?: string | null | undefined;
|
|
1356
1367
|
netSuite?: {
|
|
1357
1368
|
id?: string | null | undefined;
|
|
1369
|
+
errors?: string[] | null | undefined;
|
|
1358
1370
|
subsidiary: {
|
|
1359
1371
|
id?: string | null | undefined;
|
|
1360
1372
|
name?: string | null | undefined;
|
|
1361
1373
|
};
|
|
1362
1374
|
} | null | undefined;
|
|
1375
|
+
template?: string | null | undefined;
|
|
1376
|
+
request?: {
|
|
1377
|
+
id: string;
|
|
1378
|
+
adjustmentIds: string[];
|
|
1379
|
+
} | null | undefined;
|
|
1380
|
+
stockSnapshotId?: string | null | undefined;
|
|
1381
|
+
effectiveAt?: string | null | undefined;
|
|
1363
1382
|
deliveryFullfillment?: {
|
|
1364
1383
|
remark?: string | null | undefined;
|
|
1365
1384
|
adjustment?: string | null | undefined;
|
|
1366
|
-
|
|
1385
|
+
netSuite?: {
|
|
1386
|
+
id?: string | null | undefined;
|
|
1387
|
+
refNo?: string | null | undefined;
|
|
1388
|
+
} | null | undefined;
|
|
1367
1389
|
items: {
|
|
1368
1390
|
cost?: {
|
|
1369
1391
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1686,6 +1708,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1686
1708
|
}[] | {
|
|
1687
1709
|
netSuite?: {
|
|
1688
1710
|
id?: string | null | undefined;
|
|
1711
|
+
errors?: string[] | null | undefined;
|
|
1689
1712
|
subsidiary: {
|
|
1690
1713
|
id?: string | null | undefined;
|
|
1691
1714
|
name?: string | null | undefined;
|
|
@@ -1695,24 +1718,28 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1695
1718
|
remark?: string | null | undefined;
|
|
1696
1719
|
ref?: string | null | undefined;
|
|
1697
1720
|
_rev?: string | null | undefined;
|
|
1698
|
-
template?: string | null | undefined;
|
|
1699
|
-
request?: {
|
|
1700
|
-
id: string;
|
|
1701
|
-
adjustmentIds: string[];
|
|
1702
|
-
} | null | undefined;
|
|
1703
|
-
stockSnapshotId?: string | null | undefined;
|
|
1704
|
-
effectiveAt?: string | null | undefined;
|
|
1705
1721
|
netSuite?: {
|
|
1706
1722
|
id?: string | null | undefined;
|
|
1723
|
+
errors?: string[] | null | undefined;
|
|
1707
1724
|
subsidiary: {
|
|
1708
1725
|
id?: string | null | undefined;
|
|
1709
1726
|
name?: string | null | undefined;
|
|
1710
1727
|
};
|
|
1711
1728
|
} | null | undefined;
|
|
1729
|
+
template?: string | null | undefined;
|
|
1730
|
+
request?: {
|
|
1731
|
+
id: string;
|
|
1732
|
+
adjustmentIds: string[];
|
|
1733
|
+
} | null | undefined;
|
|
1734
|
+
stockSnapshotId?: string | null | undefined;
|
|
1735
|
+
effectiveAt?: string | null | undefined;
|
|
1712
1736
|
deliveryFullfillment?: {
|
|
1713
1737
|
remark?: string | null | undefined;
|
|
1714
1738
|
adjustment?: string | null | undefined;
|
|
1715
|
-
|
|
1739
|
+
netSuite?: {
|
|
1740
|
+
id?: string | null | undefined;
|
|
1741
|
+
refNo?: string | null | undefined;
|
|
1742
|
+
} | null | undefined;
|
|
1716
1743
|
items: {
|
|
1717
1744
|
cost?: {
|
|
1718
1745
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|