@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,8 +1,13 @@
|
|
|
1
1
|
import type { DateRange } from 'node_modules/@feedmepos/ui-library/dist/components/form/calendar/date-range-picker/common';
|
|
2
2
|
import type { TransferDialogProps } from '../components/transfer-dialog/TransferDialogProps';
|
|
3
3
|
import type { TransferDetailsProps } from '../components/transfer-details/TransferDetailsProps';
|
|
4
|
-
import {
|
|
5
|
-
|
|
4
|
+
import type { RevisionIdMeta } from '@feedmepos/inventory-core';
|
|
5
|
+
import type { XilnexImportDialogProps } from '../import/props';
|
|
6
|
+
export declare enum PO_SCOPE {
|
|
7
|
+
RECEIVE_REQUEST = "receive/request",
|
|
8
|
+
APPROVAL = "approval"
|
|
9
|
+
}
|
|
10
|
+
export declare function useReceiveRequestForm(scope: PO_SCOPE, initialDateRange?: Partial<DateRange>): {
|
|
6
11
|
purchaseOrders: import("vue").Ref<{
|
|
7
12
|
remark?: string | null | undefined;
|
|
8
13
|
ref?: string | null | undefined;
|
|
@@ -39,6 +44,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
39
44
|
acceptRequest: boolean;
|
|
40
45
|
dbName: string;
|
|
41
46
|
doc: {
|
|
47
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
42
48
|
_id: string;
|
|
43
49
|
businessId: string;
|
|
44
50
|
profile: {
|
|
@@ -120,12 +126,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
120
126
|
};
|
|
121
127
|
};
|
|
122
128
|
}[] | null | undefined;
|
|
129
|
+
locationTags?: string[] | null | undefined;
|
|
123
130
|
_id: string;
|
|
124
131
|
name: string;
|
|
125
132
|
purchaseOrder: {
|
|
126
133
|
remark?: string | null | undefined;
|
|
127
134
|
ref?: string | null | undefined;
|
|
128
135
|
items: {
|
|
136
|
+
id?: string | null | undefined;
|
|
129
137
|
measurement?: {
|
|
130
138
|
id: string;
|
|
131
139
|
name: string;
|
|
@@ -135,6 +143,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
135
143
|
precision: number;
|
|
136
144
|
};
|
|
137
145
|
} | null | undefined;
|
|
146
|
+
externalId?: string | null | undefined;
|
|
138
147
|
totalCost?: {
|
|
139
148
|
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";
|
|
140
149
|
amount: number;
|
|
@@ -149,6 +158,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
149
158
|
precision: number;
|
|
150
159
|
} | null | undefined;
|
|
151
160
|
sku: {
|
|
161
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
152
162
|
trackingMeasurement?: string | null | undefined;
|
|
153
163
|
convert?: {
|
|
154
164
|
measurement?: string | null | undefined;
|
|
@@ -192,7 +202,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
192
202
|
low: number;
|
|
193
203
|
mid: number;
|
|
194
204
|
} | null | undefined;
|
|
195
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
196
205
|
unit: {
|
|
197
206
|
_id: string;
|
|
198
207
|
name: string;
|
|
@@ -262,6 +271,8 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
262
271
|
};
|
|
263
272
|
};
|
|
264
273
|
} | null | undefined;
|
|
274
|
+
returnPoIds?: string[] | null | undefined;
|
|
275
|
+
isReturnPo?: boolean | null | undefined;
|
|
265
276
|
request?: {
|
|
266
277
|
id: string;
|
|
267
278
|
adjustmentIds: string[];
|
|
@@ -281,6 +292,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
281
292
|
amount: number;
|
|
282
293
|
precision: number;
|
|
283
294
|
} | null | undefined;
|
|
295
|
+
id?: string | null | undefined;
|
|
284
296
|
measurement?: {
|
|
285
297
|
id: string;
|
|
286
298
|
name: string;
|
|
@@ -290,7 +302,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
290
302
|
precision: number;
|
|
291
303
|
};
|
|
292
304
|
} | null | undefined;
|
|
305
|
+
externalId?: string | null | undefined;
|
|
293
306
|
sku: {
|
|
307
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
294
308
|
trackingMeasurement?: string | null | undefined;
|
|
295
309
|
convert?: {
|
|
296
310
|
measurement?: string | null | undefined;
|
|
@@ -334,7 +348,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
334
348
|
low: number;
|
|
335
349
|
mid: number;
|
|
336
350
|
} | null | undefined;
|
|
337
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
338
351
|
unit: {
|
|
339
352
|
_id: string;
|
|
340
353
|
name: string;
|
|
@@ -366,6 +379,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
366
379
|
_id: string;
|
|
367
380
|
seqNumber: number;
|
|
368
381
|
items: {
|
|
382
|
+
id?: string | null | undefined;
|
|
369
383
|
measurement?: {
|
|
370
384
|
id: string;
|
|
371
385
|
name: string;
|
|
@@ -375,12 +389,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
375
389
|
precision: number;
|
|
376
390
|
};
|
|
377
391
|
} | null | undefined;
|
|
392
|
+
externalId?: string | null | undefined;
|
|
378
393
|
totalCost?: {
|
|
379
394
|
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";
|
|
380
395
|
amount: number;
|
|
381
396
|
precision: number;
|
|
382
397
|
} | null | undefined;
|
|
383
398
|
sku: {
|
|
399
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
384
400
|
trackingMeasurement?: string | null | undefined;
|
|
385
401
|
convert?: {
|
|
386
402
|
measurement?: string | null | undefined;
|
|
@@ -424,7 +440,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
424
440
|
low: number;
|
|
425
441
|
mid: number;
|
|
426
442
|
} | null | undefined;
|
|
427
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
428
443
|
unit: {
|
|
429
444
|
_id: string;
|
|
430
445
|
name: string;
|
|
@@ -490,11 +505,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
490
505
|
};
|
|
491
506
|
deliveryOrder: {
|
|
492
507
|
remark?: string | null | undefined;
|
|
508
|
+
id?: string | null | undefined;
|
|
493
509
|
adjustment?: string | null | undefined;
|
|
494
510
|
fullfillmentId?: string | null | undefined;
|
|
495
511
|
netSuite?: {
|
|
496
512
|
refNo?: string | null | undefined;
|
|
497
|
-
id: string;
|
|
513
|
+
id: string | number;
|
|
498
514
|
} | null | undefined;
|
|
499
515
|
received: {
|
|
500
516
|
cost?: {
|
|
@@ -502,6 +518,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
502
518
|
amount: number;
|
|
503
519
|
precision: number;
|
|
504
520
|
} | null | undefined;
|
|
521
|
+
id?: string | null | undefined;
|
|
505
522
|
measurement?: {
|
|
506
523
|
id: string;
|
|
507
524
|
name: string;
|
|
@@ -511,7 +528,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
511
528
|
precision: number;
|
|
512
529
|
};
|
|
513
530
|
} | null | undefined;
|
|
531
|
+
externalId?: string | null | undefined;
|
|
514
532
|
sku: {
|
|
533
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
515
534
|
trackingMeasurement?: string | null | undefined;
|
|
516
535
|
convert?: {
|
|
517
536
|
measurement?: string | null | undefined;
|
|
@@ -555,7 +574,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
555
574
|
low: number;
|
|
556
575
|
mid: number;
|
|
557
576
|
} | null | undefined;
|
|
558
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
559
577
|
unit: {
|
|
560
578
|
_id: string;
|
|
561
579
|
name: string;
|
|
@@ -623,6 +641,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
623
641
|
acceptRequest: boolean;
|
|
624
642
|
dbName: string;
|
|
625
643
|
doc: {
|
|
644
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
626
645
|
_id: string;
|
|
627
646
|
businessId: string;
|
|
628
647
|
profile: {
|
|
@@ -704,12 +723,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
704
723
|
};
|
|
705
724
|
};
|
|
706
725
|
}[] | null | undefined;
|
|
726
|
+
locationTags?: string[] | null | undefined;
|
|
707
727
|
_id: string;
|
|
708
728
|
name: string;
|
|
709
729
|
purchaseOrder: {
|
|
710
730
|
remark?: string | null | undefined;
|
|
711
731
|
ref?: string | null | undefined;
|
|
712
732
|
items: {
|
|
733
|
+
id?: string | null | undefined;
|
|
713
734
|
measurement?: {
|
|
714
735
|
id: string;
|
|
715
736
|
name: string;
|
|
@@ -719,6 +740,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
719
740
|
precision: number;
|
|
720
741
|
};
|
|
721
742
|
} | null | undefined;
|
|
743
|
+
externalId?: string | null | undefined;
|
|
722
744
|
totalCost?: {
|
|
723
745
|
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";
|
|
724
746
|
amount: number;
|
|
@@ -733,6 +755,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
733
755
|
precision: number;
|
|
734
756
|
} | null | undefined;
|
|
735
757
|
sku: {
|
|
758
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
736
759
|
trackingMeasurement?: string | null | undefined;
|
|
737
760
|
convert?: {
|
|
738
761
|
measurement?: string | null | undefined;
|
|
@@ -776,7 +799,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
776
799
|
low: number;
|
|
777
800
|
mid: number;
|
|
778
801
|
} | null | undefined;
|
|
779
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
780
802
|
unit: {
|
|
781
803
|
_id: string;
|
|
782
804
|
name: string;
|
|
@@ -846,6 +868,8 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
846
868
|
};
|
|
847
869
|
};
|
|
848
870
|
} | null | undefined;
|
|
871
|
+
returnPoIds?: string[] | null | undefined;
|
|
872
|
+
isReturnPo?: boolean | null | undefined;
|
|
849
873
|
request?: {
|
|
850
874
|
id: string;
|
|
851
875
|
adjustmentIds: string[];
|
|
@@ -865,6 +889,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
865
889
|
amount: number;
|
|
866
890
|
precision: number;
|
|
867
891
|
} | null | undefined;
|
|
892
|
+
id?: string | null | undefined;
|
|
868
893
|
measurement?: {
|
|
869
894
|
id: string;
|
|
870
895
|
name: string;
|
|
@@ -874,7 +899,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
874
899
|
precision: number;
|
|
875
900
|
};
|
|
876
901
|
} | null | undefined;
|
|
902
|
+
externalId?: string | null | undefined;
|
|
877
903
|
sku: {
|
|
904
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
878
905
|
trackingMeasurement?: string | null | undefined;
|
|
879
906
|
convert?: {
|
|
880
907
|
measurement?: string | null | undefined;
|
|
@@ -918,7 +945,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
918
945
|
low: number;
|
|
919
946
|
mid: number;
|
|
920
947
|
} | null | undefined;
|
|
921
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
922
948
|
unit: {
|
|
923
949
|
_id: string;
|
|
924
950
|
name: string;
|
|
@@ -950,6 +976,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
950
976
|
_id: string;
|
|
951
977
|
seqNumber: number;
|
|
952
978
|
items: {
|
|
979
|
+
id?: string | null | undefined;
|
|
953
980
|
measurement?: {
|
|
954
981
|
id: string;
|
|
955
982
|
name: string;
|
|
@@ -959,12 +986,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
959
986
|
precision: number;
|
|
960
987
|
};
|
|
961
988
|
} | null | undefined;
|
|
989
|
+
externalId?: string | null | undefined;
|
|
962
990
|
totalCost?: {
|
|
963
991
|
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";
|
|
964
992
|
amount: number;
|
|
965
993
|
precision: number;
|
|
966
994
|
} | null | undefined;
|
|
967
995
|
sku: {
|
|
996
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
968
997
|
trackingMeasurement?: string | null | undefined;
|
|
969
998
|
convert?: {
|
|
970
999
|
measurement?: string | null | undefined;
|
|
@@ -1008,7 +1037,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1008
1037
|
low: number;
|
|
1009
1038
|
mid: number;
|
|
1010
1039
|
} | null | undefined;
|
|
1011
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1012
1040
|
unit: {
|
|
1013
1041
|
_id: string;
|
|
1014
1042
|
name: string;
|
|
@@ -1074,11 +1102,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1074
1102
|
};
|
|
1075
1103
|
deliveryOrder: {
|
|
1076
1104
|
remark?: string | null | undefined;
|
|
1105
|
+
id?: string | null | undefined;
|
|
1077
1106
|
adjustment?: string | null | undefined;
|
|
1078
1107
|
fullfillmentId?: string | null | undefined;
|
|
1079
1108
|
netSuite?: {
|
|
1080
1109
|
refNo?: string | null | undefined;
|
|
1081
|
-
id: string;
|
|
1110
|
+
id: string | number;
|
|
1082
1111
|
} | null | undefined;
|
|
1083
1112
|
received: {
|
|
1084
1113
|
cost?: {
|
|
@@ -1086,6 +1115,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1086
1115
|
amount: number;
|
|
1087
1116
|
precision: number;
|
|
1088
1117
|
} | null | undefined;
|
|
1118
|
+
id?: string | null | undefined;
|
|
1089
1119
|
measurement?: {
|
|
1090
1120
|
id: string;
|
|
1091
1121
|
name: string;
|
|
@@ -1095,7 +1125,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1095
1125
|
precision: number;
|
|
1096
1126
|
};
|
|
1097
1127
|
} | null | undefined;
|
|
1128
|
+
externalId?: string | null | undefined;
|
|
1098
1129
|
sku: {
|
|
1130
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1099
1131
|
trackingMeasurement?: string | null | undefined;
|
|
1100
1132
|
convert?: {
|
|
1101
1133
|
measurement?: string | null | undefined;
|
|
@@ -1139,7 +1171,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1139
1171
|
low: number;
|
|
1140
1172
|
mid: number;
|
|
1141
1173
|
} | null | undefined;
|
|
1142
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1143
1174
|
unit: {
|
|
1144
1175
|
_id: string;
|
|
1145
1176
|
name: string;
|
|
@@ -1207,6 +1238,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1207
1238
|
acceptRequest: boolean;
|
|
1208
1239
|
dbName: string;
|
|
1209
1240
|
doc: {
|
|
1241
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1210
1242
|
_id: string;
|
|
1211
1243
|
businessId: string;
|
|
1212
1244
|
profile: {
|
|
@@ -1288,12 +1320,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1288
1320
|
};
|
|
1289
1321
|
};
|
|
1290
1322
|
}[] | null | undefined;
|
|
1323
|
+
locationTags?: string[] | null | undefined;
|
|
1291
1324
|
_id: string;
|
|
1292
1325
|
name: string;
|
|
1293
1326
|
purchaseOrder: {
|
|
1294
1327
|
remark?: string | null | undefined;
|
|
1295
1328
|
ref?: string | null | undefined;
|
|
1296
1329
|
items: {
|
|
1330
|
+
id?: string | null | undefined;
|
|
1297
1331
|
measurement?: {
|
|
1298
1332
|
id: string;
|
|
1299
1333
|
name: string;
|
|
@@ -1303,6 +1337,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1303
1337
|
precision: number;
|
|
1304
1338
|
};
|
|
1305
1339
|
} | null | undefined;
|
|
1340
|
+
externalId?: string | null | undefined;
|
|
1306
1341
|
totalCost?: {
|
|
1307
1342
|
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";
|
|
1308
1343
|
amount: number;
|
|
@@ -1317,6 +1352,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1317
1352
|
precision: number;
|
|
1318
1353
|
} | null | undefined;
|
|
1319
1354
|
sku: {
|
|
1355
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1320
1356
|
trackingMeasurement?: string | null | undefined;
|
|
1321
1357
|
convert?: {
|
|
1322
1358
|
measurement?: string | null | undefined;
|
|
@@ -1360,7 +1396,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1360
1396
|
low: number;
|
|
1361
1397
|
mid: number;
|
|
1362
1398
|
} | null | undefined;
|
|
1363
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1364
1399
|
unit: {
|
|
1365
1400
|
_id: string;
|
|
1366
1401
|
name: string;
|
|
@@ -1430,6 +1465,8 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1430
1465
|
};
|
|
1431
1466
|
};
|
|
1432
1467
|
} | null | undefined;
|
|
1468
|
+
returnPoIds?: string[] | null | undefined;
|
|
1469
|
+
isReturnPo?: boolean | null | undefined;
|
|
1433
1470
|
request?: {
|
|
1434
1471
|
id: string;
|
|
1435
1472
|
adjustmentIds: string[];
|
|
@@ -1449,6 +1486,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1449
1486
|
amount: number;
|
|
1450
1487
|
precision: number;
|
|
1451
1488
|
} | null | undefined;
|
|
1489
|
+
id?: string | null | undefined;
|
|
1452
1490
|
measurement?: {
|
|
1453
1491
|
id: string;
|
|
1454
1492
|
name: string;
|
|
@@ -1458,7 +1496,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1458
1496
|
precision: number;
|
|
1459
1497
|
};
|
|
1460
1498
|
} | null | undefined;
|
|
1499
|
+
externalId?: string | null | undefined;
|
|
1461
1500
|
sku: {
|
|
1501
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1462
1502
|
trackingMeasurement?: string | null | undefined;
|
|
1463
1503
|
convert?: {
|
|
1464
1504
|
measurement?: string | null | undefined;
|
|
@@ -1502,7 +1542,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1502
1542
|
low: number;
|
|
1503
1543
|
mid: number;
|
|
1504
1544
|
} | null | undefined;
|
|
1505
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1506
1545
|
unit: {
|
|
1507
1546
|
_id: string;
|
|
1508
1547
|
name: string;
|
|
@@ -1534,6 +1573,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1534
1573
|
_id: string;
|
|
1535
1574
|
seqNumber: number;
|
|
1536
1575
|
items: {
|
|
1576
|
+
id?: string | null | undefined;
|
|
1537
1577
|
measurement?: {
|
|
1538
1578
|
id: string;
|
|
1539
1579
|
name: string;
|
|
@@ -1543,12 +1583,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1543
1583
|
precision: number;
|
|
1544
1584
|
};
|
|
1545
1585
|
} | null | undefined;
|
|
1586
|
+
externalId?: string | null | undefined;
|
|
1546
1587
|
totalCost?: {
|
|
1547
1588
|
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";
|
|
1548
1589
|
amount: number;
|
|
1549
1590
|
precision: number;
|
|
1550
1591
|
} | null | undefined;
|
|
1551
1592
|
sku: {
|
|
1593
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1552
1594
|
trackingMeasurement?: string | null | undefined;
|
|
1553
1595
|
convert?: {
|
|
1554
1596
|
measurement?: string | null | undefined;
|
|
@@ -1592,7 +1634,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1592
1634
|
low: number;
|
|
1593
1635
|
mid: number;
|
|
1594
1636
|
} | null | undefined;
|
|
1595
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1596
1637
|
unit: {
|
|
1597
1638
|
_id: string;
|
|
1598
1639
|
name: string;
|
|
@@ -1658,11 +1699,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1658
1699
|
};
|
|
1659
1700
|
deliveryOrder: {
|
|
1660
1701
|
remark?: string | null | undefined;
|
|
1702
|
+
id?: string | null | undefined;
|
|
1661
1703
|
adjustment?: string | null | undefined;
|
|
1662
1704
|
fullfillmentId?: string | null | undefined;
|
|
1663
1705
|
netSuite?: {
|
|
1664
1706
|
refNo?: string | null | undefined;
|
|
1665
|
-
id: string;
|
|
1707
|
+
id: string | number;
|
|
1666
1708
|
} | null | undefined;
|
|
1667
1709
|
received: {
|
|
1668
1710
|
cost?: {
|
|
@@ -1670,6 +1712,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1670
1712
|
amount: number;
|
|
1671
1713
|
precision: number;
|
|
1672
1714
|
} | null | undefined;
|
|
1715
|
+
id?: string | null | undefined;
|
|
1673
1716
|
measurement?: {
|
|
1674
1717
|
id: string;
|
|
1675
1718
|
name: string;
|
|
@@ -1679,7 +1722,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1679
1722
|
precision: number;
|
|
1680
1723
|
};
|
|
1681
1724
|
} | null | undefined;
|
|
1725
|
+
externalId?: string | null | undefined;
|
|
1682
1726
|
sku: {
|
|
1727
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1683
1728
|
trackingMeasurement?: string | null | undefined;
|
|
1684
1729
|
convert?: {
|
|
1685
1730
|
measurement?: string | null | undefined;
|
|
@@ -1723,7 +1768,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1723
1768
|
low: number;
|
|
1724
1769
|
mid: number;
|
|
1725
1770
|
} | null | undefined;
|
|
1726
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1727
1771
|
unit: {
|
|
1728
1772
|
_id: string;
|
|
1729
1773
|
name: string;
|
|
@@ -1812,6 +1856,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1812
1856
|
acceptRequest: boolean;
|
|
1813
1857
|
dbName: string;
|
|
1814
1858
|
doc: {
|
|
1859
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1815
1860
|
_id: string;
|
|
1816
1861
|
businessId: string;
|
|
1817
1862
|
profile: {
|
|
@@ -1893,12 +1938,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1893
1938
|
};
|
|
1894
1939
|
};
|
|
1895
1940
|
}[] | null | undefined;
|
|
1941
|
+
locationTags?: string[] | null | undefined;
|
|
1896
1942
|
_id: string;
|
|
1897
1943
|
name: string;
|
|
1898
1944
|
purchaseOrder: {
|
|
1899
1945
|
remark?: string | null | undefined;
|
|
1900
1946
|
ref?: string | null | undefined;
|
|
1901
1947
|
items: {
|
|
1948
|
+
id?: string | null | undefined;
|
|
1902
1949
|
measurement?: {
|
|
1903
1950
|
id: string;
|
|
1904
1951
|
name: string;
|
|
@@ -1908,6 +1955,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1908
1955
|
precision: number;
|
|
1909
1956
|
};
|
|
1910
1957
|
} | null | undefined;
|
|
1958
|
+
externalId?: string | null | undefined;
|
|
1911
1959
|
totalCost?: {
|
|
1912
1960
|
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";
|
|
1913
1961
|
amount: number;
|
|
@@ -1922,6 +1970,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1922
1970
|
precision: number;
|
|
1923
1971
|
} | null | undefined;
|
|
1924
1972
|
sku: {
|
|
1973
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1925
1974
|
trackingMeasurement?: string | null | undefined;
|
|
1926
1975
|
convert?: {
|
|
1927
1976
|
measurement?: string | null | undefined;
|
|
@@ -1965,7 +2014,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1965
2014
|
low: number;
|
|
1966
2015
|
mid: number;
|
|
1967
2016
|
} | null | undefined;
|
|
1968
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1969
2017
|
unit: {
|
|
1970
2018
|
_id: string;
|
|
1971
2019
|
name: string;
|
|
@@ -2035,6 +2083,8 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2035
2083
|
};
|
|
2036
2084
|
};
|
|
2037
2085
|
} | null | undefined;
|
|
2086
|
+
returnPoIds?: string[] | null | undefined;
|
|
2087
|
+
isReturnPo?: boolean | null | undefined;
|
|
2038
2088
|
request?: {
|
|
2039
2089
|
id: string;
|
|
2040
2090
|
adjustmentIds: string[];
|
|
@@ -2054,6 +2104,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2054
2104
|
amount: number;
|
|
2055
2105
|
precision: number;
|
|
2056
2106
|
} | null | undefined;
|
|
2107
|
+
id?: string | null | undefined;
|
|
2057
2108
|
measurement?: {
|
|
2058
2109
|
id: string;
|
|
2059
2110
|
name: string;
|
|
@@ -2063,7 +2114,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2063
2114
|
precision: number;
|
|
2064
2115
|
};
|
|
2065
2116
|
} | null | undefined;
|
|
2117
|
+
externalId?: string | null | undefined;
|
|
2066
2118
|
sku: {
|
|
2119
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2067
2120
|
trackingMeasurement?: string | null | undefined;
|
|
2068
2121
|
convert?: {
|
|
2069
2122
|
measurement?: string | null | undefined;
|
|
@@ -2107,7 +2160,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2107
2160
|
low: number;
|
|
2108
2161
|
mid: number;
|
|
2109
2162
|
} | null | undefined;
|
|
2110
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2111
2163
|
unit: {
|
|
2112
2164
|
_id: string;
|
|
2113
2165
|
name: string;
|
|
@@ -2139,6 +2191,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2139
2191
|
_id: string;
|
|
2140
2192
|
seqNumber: number;
|
|
2141
2193
|
items: {
|
|
2194
|
+
id?: string | null | undefined;
|
|
2142
2195
|
measurement?: {
|
|
2143
2196
|
id: string;
|
|
2144
2197
|
name: string;
|
|
@@ -2148,12 +2201,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2148
2201
|
precision: number;
|
|
2149
2202
|
};
|
|
2150
2203
|
} | null | undefined;
|
|
2204
|
+
externalId?: string | null | undefined;
|
|
2151
2205
|
totalCost?: {
|
|
2152
2206
|
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";
|
|
2153
2207
|
amount: number;
|
|
2154
2208
|
precision: number;
|
|
2155
2209
|
} | null | undefined;
|
|
2156
2210
|
sku: {
|
|
2211
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2157
2212
|
trackingMeasurement?: string | null | undefined;
|
|
2158
2213
|
convert?: {
|
|
2159
2214
|
measurement?: string | null | undefined;
|
|
@@ -2197,7 +2252,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2197
2252
|
low: number;
|
|
2198
2253
|
mid: number;
|
|
2199
2254
|
} | null | undefined;
|
|
2200
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2201
2255
|
unit: {
|
|
2202
2256
|
_id: string;
|
|
2203
2257
|
name: string;
|
|
@@ -2263,11 +2317,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2263
2317
|
};
|
|
2264
2318
|
deliveryOrder: {
|
|
2265
2319
|
remark?: string | null | undefined;
|
|
2320
|
+
id?: string | null | undefined;
|
|
2266
2321
|
adjustment?: string | null | undefined;
|
|
2267
2322
|
fullfillmentId?: string | null | undefined;
|
|
2268
2323
|
netSuite?: {
|
|
2269
2324
|
refNo?: string | null | undefined;
|
|
2270
|
-
id: string;
|
|
2325
|
+
id: string | number;
|
|
2271
2326
|
} | null | undefined;
|
|
2272
2327
|
received: {
|
|
2273
2328
|
cost?: {
|
|
@@ -2275,6 +2330,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2275
2330
|
amount: number;
|
|
2276
2331
|
precision: number;
|
|
2277
2332
|
} | null | undefined;
|
|
2333
|
+
id?: string | null | undefined;
|
|
2278
2334
|
measurement?: {
|
|
2279
2335
|
id: string;
|
|
2280
2336
|
name: string;
|
|
@@ -2284,7 +2340,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2284
2340
|
precision: number;
|
|
2285
2341
|
};
|
|
2286
2342
|
} | null | undefined;
|
|
2343
|
+
externalId?: string | null | undefined;
|
|
2287
2344
|
sku: {
|
|
2345
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2288
2346
|
trackingMeasurement?: string | null | undefined;
|
|
2289
2347
|
convert?: {
|
|
2290
2348
|
measurement?: string | null | undefined;
|
|
@@ -2328,7 +2386,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2328
2386
|
low: number;
|
|
2329
2387
|
mid: number;
|
|
2330
2388
|
} | null | undefined;
|
|
2331
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2332
2389
|
unit: {
|
|
2333
2390
|
_id: string;
|
|
2334
2391
|
name: string;
|
|
@@ -2430,6 +2487,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2430
2487
|
acceptRequest: boolean;
|
|
2431
2488
|
dbName: string;
|
|
2432
2489
|
doc: {
|
|
2490
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2433
2491
|
_id: string;
|
|
2434
2492
|
businessId: string;
|
|
2435
2493
|
profile: {
|
|
@@ -2511,12 +2569,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2511
2569
|
};
|
|
2512
2570
|
};
|
|
2513
2571
|
}[] | null | undefined;
|
|
2572
|
+
locationTags?: string[] | null | undefined;
|
|
2514
2573
|
_id: string;
|
|
2515
2574
|
name: string;
|
|
2516
2575
|
purchaseOrder: {
|
|
2517
2576
|
remark?: string | null | undefined;
|
|
2518
2577
|
ref?: string | null | undefined;
|
|
2519
2578
|
items: {
|
|
2579
|
+
id?: string | null | undefined;
|
|
2520
2580
|
measurement?: {
|
|
2521
2581
|
id: string;
|
|
2522
2582
|
name: string;
|
|
@@ -2526,6 +2586,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2526
2586
|
precision: number;
|
|
2527
2587
|
};
|
|
2528
2588
|
} | null | undefined;
|
|
2589
|
+
externalId?: string | null | undefined;
|
|
2529
2590
|
totalCost?: {
|
|
2530
2591
|
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";
|
|
2531
2592
|
amount: number;
|
|
@@ -2540,6 +2601,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2540
2601
|
precision: number;
|
|
2541
2602
|
} | null | undefined;
|
|
2542
2603
|
sku: {
|
|
2604
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2543
2605
|
trackingMeasurement?: string | null | undefined;
|
|
2544
2606
|
convert?: {
|
|
2545
2607
|
measurement?: string | null | undefined;
|
|
@@ -2583,7 +2645,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2583
2645
|
low: number;
|
|
2584
2646
|
mid: number;
|
|
2585
2647
|
} | null | undefined;
|
|
2586
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2587
2648
|
unit: {
|
|
2588
2649
|
_id: string;
|
|
2589
2650
|
name: string;
|
|
@@ -2653,6 +2714,8 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2653
2714
|
};
|
|
2654
2715
|
};
|
|
2655
2716
|
} | null | undefined;
|
|
2717
|
+
returnPoIds?: string[] | null | undefined;
|
|
2718
|
+
isReturnPo?: boolean | null | undefined;
|
|
2656
2719
|
request?: {
|
|
2657
2720
|
id: string;
|
|
2658
2721
|
adjustmentIds: string[];
|
|
@@ -2672,6 +2735,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2672
2735
|
amount: number;
|
|
2673
2736
|
precision: number;
|
|
2674
2737
|
} | null | undefined;
|
|
2738
|
+
id?: string | null | undefined;
|
|
2675
2739
|
measurement?: {
|
|
2676
2740
|
id: string;
|
|
2677
2741
|
name: string;
|
|
@@ -2681,7 +2745,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2681
2745
|
precision: number;
|
|
2682
2746
|
};
|
|
2683
2747
|
} | null | undefined;
|
|
2748
|
+
externalId?: string | null | undefined;
|
|
2684
2749
|
sku: {
|
|
2750
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2685
2751
|
trackingMeasurement?: string | null | undefined;
|
|
2686
2752
|
convert?: {
|
|
2687
2753
|
measurement?: string | null | undefined;
|
|
@@ -2725,7 +2791,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2725
2791
|
low: number;
|
|
2726
2792
|
mid: number;
|
|
2727
2793
|
} | null | undefined;
|
|
2728
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2729
2794
|
unit: {
|
|
2730
2795
|
_id: string;
|
|
2731
2796
|
name: string;
|
|
@@ -2757,6 +2822,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2757
2822
|
_id: string;
|
|
2758
2823
|
seqNumber: number;
|
|
2759
2824
|
items: {
|
|
2825
|
+
id?: string | null | undefined;
|
|
2760
2826
|
measurement?: {
|
|
2761
2827
|
id: string;
|
|
2762
2828
|
name: string;
|
|
@@ -2766,12 +2832,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2766
2832
|
precision: number;
|
|
2767
2833
|
};
|
|
2768
2834
|
} | null | undefined;
|
|
2835
|
+
externalId?: string | null | undefined;
|
|
2769
2836
|
totalCost?: {
|
|
2770
2837
|
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";
|
|
2771
2838
|
amount: number;
|
|
2772
2839
|
precision: number;
|
|
2773
2840
|
} | null | undefined;
|
|
2774
2841
|
sku: {
|
|
2842
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2775
2843
|
trackingMeasurement?: string | null | undefined;
|
|
2776
2844
|
convert?: {
|
|
2777
2845
|
measurement?: string | null | undefined;
|
|
@@ -2815,7 +2883,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2815
2883
|
low: number;
|
|
2816
2884
|
mid: number;
|
|
2817
2885
|
} | null | undefined;
|
|
2818
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2819
2886
|
unit: {
|
|
2820
2887
|
_id: string;
|
|
2821
2888
|
name: string;
|
|
@@ -2881,11 +2948,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2881
2948
|
};
|
|
2882
2949
|
deliveryOrder: {
|
|
2883
2950
|
remark?: string | null | undefined;
|
|
2951
|
+
id?: string | null | undefined;
|
|
2884
2952
|
adjustment?: string | null | undefined;
|
|
2885
2953
|
fullfillmentId?: string | null | undefined;
|
|
2886
2954
|
netSuite?: {
|
|
2887
2955
|
refNo?: string | null | undefined;
|
|
2888
|
-
id: string;
|
|
2956
|
+
id: string | number;
|
|
2889
2957
|
} | null | undefined;
|
|
2890
2958
|
received: {
|
|
2891
2959
|
cost?: {
|
|
@@ -2893,6 +2961,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2893
2961
|
amount: number;
|
|
2894
2962
|
precision: number;
|
|
2895
2963
|
} | null | undefined;
|
|
2964
|
+
id?: string | null | undefined;
|
|
2896
2965
|
measurement?: {
|
|
2897
2966
|
id: string;
|
|
2898
2967
|
name: string;
|
|
@@ -2902,7 +2971,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2902
2971
|
precision: number;
|
|
2903
2972
|
};
|
|
2904
2973
|
} | null | undefined;
|
|
2974
|
+
externalId?: string | null | undefined;
|
|
2905
2975
|
sku: {
|
|
2976
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2906
2977
|
trackingMeasurement?: string | null | undefined;
|
|
2907
2978
|
convert?: {
|
|
2908
2979
|
measurement?: string | null | undefined;
|
|
@@ -2946,7 +3017,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2946
3017
|
low: number;
|
|
2947
3018
|
mid: number;
|
|
2948
3019
|
} | null | undefined;
|
|
2949
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2950
3020
|
unit: {
|
|
2951
3021
|
_id: string;
|
|
2952
3022
|
name: string;
|
|
@@ -3048,6 +3118,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3048
3118
|
acceptRequest: boolean;
|
|
3049
3119
|
dbName: string;
|
|
3050
3120
|
doc: {
|
|
3121
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3051
3122
|
_id: string;
|
|
3052
3123
|
businessId: string;
|
|
3053
3124
|
profile: {
|
|
@@ -3129,12 +3200,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3129
3200
|
};
|
|
3130
3201
|
};
|
|
3131
3202
|
}[] | null | undefined;
|
|
3203
|
+
locationTags?: string[] | null | undefined;
|
|
3132
3204
|
_id: string;
|
|
3133
3205
|
name: string;
|
|
3134
3206
|
purchaseOrder: {
|
|
3135
3207
|
remark?: string | null | undefined;
|
|
3136
3208
|
ref?: string | null | undefined;
|
|
3137
3209
|
items: {
|
|
3210
|
+
id?: string | null | undefined;
|
|
3138
3211
|
measurement?: {
|
|
3139
3212
|
id: string;
|
|
3140
3213
|
name: string;
|
|
@@ -3144,6 +3217,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3144
3217
|
precision: number;
|
|
3145
3218
|
};
|
|
3146
3219
|
} | null | undefined;
|
|
3220
|
+
externalId?: string | null | undefined;
|
|
3147
3221
|
totalCost?: {
|
|
3148
3222
|
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";
|
|
3149
3223
|
amount: number;
|
|
@@ -3158,6 +3232,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3158
3232
|
precision: number;
|
|
3159
3233
|
} | null | undefined;
|
|
3160
3234
|
sku: {
|
|
3235
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3161
3236
|
trackingMeasurement?: string | null | undefined;
|
|
3162
3237
|
convert?: {
|
|
3163
3238
|
measurement?: string | null | undefined;
|
|
@@ -3201,7 +3276,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3201
3276
|
low: number;
|
|
3202
3277
|
mid: number;
|
|
3203
3278
|
} | null | undefined;
|
|
3204
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3205
3279
|
unit: {
|
|
3206
3280
|
_id: string;
|
|
3207
3281
|
name: string;
|
|
@@ -3271,6 +3345,8 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3271
3345
|
};
|
|
3272
3346
|
};
|
|
3273
3347
|
} | null | undefined;
|
|
3348
|
+
returnPoIds?: string[] | null | undefined;
|
|
3349
|
+
isReturnPo?: boolean | null | undefined;
|
|
3274
3350
|
request?: {
|
|
3275
3351
|
id: string;
|
|
3276
3352
|
adjustmentIds: string[];
|
|
@@ -3290,6 +3366,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3290
3366
|
amount: number;
|
|
3291
3367
|
precision: number;
|
|
3292
3368
|
} | null | undefined;
|
|
3369
|
+
id?: string | null | undefined;
|
|
3293
3370
|
measurement?: {
|
|
3294
3371
|
id: string;
|
|
3295
3372
|
name: string;
|
|
@@ -3299,7 +3376,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3299
3376
|
precision: number;
|
|
3300
3377
|
};
|
|
3301
3378
|
} | null | undefined;
|
|
3379
|
+
externalId?: string | null | undefined;
|
|
3302
3380
|
sku: {
|
|
3381
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3303
3382
|
trackingMeasurement?: string | null | undefined;
|
|
3304
3383
|
convert?: {
|
|
3305
3384
|
measurement?: string | null | undefined;
|
|
@@ -3343,7 +3422,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3343
3422
|
low: number;
|
|
3344
3423
|
mid: number;
|
|
3345
3424
|
} | null | undefined;
|
|
3346
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3347
3425
|
unit: {
|
|
3348
3426
|
_id: string;
|
|
3349
3427
|
name: string;
|
|
@@ -3375,6 +3453,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3375
3453
|
_id: string;
|
|
3376
3454
|
seqNumber: number;
|
|
3377
3455
|
items: {
|
|
3456
|
+
id?: string | null | undefined;
|
|
3378
3457
|
measurement?: {
|
|
3379
3458
|
id: string;
|
|
3380
3459
|
name: string;
|
|
@@ -3384,12 +3463,14 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3384
3463
|
precision: number;
|
|
3385
3464
|
};
|
|
3386
3465
|
} | null | undefined;
|
|
3466
|
+
externalId?: string | null | undefined;
|
|
3387
3467
|
totalCost?: {
|
|
3388
3468
|
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";
|
|
3389
3469
|
amount: number;
|
|
3390
3470
|
precision: number;
|
|
3391
3471
|
} | null | undefined;
|
|
3392
3472
|
sku: {
|
|
3473
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3393
3474
|
trackingMeasurement?: string | null | undefined;
|
|
3394
3475
|
convert?: {
|
|
3395
3476
|
measurement?: string | null | undefined;
|
|
@@ -3433,7 +3514,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3433
3514
|
low: number;
|
|
3434
3515
|
mid: number;
|
|
3435
3516
|
} | null | undefined;
|
|
3436
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3437
3517
|
unit: {
|
|
3438
3518
|
_id: string;
|
|
3439
3519
|
name: string;
|
|
@@ -3499,11 +3579,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3499
3579
|
};
|
|
3500
3580
|
deliveryOrder: {
|
|
3501
3581
|
remark?: string | null | undefined;
|
|
3582
|
+
id?: string | null | undefined;
|
|
3502
3583
|
adjustment?: string | null | undefined;
|
|
3503
3584
|
fullfillmentId?: string | null | undefined;
|
|
3504
3585
|
netSuite?: {
|
|
3505
3586
|
refNo?: string | null | undefined;
|
|
3506
|
-
id: string;
|
|
3587
|
+
id: string | number;
|
|
3507
3588
|
} | null | undefined;
|
|
3508
3589
|
received: {
|
|
3509
3590
|
cost?: {
|
|
@@ -3511,6 +3592,7 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3511
3592
|
amount: number;
|
|
3512
3593
|
precision: number;
|
|
3513
3594
|
} | null | undefined;
|
|
3595
|
+
id?: string | null | undefined;
|
|
3514
3596
|
measurement?: {
|
|
3515
3597
|
id: string;
|
|
3516
3598
|
name: string;
|
|
@@ -3520,7 +3602,9 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3520
3602
|
precision: number;
|
|
3521
3603
|
};
|
|
3522
3604
|
} | null | undefined;
|
|
3605
|
+
externalId?: string | null | undefined;
|
|
3523
3606
|
sku: {
|
|
3607
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3524
3608
|
trackingMeasurement?: string | null | undefined;
|
|
3525
3609
|
convert?: {
|
|
3526
3610
|
measurement?: string | null | undefined;
|
|
@@ -3564,7 +3648,6 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3564
3648
|
low: number;
|
|
3565
3649
|
mid: number;
|
|
3566
3650
|
} | null | undefined;
|
|
3567
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3568
3651
|
unit: {
|
|
3569
3652
|
_id: string;
|
|
3570
3653
|
name: string;
|
|
@@ -3612,13 +3695,21 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3612
3695
|
adjusmentIds: string[];
|
|
3613
3696
|
}[]>;
|
|
3614
3697
|
updateDateRange: (startDate: string, endDate: string) => void;
|
|
3615
|
-
fetchData: () => Promise<void
|
|
3698
|
+
fetchData: () => Promise<void> | undefined;
|
|
3616
3699
|
loading: import("vue").Ref<boolean, boolean>;
|
|
3617
3700
|
transferDialogProps: import("vue").Ref<TransferDialogProps | undefined, TransferDialogProps | undefined>;
|
|
3618
3701
|
promptCreateTransferDialog: (init?: Partial<FdoPurchaseOrder>) => Promise<void>;
|
|
3619
3702
|
promptUpdateTransferDialog: (po: FdoPurchaseOrder) => void;
|
|
3703
|
+
promptReturnTransferDialog: (returnFrom: FdoPurchaseOrder & RevisionIdMeta) => void;
|
|
3620
3704
|
transferDetailsProps: import("vue").Ref<TransferDetailsProps | undefined, TransferDetailsProps | undefined>;
|
|
3621
|
-
promptShowTransferDetails: (purchaseOrder: FdoPurchaseOrder, poRequest?: FdoPurchaseOrderRequest) => Promise<void>;
|
|
3622
|
-
submitAction:
|
|
3705
|
+
promptShowTransferDetails: (purchaseOrder: FdoPurchaseOrder & RevisionIdMeta, poRequest?: FdoPurchaseOrderRequest) => Promise<void>;
|
|
3706
|
+
submitAction: {
|
|
3707
|
+
(returnOrder: FdoPurchaseOrder, operation: 'returnStock', transferToDbName: undefined, returnFrom: FdoPurchaseOrder & {
|
|
3708
|
+
_rev: string;
|
|
3709
|
+
}): Promise<void>;
|
|
3710
|
+
(po: FdoPurchaseOrder, operation: 'confirmDraft' | 'submitRequest' | 'cancelDraft' | 'approveRequest' | 'processRequest' | 'rejectRequest' | 'completeReceive', transferToDbName?: string): Promise<void>;
|
|
3711
|
+
};
|
|
3712
|
+
xilnexImportDialogProps: import("vue").Ref<XilnexImportDialogProps | undefined, XilnexImportDialogProps | undefined>;
|
|
3713
|
+
promptUploadTransferDialog: () => Promise<void>;
|
|
3623
3714
|
};
|
|
3624
3715
|
export type ReceiveRequestFormComposable = ReturnType<typeof useReceiveRequestForm>;
|