@feedmepos/mf-inventory-portal 0.0.25-dev.3 → 0.0.25-dev.31
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/App-9X9XkRz2.js +280 -0
- package/dist/ApprovalView-CoIwMOje.js +146 -0
- package/dist/{BindingsDialog-DPvBW5cM.js → BindingsDialog-B3ul7-vn.js} +6 -6
- package/dist/{BindingsPicker-DHjUZp_W.js → BindingsPicker-CWMHp2sY.js} +7 -7
- package/dist/{BindingsTable-D29VX7KG.js → BindingsTable-BqST2NOr.js} +10 -10
- package/dist/ClosingDraftView-CeN0MagA.js +1340 -0
- package/dist/ClosingTemplateView-BmTacXGq.js +1859 -0
- package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-D-IWRjRD.js +34 -0
- package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-CigELrfY.js +215 -0
- package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-DLVeADwI.js → FmUnitInput.vue_vue_type_script_setup_true_lang-Bp2oPPMX.js} +37 -37
- package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-CbTEp_-D.js +51 -0
- package/dist/{IngredientGroupView-BZGkNkrt.js → IngredientGroupView-DPpznEXs.js} +1 -1
- package/dist/{IngredientsView-V_vDYAho.js → IngredientsView-D2RCvzFX.js} +394 -382
- package/dist/{IntegrationView-CK_4s6nJ.js → IntegrationView-Qxv2pvF6.js} +660 -623
- package/dist/{InventoryBindingForm-CAWQBqr1.js → InventoryBindingForm-Do7ElpgS.js} +1 -1
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BDWmhU7C.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-veh3riBN.js} +99 -99
- package/dist/{InventoryBindingSummary-BBppQstd.js → InventoryBindingSummary-By58hpzm.js} +1 -1
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-e54jzd1P.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Dx3lo70J.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DKUl-kuR.js → PremiumBadge.vue_vue_type_script_setup_true_lang-E3HiIawC.js} +17 -17
- package/dist/PublishView-C7Sk1xx_.js +222 -0
- package/dist/{PurchaseOrderPrintPreview-DiDSTpNu.js → PurchaseOrderPrintPreview-Dm6VK50g.js} +1 -1
- package/dist/ReceiveRequestView-OjIHRXR0.js +2654 -0
- package/dist/{RecipeView-DmYWjO2j.js → RecipeView-DvUxMPcE.js} +32 -31
- package/dist/{index-CBXvWfSg.js → StockView-BmWtH5o7.js} +3577 -1764
- package/dist/{SupplierView-DKISIdqs.js → SupplierView-CSRJiF0L.js} +12 -11
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BQ1zIGI5.js +1831 -0
- package/dist/TransferTemplateView-DVZ-l-Qd.js +1524 -0
- package/dist/{UnitView-CvUayQQ1.js → UnitView-KxXsoPf-.js} +14 -14
- package/dist/{WarehouseView-IoiXm1I8.js → WarehouseView-pP_XFBL6.js} +332 -314
- package/dist/api/closing-draft.d.ts +1 -0
- package/dist/api/inventory.d.ts +9 -6
- package/dist/api/netsuite.d.ts +21 -4
- package/dist/api/purchase-order.d.ts +3 -1
- package/dist/{app-CX6n1ion.js → app-qP-te2rC.js} +28560 -28529
- package/dist/app.js +1 -1
- package/dist/components/FmAutocompleteTextField.vue.d.ts +31 -0
- package/dist/components/FmCustomAttribute.vue.d.ts +3 -8
- package/dist/components/FmLockableField.vue.d.ts +3 -0
- package/dist/components/FmMultiselectDialog.d.ts +46 -0
- package/dist/components/FmMultiselectDialog.vue.d.ts +20 -3
- package/dist/components/FmMultiselectDialogProps.d.ts +2 -0
- package/dist/components/MountListener.vue.d.ts +15 -0
- package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +1 -1
- package/dist/components/shell/inventory/binding-ui.vue.d.ts +1 -1
- package/dist/{decimal-CWOfT2lu.js → decimal-CNwkFnUQ.js} +1 -1
- package/dist/feature-D4R2fV5-.js +1011 -0
- package/dist/{format-unit-display-9aWRoLgP.js → format-unit-display-BmyzOzt2.js} +335 -328
- package/dist/helper/fuzzy.d.ts +10 -0
- package/dist/index-B6w232vo.js +35546 -0
- package/dist/{stock-C2QEA4Bf.js → stock-XRT7HXo1.js} +3 -3
- package/dist/stores/feature.d.ts +7 -7
- package/dist/stores/integration/netsuite.d.ts +26 -4
- package/dist/stores/inventory.d.ts +135 -8
- package/dist/stores/location.d.ts +100 -0
- package/dist/stores/warehouse.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/{supplier-DNuzB_6-.js → supplier-BcKjL7Tk.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/use-ingredient-select-dialog-BjX2siCb.js +51 -0
- package/dist/{use-inventory-binding-dialog-D4We0HnY.js → use-inventory-binding-dialog-BypYql87.js} +1 -1
- package/dist/views/adjustment-template/wastage-template/actions.d.ts +24 -0
- package/dist/views/adjustment-template/wastage-template/table.d.ts +24 -0
- package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +8 -4
- package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +4 -1
- package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +48 -24
- package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +1 -1
- package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +1 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +36 -12
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +36 -12
- package/dist/views/dev/components/AutocompleteTextField.vue.d.ts +2 -0
- package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +3 -3
- package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +2 -2
- package/dist/views/ingredients/composables/use-ingredient-select-dialog.d.ts +16 -0
- package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -1
- package/dist/views/receive-request/components/netsuite/NetSuiteProps.d.ts +2 -0
- package/dist/views/receive-request/components/transfer-details/TransferDetails.vue.d.ts +1197 -0
- package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +5 -1
- package/dist/views/receive-request/components/transfer-dialog/TransferDialogProps.d.ts +3 -0
- package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +1 -2
- package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +6 -2
- package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +382 -2
- package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +4 -2
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +126 -35
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +114 -35
- package/dist/views/receive-request/helper/po-to-po-template.util.d.ts +1 -0
- package/dist/views/receive-request/helper/print-po.d.ts +9 -2
- package/dist/views/receive-request/import/XilnexImportDialog.vue.d.ts +22 -0
- package/dist/views/receive-request/import/XilnexImportForm.vue.d.ts +17 -0
- package/dist/views/receive-request/import/XilnexResult.vue.d.ts +17 -0
- package/dist/views/receive-request/import/export.d.ts +12 -0
- package/dist/views/receive-request/import/props.d.ts +7 -0
- package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +4 -2
- package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItemTable.vue.d.ts +220 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +8 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +1 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +6 -2
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +60 -12
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +60 -12
- package/dist/views/transfer-template/composables/useTransferTemplateHelper.d.ts +305 -0
- package/dist/views/transfer-template/helpers/location-to-po-supplier.util.d.ts +75 -0
- package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +2 -0
- package/dist/{vue-i18n-D1f9MmwY.js → vue-i18n-BRVI-fYl.js} +194 -194
- package/package.json +2 -2
- package/dist/App-Du7DrI4b.js +0 -276
- package/dist/ApprovalView-CTZVmCbC.js +0 -138
- package/dist/ClosingDraftView-D6_mQmyF.js +0 -1225
- package/dist/ClosingTemplateView-DMConQNm.js +0 -1819
- package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-DuB-gluw.js +0 -142
- package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-ttr6ec9b.js +0 -286
- package/dist/PublishView-BzUykEd5.js +0 -192
- package/dist/ReceiveRequestView-BWgm4e46.js +0 -1876
- package/dist/StockView--YVDLsgO.js +0 -1817
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CTy65dTx.js +0 -1327
- package/dist/TransferTemplateView-KOeBENZz.js +0 -1284
- package/dist/components/FmCustomAttribute2.vue.d.ts +0 -18
- package/dist/index-CCWsIAQX.js +0 -29202
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +0 -2628
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import type { ReceiveRequestFormComposable } from './use-receive-request-form';
|
|
2
|
-
|
|
1
|
+
import type { PO_SCOPE, ReceiveRequestFormComposable } from './use-receive-request-form';
|
|
2
|
+
import type { RevisionIdMeta } from '@feedmepos/inventory-core';
|
|
3
|
+
export declare function useReceiveRequestTable(scope: PO_SCOPE, receiveRequestFormComposable: ReceiveRequestFormComposable): {
|
|
3
4
|
readonly columnDefs: ({
|
|
4
5
|
accessorKey: "seqNumber";
|
|
5
6
|
header: () => string;
|
|
@@ -48,6 +49,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
48
49
|
acceptRequest: boolean;
|
|
49
50
|
dbName: string;
|
|
50
51
|
doc: {
|
|
52
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
51
53
|
_id: string;
|
|
52
54
|
businessId: string;
|
|
53
55
|
profile: {
|
|
@@ -129,12 +131,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
129
131
|
};
|
|
130
132
|
};
|
|
131
133
|
}[] | null | undefined;
|
|
134
|
+
locationTags?: string[] | null | undefined;
|
|
132
135
|
_id: string;
|
|
133
136
|
name: string;
|
|
134
137
|
purchaseOrder: {
|
|
135
138
|
remark?: string | null | undefined;
|
|
136
139
|
ref?: string | null | undefined;
|
|
137
140
|
items: {
|
|
141
|
+
id?: string | null | undefined;
|
|
138
142
|
measurement?: {
|
|
139
143
|
id: string;
|
|
140
144
|
name: string;
|
|
@@ -144,6 +148,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
144
148
|
precision: number;
|
|
145
149
|
};
|
|
146
150
|
} | null | undefined;
|
|
151
|
+
externalId?: string | null | undefined;
|
|
147
152
|
totalCost?: {
|
|
148
153
|
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";
|
|
149
154
|
amount: number;
|
|
@@ -158,6 +163,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
158
163
|
precision: number;
|
|
159
164
|
} | null | undefined;
|
|
160
165
|
sku: {
|
|
166
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
161
167
|
trackingMeasurement?: string | null | undefined;
|
|
162
168
|
convert?: {
|
|
163
169
|
measurement?: string | null | undefined;
|
|
@@ -201,7 +207,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
201
207
|
low: number;
|
|
202
208
|
mid: number;
|
|
203
209
|
} | null | undefined;
|
|
204
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
205
210
|
unit: {
|
|
206
211
|
_id: string;
|
|
207
212
|
name: string;
|
|
@@ -271,6 +276,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
271
276
|
};
|
|
272
277
|
};
|
|
273
278
|
} | null | undefined;
|
|
279
|
+
returnPoIds?: string[] | null | undefined;
|
|
280
|
+
isReturnPo?: boolean | null | undefined;
|
|
274
281
|
request?: {
|
|
275
282
|
id: string;
|
|
276
283
|
adjustmentIds: string[];
|
|
@@ -290,6 +297,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
290
297
|
amount: number;
|
|
291
298
|
precision: number;
|
|
292
299
|
} | null | undefined;
|
|
300
|
+
id?: string | null | undefined;
|
|
293
301
|
measurement?: {
|
|
294
302
|
id: string;
|
|
295
303
|
name: string;
|
|
@@ -299,7 +307,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
299
307
|
precision: number;
|
|
300
308
|
};
|
|
301
309
|
} | null | undefined;
|
|
310
|
+
externalId?: string | null | undefined;
|
|
302
311
|
sku: {
|
|
312
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
303
313
|
trackingMeasurement?: string | null | undefined;
|
|
304
314
|
convert?: {
|
|
305
315
|
measurement?: string | null | undefined;
|
|
@@ -343,7 +353,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
343
353
|
low: number;
|
|
344
354
|
mid: number;
|
|
345
355
|
} | null | undefined;
|
|
346
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
347
356
|
unit: {
|
|
348
357
|
_id: string;
|
|
349
358
|
name: string;
|
|
@@ -375,6 +384,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
375
384
|
_id: string;
|
|
376
385
|
seqNumber: number;
|
|
377
386
|
items: {
|
|
387
|
+
id?: string | null | undefined;
|
|
378
388
|
measurement?: {
|
|
379
389
|
id: string;
|
|
380
390
|
name: string;
|
|
@@ -384,12 +394,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
384
394
|
precision: number;
|
|
385
395
|
};
|
|
386
396
|
} | null | undefined;
|
|
397
|
+
externalId?: string | null | undefined;
|
|
387
398
|
totalCost?: {
|
|
388
399
|
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";
|
|
389
400
|
amount: number;
|
|
390
401
|
precision: number;
|
|
391
402
|
} | null | undefined;
|
|
392
403
|
sku: {
|
|
404
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
393
405
|
trackingMeasurement?: string | null | undefined;
|
|
394
406
|
convert?: {
|
|
395
407
|
measurement?: string | null | undefined;
|
|
@@ -433,7 +445,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
433
445
|
low: number;
|
|
434
446
|
mid: number;
|
|
435
447
|
} | null | undefined;
|
|
436
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
437
448
|
unit: {
|
|
438
449
|
_id: string;
|
|
439
450
|
name: string;
|
|
@@ -499,11 +510,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
499
510
|
};
|
|
500
511
|
deliveryOrder: {
|
|
501
512
|
remark?: string | null | undefined;
|
|
513
|
+
id?: string | null | undefined;
|
|
502
514
|
adjustment?: string | null | undefined;
|
|
503
515
|
fullfillmentId?: string | null | undefined;
|
|
504
516
|
netSuite?: {
|
|
505
517
|
refNo?: string | null | undefined;
|
|
506
|
-
id: string;
|
|
518
|
+
id: string | number;
|
|
507
519
|
} | null | undefined;
|
|
508
520
|
received: {
|
|
509
521
|
cost?: {
|
|
@@ -511,6 +523,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
511
523
|
amount: number;
|
|
512
524
|
precision: number;
|
|
513
525
|
} | null | undefined;
|
|
526
|
+
id?: string | null | undefined;
|
|
514
527
|
measurement?: {
|
|
515
528
|
id: string;
|
|
516
529
|
name: string;
|
|
@@ -520,7 +533,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
520
533
|
precision: number;
|
|
521
534
|
};
|
|
522
535
|
} | null | undefined;
|
|
536
|
+
externalId?: string | null | undefined;
|
|
523
537
|
sku: {
|
|
538
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
524
539
|
trackingMeasurement?: string | null | undefined;
|
|
525
540
|
convert?: {
|
|
526
541
|
measurement?: string | null | undefined;
|
|
@@ -564,7 +579,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
564
579
|
low: number;
|
|
565
580
|
mid: number;
|
|
566
581
|
} | null | undefined;
|
|
567
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
568
582
|
unit: {
|
|
569
583
|
_id: string;
|
|
570
584
|
name: string;
|
|
@@ -596,7 +610,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
596
610
|
createdAt: string;
|
|
597
611
|
deliveryOrderNumber: string;
|
|
598
612
|
}[];
|
|
599
|
-
}, unknown>): string;
|
|
613
|
+
} & RevisionIdMeta, unknown>): string;
|
|
600
614
|
enableSorting: true;
|
|
601
615
|
size?: undefined;
|
|
602
616
|
sortUndefined?: undefined;
|
|
@@ -672,6 +686,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
672
686
|
acceptRequest: boolean;
|
|
673
687
|
dbName: string;
|
|
674
688
|
doc: {
|
|
689
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
675
690
|
_id: string;
|
|
676
691
|
businessId: string;
|
|
677
692
|
profile: {
|
|
@@ -753,12 +768,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
753
768
|
};
|
|
754
769
|
};
|
|
755
770
|
}[] | null | undefined;
|
|
771
|
+
locationTags?: string[] | null | undefined;
|
|
756
772
|
_id: string;
|
|
757
773
|
name: string;
|
|
758
774
|
purchaseOrder: {
|
|
759
775
|
remark?: string | null | undefined;
|
|
760
776
|
ref?: string | null | undefined;
|
|
761
777
|
items: {
|
|
778
|
+
id?: string | null | undefined;
|
|
762
779
|
measurement?: {
|
|
763
780
|
id: string;
|
|
764
781
|
name: string;
|
|
@@ -768,6 +785,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
768
785
|
precision: number;
|
|
769
786
|
};
|
|
770
787
|
} | null | undefined;
|
|
788
|
+
externalId?: string | null | undefined;
|
|
771
789
|
totalCost?: {
|
|
772
790
|
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";
|
|
773
791
|
amount: number;
|
|
@@ -782,6 +800,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
782
800
|
precision: number;
|
|
783
801
|
} | null | undefined;
|
|
784
802
|
sku: {
|
|
803
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
785
804
|
trackingMeasurement?: string | null | undefined;
|
|
786
805
|
convert?: {
|
|
787
806
|
measurement?: string | null | undefined;
|
|
@@ -825,7 +844,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
825
844
|
low: number;
|
|
826
845
|
mid: number;
|
|
827
846
|
} | null | undefined;
|
|
828
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
829
847
|
unit: {
|
|
830
848
|
_id: string;
|
|
831
849
|
name: string;
|
|
@@ -895,6 +913,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
895
913
|
};
|
|
896
914
|
};
|
|
897
915
|
} | null | undefined;
|
|
916
|
+
returnPoIds?: string[] | null | undefined;
|
|
917
|
+
isReturnPo?: boolean | null | undefined;
|
|
898
918
|
request?: {
|
|
899
919
|
id: string;
|
|
900
920
|
adjustmentIds: string[];
|
|
@@ -914,6 +934,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
914
934
|
amount: number;
|
|
915
935
|
precision: number;
|
|
916
936
|
} | null | undefined;
|
|
937
|
+
id?: string | null | undefined;
|
|
917
938
|
measurement?: {
|
|
918
939
|
id: string;
|
|
919
940
|
name: string;
|
|
@@ -923,7 +944,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
923
944
|
precision: number;
|
|
924
945
|
};
|
|
925
946
|
} | null | undefined;
|
|
947
|
+
externalId?: string | null | undefined;
|
|
926
948
|
sku: {
|
|
949
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
927
950
|
trackingMeasurement?: string | null | undefined;
|
|
928
951
|
convert?: {
|
|
929
952
|
measurement?: string | null | undefined;
|
|
@@ -967,7 +990,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
967
990
|
low: number;
|
|
968
991
|
mid: number;
|
|
969
992
|
} | null | undefined;
|
|
970
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
971
993
|
unit: {
|
|
972
994
|
_id: string;
|
|
973
995
|
name: string;
|
|
@@ -999,6 +1021,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
999
1021
|
_id: string;
|
|
1000
1022
|
seqNumber: number;
|
|
1001
1023
|
items: {
|
|
1024
|
+
id?: string | null | undefined;
|
|
1002
1025
|
measurement?: {
|
|
1003
1026
|
id: string;
|
|
1004
1027
|
name: string;
|
|
@@ -1008,12 +1031,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1008
1031
|
precision: number;
|
|
1009
1032
|
};
|
|
1010
1033
|
} | null | undefined;
|
|
1034
|
+
externalId?: string | null | undefined;
|
|
1011
1035
|
totalCost?: {
|
|
1012
1036
|
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";
|
|
1013
1037
|
amount: number;
|
|
1014
1038
|
precision: number;
|
|
1015
1039
|
} | null | undefined;
|
|
1016
1040
|
sku: {
|
|
1041
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1017
1042
|
trackingMeasurement?: string | null | undefined;
|
|
1018
1043
|
convert?: {
|
|
1019
1044
|
measurement?: string | null | undefined;
|
|
@@ -1057,7 +1082,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1057
1082
|
low: number;
|
|
1058
1083
|
mid: number;
|
|
1059
1084
|
} | null | undefined;
|
|
1060
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1061
1085
|
unit: {
|
|
1062
1086
|
_id: string;
|
|
1063
1087
|
name: string;
|
|
@@ -1123,11 +1147,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1123
1147
|
};
|
|
1124
1148
|
deliveryOrder: {
|
|
1125
1149
|
remark?: string | null | undefined;
|
|
1150
|
+
id?: string | null | undefined;
|
|
1126
1151
|
adjustment?: string | null | undefined;
|
|
1127
1152
|
fullfillmentId?: string | null | undefined;
|
|
1128
1153
|
netSuite?: {
|
|
1129
1154
|
refNo?: string | null | undefined;
|
|
1130
|
-
id: string;
|
|
1155
|
+
id: string | number;
|
|
1131
1156
|
} | null | undefined;
|
|
1132
1157
|
received: {
|
|
1133
1158
|
cost?: {
|
|
@@ -1135,6 +1160,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1135
1160
|
amount: number;
|
|
1136
1161
|
precision: number;
|
|
1137
1162
|
} | null | undefined;
|
|
1163
|
+
id?: string | null | undefined;
|
|
1138
1164
|
measurement?: {
|
|
1139
1165
|
id: string;
|
|
1140
1166
|
name: string;
|
|
@@ -1144,7 +1170,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1144
1170
|
precision: number;
|
|
1145
1171
|
};
|
|
1146
1172
|
} | null | undefined;
|
|
1173
|
+
externalId?: string | null | undefined;
|
|
1147
1174
|
sku: {
|
|
1175
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1148
1176
|
trackingMeasurement?: string | null | undefined;
|
|
1149
1177
|
convert?: {
|
|
1150
1178
|
measurement?: string | null | undefined;
|
|
@@ -1188,7 +1216,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1188
1216
|
low: number;
|
|
1189
1217
|
mid: number;
|
|
1190
1218
|
} | null | undefined;
|
|
1191
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1192
1219
|
unit: {
|
|
1193
1220
|
_id: string;
|
|
1194
1221
|
name: string;
|
|
@@ -1220,7 +1247,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1220
1247
|
createdAt: string;
|
|
1221
1248
|
deliveryOrderNumber: string;
|
|
1222
1249
|
}[];
|
|
1223
|
-
}, unknown>): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1250
|
+
} & RevisionIdMeta, unknown>): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1224
1251
|
[key: string]: any;
|
|
1225
1252
|
}>;
|
|
1226
1253
|
enableSorting: true;
|
|
@@ -1266,6 +1293,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1266
1293
|
acceptRequest: boolean;
|
|
1267
1294
|
dbName: string;
|
|
1268
1295
|
doc: {
|
|
1296
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1269
1297
|
_id: string;
|
|
1270
1298
|
businessId: string;
|
|
1271
1299
|
profile: {
|
|
@@ -1347,12 +1375,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1347
1375
|
};
|
|
1348
1376
|
};
|
|
1349
1377
|
}[] | null | undefined;
|
|
1378
|
+
locationTags?: string[] | null | undefined;
|
|
1350
1379
|
_id: string;
|
|
1351
1380
|
name: string;
|
|
1352
1381
|
purchaseOrder: {
|
|
1353
1382
|
remark?: string | null | undefined;
|
|
1354
1383
|
ref?: string | null | undefined;
|
|
1355
1384
|
items: {
|
|
1385
|
+
id?: string | null | undefined;
|
|
1356
1386
|
measurement?: {
|
|
1357
1387
|
id: string;
|
|
1358
1388
|
name: string;
|
|
@@ -1362,6 +1392,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1362
1392
|
precision: number;
|
|
1363
1393
|
};
|
|
1364
1394
|
} | null | undefined;
|
|
1395
|
+
externalId?: string | null | undefined;
|
|
1365
1396
|
totalCost?: {
|
|
1366
1397
|
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";
|
|
1367
1398
|
amount: number;
|
|
@@ -1376,6 +1407,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1376
1407
|
precision: number;
|
|
1377
1408
|
} | null | undefined;
|
|
1378
1409
|
sku: {
|
|
1410
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1379
1411
|
trackingMeasurement?: string | null | undefined;
|
|
1380
1412
|
convert?: {
|
|
1381
1413
|
measurement?: string | null | undefined;
|
|
@@ -1419,7 +1451,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1419
1451
|
low: number;
|
|
1420
1452
|
mid: number;
|
|
1421
1453
|
} | null | undefined;
|
|
1422
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1423
1454
|
unit: {
|
|
1424
1455
|
_id: string;
|
|
1425
1456
|
name: string;
|
|
@@ -1489,6 +1520,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1489
1520
|
};
|
|
1490
1521
|
};
|
|
1491
1522
|
} | null | undefined;
|
|
1523
|
+
returnPoIds?: string[] | null | undefined;
|
|
1524
|
+
isReturnPo?: boolean | null | undefined;
|
|
1492
1525
|
request?: {
|
|
1493
1526
|
id: string;
|
|
1494
1527
|
adjustmentIds: string[];
|
|
@@ -1508,6 +1541,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1508
1541
|
amount: number;
|
|
1509
1542
|
precision: number;
|
|
1510
1543
|
} | null | undefined;
|
|
1544
|
+
id?: string | null | undefined;
|
|
1511
1545
|
measurement?: {
|
|
1512
1546
|
id: string;
|
|
1513
1547
|
name: string;
|
|
@@ -1517,7 +1551,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1517
1551
|
precision: number;
|
|
1518
1552
|
};
|
|
1519
1553
|
} | null | undefined;
|
|
1554
|
+
externalId?: string | null | undefined;
|
|
1520
1555
|
sku: {
|
|
1556
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1521
1557
|
trackingMeasurement?: string | null | undefined;
|
|
1522
1558
|
convert?: {
|
|
1523
1559
|
measurement?: string | null | undefined;
|
|
@@ -1561,7 +1597,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1561
1597
|
low: number;
|
|
1562
1598
|
mid: number;
|
|
1563
1599
|
} | null | undefined;
|
|
1564
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1565
1600
|
unit: {
|
|
1566
1601
|
_id: string;
|
|
1567
1602
|
name: string;
|
|
@@ -1593,6 +1628,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1593
1628
|
_id: string;
|
|
1594
1629
|
seqNumber: number;
|
|
1595
1630
|
items: {
|
|
1631
|
+
id?: string | null | undefined;
|
|
1596
1632
|
measurement?: {
|
|
1597
1633
|
id: string;
|
|
1598
1634
|
name: string;
|
|
@@ -1602,12 +1638,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1602
1638
|
precision: number;
|
|
1603
1639
|
};
|
|
1604
1640
|
} | null | undefined;
|
|
1641
|
+
externalId?: string | null | undefined;
|
|
1605
1642
|
totalCost?: {
|
|
1606
1643
|
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";
|
|
1607
1644
|
amount: number;
|
|
1608
1645
|
precision: number;
|
|
1609
1646
|
} | null | undefined;
|
|
1610
1647
|
sku: {
|
|
1648
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1611
1649
|
trackingMeasurement?: string | null | undefined;
|
|
1612
1650
|
convert?: {
|
|
1613
1651
|
measurement?: string | null | undefined;
|
|
@@ -1651,7 +1689,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1651
1689
|
low: number;
|
|
1652
1690
|
mid: number;
|
|
1653
1691
|
} | null | undefined;
|
|
1654
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1655
1692
|
unit: {
|
|
1656
1693
|
_id: string;
|
|
1657
1694
|
name: string;
|
|
@@ -1717,11 +1754,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1717
1754
|
};
|
|
1718
1755
|
deliveryOrder: {
|
|
1719
1756
|
remark?: string | null | undefined;
|
|
1757
|
+
id?: string | null | undefined;
|
|
1720
1758
|
adjustment?: string | null | undefined;
|
|
1721
1759
|
fullfillmentId?: string | null | undefined;
|
|
1722
1760
|
netSuite?: {
|
|
1723
1761
|
refNo?: string | null | undefined;
|
|
1724
|
-
id: string;
|
|
1762
|
+
id: string | number;
|
|
1725
1763
|
} | null | undefined;
|
|
1726
1764
|
received: {
|
|
1727
1765
|
cost?: {
|
|
@@ -1729,6 +1767,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1729
1767
|
amount: number;
|
|
1730
1768
|
precision: number;
|
|
1731
1769
|
} | null | undefined;
|
|
1770
|
+
id?: string | null | undefined;
|
|
1732
1771
|
measurement?: {
|
|
1733
1772
|
id: string;
|
|
1734
1773
|
name: string;
|
|
@@ -1738,7 +1777,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1738
1777
|
precision: number;
|
|
1739
1778
|
};
|
|
1740
1779
|
} | null | undefined;
|
|
1780
|
+
externalId?: string | null | undefined;
|
|
1741
1781
|
sku: {
|
|
1782
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1742
1783
|
trackingMeasurement?: string | null | undefined;
|
|
1743
1784
|
convert?: {
|
|
1744
1785
|
measurement?: string | null | undefined;
|
|
@@ -1782,7 +1823,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1782
1823
|
low: number;
|
|
1783
1824
|
mid: number;
|
|
1784
1825
|
} | null | undefined;
|
|
1785
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1786
1826
|
unit: {
|
|
1787
1827
|
_id: string;
|
|
1788
1828
|
name: string;
|
|
@@ -1814,7 +1854,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1814
1854
|
createdAt: string;
|
|
1815
1855
|
deliveryOrderNumber: string;
|
|
1816
1856
|
}[];
|
|
1817
|
-
}, unknown>): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1857
|
+
} & RevisionIdMeta, unknown>): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1818
1858
|
[key: string]: any;
|
|
1819
1859
|
}>;
|
|
1820
1860
|
enableSorting: false;
|
|
@@ -1895,6 +1935,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1895
1935
|
acceptRequest: boolean;
|
|
1896
1936
|
dbName: string;
|
|
1897
1937
|
doc: {
|
|
1938
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1898
1939
|
_id: string;
|
|
1899
1940
|
businessId: string;
|
|
1900
1941
|
profile: {
|
|
@@ -1976,12 +2017,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1976
2017
|
};
|
|
1977
2018
|
};
|
|
1978
2019
|
}[] | null | undefined;
|
|
2020
|
+
locationTags?: string[] | null | undefined;
|
|
1979
2021
|
_id: string;
|
|
1980
2022
|
name: string;
|
|
1981
2023
|
purchaseOrder: {
|
|
1982
2024
|
remark?: string | null | undefined;
|
|
1983
2025
|
ref?: string | null | undefined;
|
|
1984
2026
|
items: {
|
|
2027
|
+
id?: string | null | undefined;
|
|
1985
2028
|
measurement?: {
|
|
1986
2029
|
id: string;
|
|
1987
2030
|
name: string;
|
|
@@ -1991,6 +2034,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1991
2034
|
precision: number;
|
|
1992
2035
|
};
|
|
1993
2036
|
} | null | undefined;
|
|
2037
|
+
externalId?: string | null | undefined;
|
|
1994
2038
|
totalCost?: {
|
|
1995
2039
|
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";
|
|
1996
2040
|
amount: number;
|
|
@@ -2005,6 +2049,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2005
2049
|
precision: number;
|
|
2006
2050
|
} | null | undefined;
|
|
2007
2051
|
sku: {
|
|
2052
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2008
2053
|
trackingMeasurement?: string | null | undefined;
|
|
2009
2054
|
convert?: {
|
|
2010
2055
|
measurement?: string | null | undefined;
|
|
@@ -2048,7 +2093,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2048
2093
|
low: number;
|
|
2049
2094
|
mid: number;
|
|
2050
2095
|
} | null | undefined;
|
|
2051
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2052
2096
|
unit: {
|
|
2053
2097
|
_id: string;
|
|
2054
2098
|
name: string;
|
|
@@ -2118,6 +2162,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2118
2162
|
};
|
|
2119
2163
|
};
|
|
2120
2164
|
} | null | undefined;
|
|
2165
|
+
returnPoIds?: string[] | null | undefined;
|
|
2166
|
+
isReturnPo?: boolean | null | undefined;
|
|
2121
2167
|
request?: {
|
|
2122
2168
|
id: string;
|
|
2123
2169
|
adjustmentIds: string[];
|
|
@@ -2137,6 +2183,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2137
2183
|
amount: number;
|
|
2138
2184
|
precision: number;
|
|
2139
2185
|
} | null | undefined;
|
|
2186
|
+
id?: string | null | undefined;
|
|
2140
2187
|
measurement?: {
|
|
2141
2188
|
id: string;
|
|
2142
2189
|
name: string;
|
|
@@ -2146,7 +2193,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2146
2193
|
precision: number;
|
|
2147
2194
|
};
|
|
2148
2195
|
} | null | undefined;
|
|
2196
|
+
externalId?: string | null | undefined;
|
|
2149
2197
|
sku: {
|
|
2198
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2150
2199
|
trackingMeasurement?: string | null | undefined;
|
|
2151
2200
|
convert?: {
|
|
2152
2201
|
measurement?: string | null | undefined;
|
|
@@ -2190,7 +2239,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2190
2239
|
low: number;
|
|
2191
2240
|
mid: number;
|
|
2192
2241
|
} | null | undefined;
|
|
2193
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2194
2242
|
unit: {
|
|
2195
2243
|
_id: string;
|
|
2196
2244
|
name: string;
|
|
@@ -2222,6 +2270,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2222
2270
|
_id: string;
|
|
2223
2271
|
seqNumber: number;
|
|
2224
2272
|
items: {
|
|
2273
|
+
id?: string | null | undefined;
|
|
2225
2274
|
measurement?: {
|
|
2226
2275
|
id: string;
|
|
2227
2276
|
name: string;
|
|
@@ -2231,12 +2280,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2231
2280
|
precision: number;
|
|
2232
2281
|
};
|
|
2233
2282
|
} | null | undefined;
|
|
2283
|
+
externalId?: string | null | undefined;
|
|
2234
2284
|
totalCost?: {
|
|
2235
2285
|
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";
|
|
2236
2286
|
amount: number;
|
|
2237
2287
|
precision: number;
|
|
2238
2288
|
} | null | undefined;
|
|
2239
2289
|
sku: {
|
|
2290
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2240
2291
|
trackingMeasurement?: string | null | undefined;
|
|
2241
2292
|
convert?: {
|
|
2242
2293
|
measurement?: string | null | undefined;
|
|
@@ -2280,7 +2331,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2280
2331
|
low: number;
|
|
2281
2332
|
mid: number;
|
|
2282
2333
|
} | null | undefined;
|
|
2283
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2284
2334
|
unit: {
|
|
2285
2335
|
_id: string;
|
|
2286
2336
|
name: string;
|
|
@@ -2346,11 +2396,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2346
2396
|
};
|
|
2347
2397
|
deliveryOrder: {
|
|
2348
2398
|
remark?: string | null | undefined;
|
|
2399
|
+
id?: string | null | undefined;
|
|
2349
2400
|
adjustment?: string | null | undefined;
|
|
2350
2401
|
fullfillmentId?: string | null | undefined;
|
|
2351
2402
|
netSuite?: {
|
|
2352
2403
|
refNo?: string | null | undefined;
|
|
2353
|
-
id: string;
|
|
2404
|
+
id: string | number;
|
|
2354
2405
|
} | null | undefined;
|
|
2355
2406
|
received: {
|
|
2356
2407
|
cost?: {
|
|
@@ -2358,6 +2409,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2358
2409
|
amount: number;
|
|
2359
2410
|
precision: number;
|
|
2360
2411
|
} | null | undefined;
|
|
2412
|
+
id?: string | null | undefined;
|
|
2361
2413
|
measurement?: {
|
|
2362
2414
|
id: string;
|
|
2363
2415
|
name: string;
|
|
@@ -2367,7 +2419,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2367
2419
|
precision: number;
|
|
2368
2420
|
};
|
|
2369
2421
|
} | null | undefined;
|
|
2422
|
+
externalId?: string | null | undefined;
|
|
2370
2423
|
sku: {
|
|
2424
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2371
2425
|
trackingMeasurement?: string | null | undefined;
|
|
2372
2426
|
convert?: {
|
|
2373
2427
|
measurement?: string | null | undefined;
|
|
@@ -2411,7 +2465,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2411
2465
|
low: number;
|
|
2412
2466
|
mid: number;
|
|
2413
2467
|
} | null | undefined;
|
|
2414
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2415
2468
|
unit: {
|
|
2416
2469
|
_id: string;
|
|
2417
2470
|
name: string;
|
|
@@ -2549,6 +2602,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2549
2602
|
acceptRequest: boolean;
|
|
2550
2603
|
dbName: string;
|
|
2551
2604
|
doc: {
|
|
2605
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2552
2606
|
_id: string;
|
|
2553
2607
|
businessId: string;
|
|
2554
2608
|
profile: {
|
|
@@ -2630,12 +2684,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2630
2684
|
};
|
|
2631
2685
|
};
|
|
2632
2686
|
}[] | null | undefined;
|
|
2687
|
+
locationTags?: string[] | null | undefined;
|
|
2633
2688
|
_id: string;
|
|
2634
2689
|
name: string;
|
|
2635
2690
|
purchaseOrder: {
|
|
2636
2691
|
remark?: string | null | undefined;
|
|
2637
2692
|
ref?: string | null | undefined;
|
|
2638
2693
|
items: {
|
|
2694
|
+
id?: string | null | undefined;
|
|
2639
2695
|
measurement?: {
|
|
2640
2696
|
id: string;
|
|
2641
2697
|
name: string;
|
|
@@ -2645,6 +2701,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2645
2701
|
precision: number;
|
|
2646
2702
|
};
|
|
2647
2703
|
} | null | undefined;
|
|
2704
|
+
externalId?: string | null | undefined;
|
|
2648
2705
|
totalCost?: {
|
|
2649
2706
|
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";
|
|
2650
2707
|
amount: number;
|
|
@@ -2659,6 +2716,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2659
2716
|
precision: number;
|
|
2660
2717
|
} | null | undefined;
|
|
2661
2718
|
sku: {
|
|
2719
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2662
2720
|
trackingMeasurement?: string | null | undefined;
|
|
2663
2721
|
convert?: {
|
|
2664
2722
|
measurement?: string | null | undefined;
|
|
@@ -2702,7 +2760,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2702
2760
|
low: number;
|
|
2703
2761
|
mid: number;
|
|
2704
2762
|
} | null | undefined;
|
|
2705
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2706
2763
|
unit: {
|
|
2707
2764
|
_id: string;
|
|
2708
2765
|
name: string;
|
|
@@ -2772,6 +2829,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2772
2829
|
};
|
|
2773
2830
|
};
|
|
2774
2831
|
} | null | undefined;
|
|
2832
|
+
returnPoIds?: string[] | null | undefined;
|
|
2833
|
+
isReturnPo?: boolean | null | undefined;
|
|
2775
2834
|
request?: {
|
|
2776
2835
|
id: string;
|
|
2777
2836
|
adjustmentIds: string[];
|
|
@@ -2791,6 +2850,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2791
2850
|
amount: number;
|
|
2792
2851
|
precision: number;
|
|
2793
2852
|
} | null | undefined;
|
|
2853
|
+
id?: string | null | undefined;
|
|
2794
2854
|
measurement?: {
|
|
2795
2855
|
id: string;
|
|
2796
2856
|
name: string;
|
|
@@ -2800,7 +2860,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2800
2860
|
precision: number;
|
|
2801
2861
|
};
|
|
2802
2862
|
} | null | undefined;
|
|
2863
|
+
externalId?: string | null | undefined;
|
|
2803
2864
|
sku: {
|
|
2865
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2804
2866
|
trackingMeasurement?: string | null | undefined;
|
|
2805
2867
|
convert?: {
|
|
2806
2868
|
measurement?: string | null | undefined;
|
|
@@ -2844,7 +2906,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2844
2906
|
low: number;
|
|
2845
2907
|
mid: number;
|
|
2846
2908
|
} | null | undefined;
|
|
2847
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2848
2909
|
unit: {
|
|
2849
2910
|
_id: string;
|
|
2850
2911
|
name: string;
|
|
@@ -2876,6 +2937,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2876
2937
|
_id: string;
|
|
2877
2938
|
seqNumber: number;
|
|
2878
2939
|
items: {
|
|
2940
|
+
id?: string | null | undefined;
|
|
2879
2941
|
measurement?: {
|
|
2880
2942
|
id: string;
|
|
2881
2943
|
name: string;
|
|
@@ -2885,12 +2947,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2885
2947
|
precision: number;
|
|
2886
2948
|
};
|
|
2887
2949
|
} | null | undefined;
|
|
2950
|
+
externalId?: string | null | undefined;
|
|
2888
2951
|
totalCost?: {
|
|
2889
2952
|
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";
|
|
2890
2953
|
amount: number;
|
|
2891
2954
|
precision: number;
|
|
2892
2955
|
} | null | undefined;
|
|
2893
2956
|
sku: {
|
|
2957
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2894
2958
|
trackingMeasurement?: string | null | undefined;
|
|
2895
2959
|
convert?: {
|
|
2896
2960
|
measurement?: string | null | undefined;
|
|
@@ -2934,7 +2998,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2934
2998
|
low: number;
|
|
2935
2999
|
mid: number;
|
|
2936
3000
|
} | null | undefined;
|
|
2937
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2938
3001
|
unit: {
|
|
2939
3002
|
_id: string;
|
|
2940
3003
|
name: string;
|
|
@@ -3000,11 +3063,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3000
3063
|
};
|
|
3001
3064
|
deliveryOrder: {
|
|
3002
3065
|
remark?: string | null | undefined;
|
|
3066
|
+
id?: string | null | undefined;
|
|
3003
3067
|
adjustment?: string | null | undefined;
|
|
3004
3068
|
fullfillmentId?: string | null | undefined;
|
|
3005
3069
|
netSuite?: {
|
|
3006
3070
|
refNo?: string | null | undefined;
|
|
3007
|
-
id: string;
|
|
3071
|
+
id: string | number;
|
|
3008
3072
|
} | null | undefined;
|
|
3009
3073
|
received: {
|
|
3010
3074
|
cost?: {
|
|
@@ -3012,6 +3076,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3012
3076
|
amount: number;
|
|
3013
3077
|
precision: number;
|
|
3014
3078
|
} | null | undefined;
|
|
3079
|
+
id?: string | null | undefined;
|
|
3015
3080
|
measurement?: {
|
|
3016
3081
|
id: string;
|
|
3017
3082
|
name: string;
|
|
@@ -3021,7 +3086,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3021
3086
|
precision: number;
|
|
3022
3087
|
};
|
|
3023
3088
|
} | null | undefined;
|
|
3089
|
+
externalId?: string | null | undefined;
|
|
3024
3090
|
sku: {
|
|
3091
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3025
3092
|
trackingMeasurement?: string | null | undefined;
|
|
3026
3093
|
convert?: {
|
|
3027
3094
|
measurement?: string | null | undefined;
|
|
@@ -3065,7 +3132,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3065
3132
|
low: number;
|
|
3066
3133
|
mid: number;
|
|
3067
3134
|
} | null | undefined;
|
|
3068
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3069
3135
|
unit: {
|
|
3070
3136
|
_id: string;
|
|
3071
3137
|
name: string;
|
|
@@ -3177,6 +3243,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3177
3243
|
acceptRequest: boolean;
|
|
3178
3244
|
dbName: string;
|
|
3179
3245
|
doc: {
|
|
3246
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3180
3247
|
_id: string;
|
|
3181
3248
|
businessId: string;
|
|
3182
3249
|
profile: {
|
|
@@ -3258,12 +3325,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3258
3325
|
};
|
|
3259
3326
|
};
|
|
3260
3327
|
}[] | null | undefined;
|
|
3328
|
+
locationTags?: string[] | null | undefined;
|
|
3261
3329
|
_id: string;
|
|
3262
3330
|
name: string;
|
|
3263
3331
|
purchaseOrder: {
|
|
3264
3332
|
remark?: string | null | undefined;
|
|
3265
3333
|
ref?: string | null | undefined;
|
|
3266
3334
|
items: {
|
|
3335
|
+
id?: string | null | undefined;
|
|
3267
3336
|
measurement?: {
|
|
3268
3337
|
id: string;
|
|
3269
3338
|
name: string;
|
|
@@ -3273,6 +3342,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3273
3342
|
precision: number;
|
|
3274
3343
|
};
|
|
3275
3344
|
} | null | undefined;
|
|
3345
|
+
externalId?: string | null | undefined;
|
|
3276
3346
|
totalCost?: {
|
|
3277
3347
|
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";
|
|
3278
3348
|
amount: number;
|
|
@@ -3287,6 +3357,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3287
3357
|
precision: number;
|
|
3288
3358
|
} | null | undefined;
|
|
3289
3359
|
sku: {
|
|
3360
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3290
3361
|
trackingMeasurement?: string | null | undefined;
|
|
3291
3362
|
convert?: {
|
|
3292
3363
|
measurement?: string | null | undefined;
|
|
@@ -3330,7 +3401,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3330
3401
|
low: number;
|
|
3331
3402
|
mid: number;
|
|
3332
3403
|
} | null | undefined;
|
|
3333
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3334
3404
|
unit: {
|
|
3335
3405
|
_id: string;
|
|
3336
3406
|
name: string;
|
|
@@ -3400,6 +3470,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3400
3470
|
};
|
|
3401
3471
|
};
|
|
3402
3472
|
} | null | undefined;
|
|
3473
|
+
returnPoIds?: string[] | null | undefined;
|
|
3474
|
+
isReturnPo?: boolean | null | undefined;
|
|
3403
3475
|
request?: {
|
|
3404
3476
|
id: string;
|
|
3405
3477
|
adjustmentIds: string[];
|
|
@@ -3419,6 +3491,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3419
3491
|
amount: number;
|
|
3420
3492
|
precision: number;
|
|
3421
3493
|
} | null | undefined;
|
|
3494
|
+
id?: string | null | undefined;
|
|
3422
3495
|
measurement?: {
|
|
3423
3496
|
id: string;
|
|
3424
3497
|
name: string;
|
|
@@ -3428,7 +3501,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3428
3501
|
precision: number;
|
|
3429
3502
|
};
|
|
3430
3503
|
} | null | undefined;
|
|
3504
|
+
externalId?: string | null | undefined;
|
|
3431
3505
|
sku: {
|
|
3506
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3432
3507
|
trackingMeasurement?: string | null | undefined;
|
|
3433
3508
|
convert?: {
|
|
3434
3509
|
measurement?: string | null | undefined;
|
|
@@ -3472,7 +3547,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3472
3547
|
low: number;
|
|
3473
3548
|
mid: number;
|
|
3474
3549
|
} | null | undefined;
|
|
3475
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3476
3550
|
unit: {
|
|
3477
3551
|
_id: string;
|
|
3478
3552
|
name: string;
|
|
@@ -3504,6 +3578,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3504
3578
|
_id: string;
|
|
3505
3579
|
seqNumber: number;
|
|
3506
3580
|
items: {
|
|
3581
|
+
id?: string | null | undefined;
|
|
3507
3582
|
measurement?: {
|
|
3508
3583
|
id: string;
|
|
3509
3584
|
name: string;
|
|
@@ -3513,12 +3588,14 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3513
3588
|
precision: number;
|
|
3514
3589
|
};
|
|
3515
3590
|
} | null | undefined;
|
|
3591
|
+
externalId?: string | null | undefined;
|
|
3516
3592
|
totalCost?: {
|
|
3517
3593
|
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";
|
|
3518
3594
|
amount: number;
|
|
3519
3595
|
precision: number;
|
|
3520
3596
|
} | null | undefined;
|
|
3521
3597
|
sku: {
|
|
3598
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3522
3599
|
trackingMeasurement?: string | null | undefined;
|
|
3523
3600
|
convert?: {
|
|
3524
3601
|
measurement?: string | null | undefined;
|
|
@@ -3562,7 +3639,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3562
3639
|
low: number;
|
|
3563
3640
|
mid: number;
|
|
3564
3641
|
} | null | undefined;
|
|
3565
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3566
3642
|
unit: {
|
|
3567
3643
|
_id: string;
|
|
3568
3644
|
name: string;
|
|
@@ -3628,11 +3704,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3628
3704
|
};
|
|
3629
3705
|
deliveryOrder: {
|
|
3630
3706
|
remark?: string | null | undefined;
|
|
3707
|
+
id?: string | null | undefined;
|
|
3631
3708
|
adjustment?: string | null | undefined;
|
|
3632
3709
|
fullfillmentId?: string | null | undefined;
|
|
3633
3710
|
netSuite?: {
|
|
3634
3711
|
refNo?: string | null | undefined;
|
|
3635
|
-
id: string;
|
|
3712
|
+
id: string | number;
|
|
3636
3713
|
} | null | undefined;
|
|
3637
3714
|
received: {
|
|
3638
3715
|
cost?: {
|
|
@@ -3640,6 +3717,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3640
3717
|
amount: number;
|
|
3641
3718
|
precision: number;
|
|
3642
3719
|
} | null | undefined;
|
|
3720
|
+
id?: string | null | undefined;
|
|
3643
3721
|
measurement?: {
|
|
3644
3722
|
id: string;
|
|
3645
3723
|
name: string;
|
|
@@ -3649,7 +3727,9 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3649
3727
|
precision: number;
|
|
3650
3728
|
};
|
|
3651
3729
|
} | null | undefined;
|
|
3730
|
+
externalId?: string | null | undefined;
|
|
3652
3731
|
sku: {
|
|
3732
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3653
3733
|
trackingMeasurement?: string | null | undefined;
|
|
3654
3734
|
convert?: {
|
|
3655
3735
|
measurement?: string | null | undefined;
|
|
@@ -3693,7 +3773,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3693
3773
|
low: number;
|
|
3694
3774
|
mid: number;
|
|
3695
3775
|
} | null | undefined;
|
|
3696
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3697
3776
|
unit: {
|
|
3698
3777
|
_id: string;
|
|
3699
3778
|
name: string;
|