@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
|
@@ -16,24 +16,28 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
16
16
|
remark?: string | null | undefined;
|
|
17
17
|
ref?: string | null | undefined;
|
|
18
18
|
_rev?: string | null | undefined;
|
|
19
|
-
template?: string | null | undefined;
|
|
20
|
-
request?: {
|
|
21
|
-
id: string;
|
|
22
|
-
adjustmentIds: string[];
|
|
23
|
-
} | null | undefined;
|
|
24
|
-
stockSnapshotId?: string | null | undefined;
|
|
25
|
-
effectiveAt?: string | null | undefined;
|
|
26
19
|
netSuite?: {
|
|
27
20
|
id?: string | null | undefined;
|
|
21
|
+
errors?: string[] | null | undefined;
|
|
28
22
|
subsidiary: {
|
|
29
23
|
id?: string | null | undefined;
|
|
30
24
|
name?: string | null | undefined;
|
|
31
25
|
};
|
|
32
26
|
} | null | undefined;
|
|
27
|
+
template?: string | null | undefined;
|
|
28
|
+
request?: {
|
|
29
|
+
id: string;
|
|
30
|
+
adjustmentIds: string[];
|
|
31
|
+
} | null | undefined;
|
|
32
|
+
stockSnapshotId?: string | null | undefined;
|
|
33
|
+
effectiveAt?: string | null | undefined;
|
|
33
34
|
deliveryFullfillment?: {
|
|
34
35
|
remark?: string | null | undefined;
|
|
35
36
|
adjustment?: string | null | undefined;
|
|
36
|
-
|
|
37
|
+
netSuite?: {
|
|
38
|
+
id?: string | null | undefined;
|
|
39
|
+
refNo?: string | null | undefined;
|
|
40
|
+
} | null | undefined;
|
|
37
41
|
items: {
|
|
38
42
|
cost?: {
|
|
39
43
|
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";
|
|
@@ -383,24 +387,28 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
383
387
|
remark?: string | null | undefined;
|
|
384
388
|
ref?: string | null | undefined;
|
|
385
389
|
_rev?: string | null | undefined;
|
|
386
|
-
template?: string | null | undefined;
|
|
387
|
-
request?: {
|
|
388
|
-
id: string;
|
|
389
|
-
adjustmentIds: string[];
|
|
390
|
-
} | null | undefined;
|
|
391
|
-
stockSnapshotId?: string | null | undefined;
|
|
392
|
-
effectiveAt?: string | null | undefined;
|
|
393
390
|
netSuite?: {
|
|
394
391
|
id?: string | null | undefined;
|
|
392
|
+
errors?: string[] | null | undefined;
|
|
395
393
|
subsidiary: {
|
|
396
394
|
id?: string | null | undefined;
|
|
397
395
|
name?: string | null | undefined;
|
|
398
396
|
};
|
|
399
397
|
} | null | undefined;
|
|
398
|
+
template?: string | null | undefined;
|
|
399
|
+
request?: {
|
|
400
|
+
id: string;
|
|
401
|
+
adjustmentIds: string[];
|
|
402
|
+
} | null | undefined;
|
|
403
|
+
stockSnapshotId?: string | null | undefined;
|
|
404
|
+
effectiveAt?: string | null | undefined;
|
|
400
405
|
deliveryFullfillment?: {
|
|
401
406
|
remark?: string | null | undefined;
|
|
402
407
|
adjustment?: string | null | undefined;
|
|
403
|
-
|
|
408
|
+
netSuite?: {
|
|
409
|
+
id?: string | null | undefined;
|
|
410
|
+
refNo?: string | null | undefined;
|
|
411
|
+
} | null | undefined;
|
|
404
412
|
items: {
|
|
405
413
|
cost?: {
|
|
406
414
|
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";
|
|
@@ -720,24 +728,28 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
720
728
|
remark?: string | null | undefined;
|
|
721
729
|
ref?: string | null | undefined;
|
|
722
730
|
_rev?: string | null | undefined;
|
|
723
|
-
template?: string | null | undefined;
|
|
724
|
-
request?: {
|
|
725
|
-
id: string;
|
|
726
|
-
adjustmentIds: string[];
|
|
727
|
-
} | null | undefined;
|
|
728
|
-
stockSnapshotId?: string | null | undefined;
|
|
729
|
-
effectiveAt?: string | null | undefined;
|
|
730
731
|
netSuite?: {
|
|
731
732
|
id?: string | null | undefined;
|
|
733
|
+
errors?: string[] | null | undefined;
|
|
732
734
|
subsidiary: {
|
|
733
735
|
id?: string | null | undefined;
|
|
734
736
|
name?: string | null | undefined;
|
|
735
737
|
};
|
|
736
738
|
} | null | undefined;
|
|
739
|
+
template?: string | null | undefined;
|
|
740
|
+
request?: {
|
|
741
|
+
id: string;
|
|
742
|
+
adjustmentIds: string[];
|
|
743
|
+
} | null | undefined;
|
|
744
|
+
stockSnapshotId?: string | null | undefined;
|
|
745
|
+
effectiveAt?: string | null | undefined;
|
|
737
746
|
deliveryFullfillment?: {
|
|
738
747
|
remark?: string | null | undefined;
|
|
739
748
|
adjustment?: string | null | undefined;
|
|
740
|
-
|
|
749
|
+
netSuite?: {
|
|
750
|
+
id?: string | null | undefined;
|
|
751
|
+
refNo?: string | null | undefined;
|
|
752
|
+
} | null | undefined;
|
|
741
753
|
items: {
|
|
742
754
|
cost?: {
|
|
743
755
|
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";
|
|
@@ -1071,6 +1083,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1071
1083
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
1072
1084
|
netSuite?: {
|
|
1073
1085
|
id?: string | null | undefined;
|
|
1086
|
+
errors?: string[] | null | undefined;
|
|
1074
1087
|
subsidiary: {
|
|
1075
1088
|
id?: string | null | undefined;
|
|
1076
1089
|
name?: string | null | undefined;
|
|
@@ -1080,24 +1093,28 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1080
1093
|
remark?: string | null | undefined;
|
|
1081
1094
|
ref?: string | null | undefined;
|
|
1082
1095
|
_rev?: string | null | undefined;
|
|
1083
|
-
template?: string | null | undefined;
|
|
1084
|
-
request?: {
|
|
1085
|
-
id: string;
|
|
1086
|
-
adjustmentIds: string[];
|
|
1087
|
-
} | null | undefined;
|
|
1088
|
-
stockSnapshotId?: string | null | undefined;
|
|
1089
|
-
effectiveAt?: string | null | undefined;
|
|
1090
1096
|
netSuite?: {
|
|
1091
1097
|
id?: string | null | undefined;
|
|
1098
|
+
errors?: string[] | null | undefined;
|
|
1092
1099
|
subsidiary: {
|
|
1093
1100
|
id?: string | null | undefined;
|
|
1094
1101
|
name?: string | null | undefined;
|
|
1095
1102
|
};
|
|
1096
1103
|
} | null | undefined;
|
|
1104
|
+
template?: string | null | undefined;
|
|
1105
|
+
request?: {
|
|
1106
|
+
id: string;
|
|
1107
|
+
adjustmentIds: string[];
|
|
1108
|
+
} | null | undefined;
|
|
1109
|
+
stockSnapshotId?: string | null | undefined;
|
|
1110
|
+
effectiveAt?: string | null | undefined;
|
|
1097
1111
|
deliveryFullfillment?: {
|
|
1098
1112
|
remark?: string | null | undefined;
|
|
1099
1113
|
adjustment?: string | null | undefined;
|
|
1100
|
-
|
|
1114
|
+
netSuite?: {
|
|
1115
|
+
id?: string | null | undefined;
|
|
1116
|
+
refNo?: string | null | undefined;
|
|
1117
|
+
} | null | undefined;
|
|
1101
1118
|
items: {
|
|
1102
1119
|
cost?: {
|
|
1103
1120
|
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";
|
|
@@ -1456,6 +1473,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1456
1473
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
1457
1474
|
netSuite?: {
|
|
1458
1475
|
id?: string | null | undefined;
|
|
1476
|
+
errors?: string[] | null | undefined;
|
|
1459
1477
|
subsidiary: {
|
|
1460
1478
|
id?: string | null | undefined;
|
|
1461
1479
|
name?: string | null | undefined;
|
|
@@ -1465,24 +1483,28 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1465
1483
|
remark?: string | null | undefined;
|
|
1466
1484
|
ref?: string | null | undefined;
|
|
1467
1485
|
_rev?: string | null | undefined;
|
|
1468
|
-
template?: string | null | undefined;
|
|
1469
|
-
request?: {
|
|
1470
|
-
id: string;
|
|
1471
|
-
adjustmentIds: string[];
|
|
1472
|
-
} | null | undefined;
|
|
1473
|
-
stockSnapshotId?: string | null | undefined;
|
|
1474
|
-
effectiveAt?: string | null | undefined;
|
|
1475
1486
|
netSuite?: {
|
|
1476
1487
|
id?: string | null | undefined;
|
|
1488
|
+
errors?: string[] | null | undefined;
|
|
1477
1489
|
subsidiary: {
|
|
1478
1490
|
id?: string | null | undefined;
|
|
1479
1491
|
name?: string | null | undefined;
|
|
1480
1492
|
};
|
|
1481
1493
|
} | null | undefined;
|
|
1494
|
+
template?: string | null | undefined;
|
|
1495
|
+
request?: {
|
|
1496
|
+
id: string;
|
|
1497
|
+
adjustmentIds: string[];
|
|
1498
|
+
} | null | undefined;
|
|
1499
|
+
stockSnapshotId?: string | null | undefined;
|
|
1500
|
+
effectiveAt?: string | null | undefined;
|
|
1482
1501
|
deliveryFullfillment?: {
|
|
1483
1502
|
remark?: string | null | undefined;
|
|
1484
1503
|
adjustment?: string | null | undefined;
|
|
1485
|
-
|
|
1504
|
+
netSuite?: {
|
|
1505
|
+
id?: string | null | undefined;
|
|
1506
|
+
refNo?: string | null | undefined;
|
|
1507
|
+
} | null | undefined;
|
|
1486
1508
|
items: {
|
|
1487
1509
|
cost?: {
|
|
1488
1510
|
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";
|
|
@@ -1815,6 +1837,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1815
1837
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
1816
1838
|
netSuite?: {
|
|
1817
1839
|
id?: string | null | undefined;
|
|
1840
|
+
errors?: string[] | null | undefined;
|
|
1818
1841
|
subsidiary: {
|
|
1819
1842
|
id?: string | null | undefined;
|
|
1820
1843
|
name?: string | null | undefined;
|
|
@@ -1824,24 +1847,28 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1824
1847
|
remark?: string | null | undefined;
|
|
1825
1848
|
ref?: string | null | undefined;
|
|
1826
1849
|
_rev?: string | null | undefined;
|
|
1827
|
-
template?: string | null | undefined;
|
|
1828
|
-
request?: {
|
|
1829
|
-
id: string;
|
|
1830
|
-
adjustmentIds: string[];
|
|
1831
|
-
} | null | undefined;
|
|
1832
|
-
stockSnapshotId?: string | null | undefined;
|
|
1833
|
-
effectiveAt?: string | null | undefined;
|
|
1834
1850
|
netSuite?: {
|
|
1835
1851
|
id?: string | null | undefined;
|
|
1852
|
+
errors?: string[] | null | undefined;
|
|
1836
1853
|
subsidiary: {
|
|
1837
1854
|
id?: string | null | undefined;
|
|
1838
1855
|
name?: string | null | undefined;
|
|
1839
1856
|
};
|
|
1840
1857
|
} | null | undefined;
|
|
1858
|
+
template?: string | null | undefined;
|
|
1859
|
+
request?: {
|
|
1860
|
+
id: string;
|
|
1861
|
+
adjustmentIds: string[];
|
|
1862
|
+
} | null | undefined;
|
|
1863
|
+
stockSnapshotId?: string | null | undefined;
|
|
1864
|
+
effectiveAt?: string | null | undefined;
|
|
1841
1865
|
deliveryFullfillment?: {
|
|
1842
1866
|
remark?: string | null | undefined;
|
|
1843
1867
|
adjustment?: string | null | undefined;
|
|
1844
|
-
|
|
1868
|
+
netSuite?: {
|
|
1869
|
+
id?: string | null | undefined;
|
|
1870
|
+
refNo?: string | null | undefined;
|
|
1871
|
+
} | null | undefined;
|
|
1845
1872
|
items: {
|
|
1846
1873
|
cost?: {
|
|
1847
1874
|
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";
|