@feedmepos/mf-inventory-portal 0.0.25-dev.3 → 0.0.25-dev.30
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-CbGTNGMK.js +280 -0
- package/dist/ApprovalView-C9hrKiel.js +146 -0
- package/dist/{BindingsDialog-DPvBW5cM.js → BindingsDialog-DIxrUmBp.js} +6 -6
- package/dist/{BindingsPicker-DHjUZp_W.js → BindingsPicker-DT2fCUQ7.js} +3 -3
- package/dist/{BindingsTable-D29VX7KG.js → BindingsTable-rpRrfxfm.js} +6 -6
- package/dist/ClosingDraftView-aETdobNv.js +1340 -0
- package/dist/ClosingTemplateView-Cl-7Agfl.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-Ugss5lqQ.js +215 -0
- package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-DLVeADwI.js → FmUnitInput.vue_vue_type_script_setup_true_lang-BZoFs1-5.js} +52 -52
- package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-uRrJNVoO.js +51 -0
- package/dist/{IngredientGroupView-BZGkNkrt.js → IngredientGroupView-DCtkP28-.js} +1 -1
- package/dist/{IngredientsView-V_vDYAho.js → IngredientsView-C4jOCqij.js} +394 -382
- package/dist/{IntegrationView-CK_4s6nJ.js → IntegrationView-DDAVjLV5.js} +660 -623
- package/dist/{InventoryBindingForm-CAWQBqr1.js → InventoryBindingForm-CbM-0GcS.js} +1 -1
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BDWmhU7C.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-uGVP8nwi.js} +99 -99
- package/dist/{InventoryBindingSummary-BBppQstd.js → InventoryBindingSummary-DOdGKen4.js} +1 -1
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-e54jzd1P.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CBu3pj-m.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DKUl-kuR.js → PremiumBadge.vue_vue_type_script_setup_true_lang-BPmKDzxI.js} +15 -15
- package/dist/PublishView-BE8Fo2Go.js +222 -0
- package/dist/{PurchaseOrderPrintPreview-DiDSTpNu.js → PurchaseOrderPrintPreview-DBEfp8uZ.js} +1 -1
- package/dist/ReceiveRequestView-BmrpIRSM.js +2895 -0
- package/dist/{RecipeView-DmYWjO2j.js → RecipeView-DTFpgZwH.js} +32 -31
- package/dist/{index-CBXvWfSg.js → StockView-CF7VlY8S.js} +3577 -1764
- package/dist/{SupplierView-DKISIdqs.js → SupplierView-BZ4rA2D1.js} +12 -11
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CidXuoBS.js +1831 -0
- package/dist/TransferTemplateView-C7bYJLit.js +1660 -0
- package/dist/{UnitView-CvUayQQ1.js → UnitView-1lzQaH5U.js} +14 -14
- package/dist/{WarehouseView-IoiXm1I8.js → WarehouseView-eRypQalS.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 +17 -0
- package/dist/api/purchase-order.d.ts +3 -1
- package/dist/{app-CX6n1ion.js → app-d94DuF5R.js} +28901 -28676
- 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-BCeq_89w.js} +1 -1
- package/dist/feature-BiSY0JBR.js +1011 -0
- package/dist/{format-unit-display-9aWRoLgP.js → format-unit-display-x2P1kVbK.js} +334 -327
- package/dist/helper/fuzzy.d.ts +10 -0
- package/dist/index-DnkQqb_5.js +35546 -0
- package/dist/{stock-C2QEA4Bf.js → stock-BHtAAvq5.js} +3 -3
- package/dist/stores/feature.d.ts +7 -7
- package/dist/stores/integration/netsuite.d.ts +22 -0
- 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-BSiJWxYO.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/use-ingredient-select-dialog-CvsCbtLc.js +51 -0
- package/dist/{use-inventory-binding-dialog-D4We0HnY.js → use-inventory-binding-dialog-CmiGDFT9.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 +1389 -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 +48 -2
- package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +490 -2
- package/dist/views/receive-request/components/transfer-form/components/TransferSubItemTable.vue.d.ts +72 -0
- package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +25 -2
- package/dist/views/receive-request/components/transfer-form/helpers/calculate-sub-item-total.helper.d.ts +4 -0
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +702 -35
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +690 -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 +2 -2
- package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItem.vue.d.ts +270 -2
- package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItemTable.vue.d.ts +286 -0
- package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateSubItem.vue.d.ts +74 -0
- package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateSubItemTable.vue.d.ts +92 -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 +36 -2
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +456 -12
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +456 -12
- 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-DC5cHFol.js} +153 -153
- 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,48 @@ 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
|
+
subItems?: {
|
|
142
|
+
measurement?: {
|
|
143
|
+
id: string;
|
|
144
|
+
name: string;
|
|
145
|
+
abbrev: string;
|
|
146
|
+
conversion: {
|
|
147
|
+
amount: number;
|
|
148
|
+
precision: number;
|
|
149
|
+
};
|
|
150
|
+
} | null | undefined;
|
|
151
|
+
totalCost?: {
|
|
152
|
+
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";
|
|
153
|
+
amount: number;
|
|
154
|
+
precision: number;
|
|
155
|
+
} | null | undefined;
|
|
156
|
+
minimumQuantity?: {
|
|
157
|
+
amount: number;
|
|
158
|
+
precision: number;
|
|
159
|
+
} | null | undefined;
|
|
160
|
+
maximumQuantity?: {
|
|
161
|
+
amount: number;
|
|
162
|
+
precision: number;
|
|
163
|
+
} | null | undefined;
|
|
164
|
+
code: string;
|
|
165
|
+
id: string;
|
|
166
|
+
name: string;
|
|
167
|
+
quantity: {
|
|
168
|
+
amount: number;
|
|
169
|
+
precision: number;
|
|
170
|
+
};
|
|
171
|
+
quantityStep: {
|
|
172
|
+
amount: number;
|
|
173
|
+
precision: number;
|
|
174
|
+
};
|
|
175
|
+
}[] | null | undefined;
|
|
138
176
|
measurement?: {
|
|
139
177
|
id: string;
|
|
140
178
|
name: string;
|
|
@@ -158,6 +196,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
158
196
|
precision: number;
|
|
159
197
|
} | null | undefined;
|
|
160
198
|
sku: {
|
|
199
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
161
200
|
trackingMeasurement?: string | null | undefined;
|
|
162
201
|
convert?: {
|
|
163
202
|
measurement?: string | null | undefined;
|
|
@@ -201,7 +240,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
201
240
|
low: number;
|
|
202
241
|
mid: number;
|
|
203
242
|
} | null | undefined;
|
|
204
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
205
243
|
unit: {
|
|
206
244
|
_id: string;
|
|
207
245
|
name: string;
|
|
@@ -271,6 +309,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
271
309
|
};
|
|
272
310
|
};
|
|
273
311
|
} | null | undefined;
|
|
312
|
+
returnPoIds?: string[] | null | undefined;
|
|
313
|
+
isReturnPo?: boolean | null | undefined;
|
|
274
314
|
request?: {
|
|
275
315
|
id: string;
|
|
276
316
|
adjustmentIds: string[];
|
|
@@ -290,6 +330,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
290
330
|
amount: number;
|
|
291
331
|
precision: number;
|
|
292
332
|
} | null | undefined;
|
|
333
|
+
subItems?: {
|
|
334
|
+
cost?: {
|
|
335
|
+
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";
|
|
336
|
+
amount: number;
|
|
337
|
+
precision: number;
|
|
338
|
+
} | null | undefined;
|
|
339
|
+
measurement?: {
|
|
340
|
+
id: string;
|
|
341
|
+
name: string;
|
|
342
|
+
abbrev: string;
|
|
343
|
+
conversion: {
|
|
344
|
+
amount: number;
|
|
345
|
+
precision: number;
|
|
346
|
+
};
|
|
347
|
+
} | null | undefined;
|
|
348
|
+
code: string;
|
|
349
|
+
amount: {
|
|
350
|
+
amount: number;
|
|
351
|
+
precision: number;
|
|
352
|
+
};
|
|
353
|
+
id: string;
|
|
354
|
+
name: string;
|
|
355
|
+
}[] | null | undefined;
|
|
293
356
|
measurement?: {
|
|
294
357
|
id: string;
|
|
295
358
|
name: string;
|
|
@@ -300,6 +363,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
300
363
|
};
|
|
301
364
|
} | null | undefined;
|
|
302
365
|
sku: {
|
|
366
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
303
367
|
trackingMeasurement?: string | null | undefined;
|
|
304
368
|
convert?: {
|
|
305
369
|
measurement?: string | null | undefined;
|
|
@@ -343,7 +407,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
343
407
|
low: number;
|
|
344
408
|
mid: number;
|
|
345
409
|
} | null | undefined;
|
|
346
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
347
410
|
unit: {
|
|
348
411
|
_id: string;
|
|
349
412
|
name: string;
|
|
@@ -375,6 +438,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
375
438
|
_id: string;
|
|
376
439
|
seqNumber: number;
|
|
377
440
|
items: {
|
|
441
|
+
subItems?: {
|
|
442
|
+
measurement?: {
|
|
443
|
+
id: string;
|
|
444
|
+
name: string;
|
|
445
|
+
abbrev: string;
|
|
446
|
+
conversion: {
|
|
447
|
+
amount: number;
|
|
448
|
+
precision: number;
|
|
449
|
+
};
|
|
450
|
+
} | null | undefined;
|
|
451
|
+
totalCost?: {
|
|
452
|
+
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";
|
|
453
|
+
amount: number;
|
|
454
|
+
precision: number;
|
|
455
|
+
} | null | undefined;
|
|
456
|
+
code: string;
|
|
457
|
+
id: string;
|
|
458
|
+
name: string;
|
|
459
|
+
quantity: {
|
|
460
|
+
amount: number;
|
|
461
|
+
precision: number;
|
|
462
|
+
};
|
|
463
|
+
}[] | null | undefined;
|
|
378
464
|
measurement?: {
|
|
379
465
|
id: string;
|
|
380
466
|
name: string;
|
|
@@ -390,6 +476,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
390
476
|
precision: number;
|
|
391
477
|
} | null | undefined;
|
|
392
478
|
sku: {
|
|
479
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
393
480
|
trackingMeasurement?: string | null | undefined;
|
|
394
481
|
convert?: {
|
|
395
482
|
measurement?: string | null | undefined;
|
|
@@ -433,7 +520,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
433
520
|
low: number;
|
|
434
521
|
mid: number;
|
|
435
522
|
} | null | undefined;
|
|
436
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
437
523
|
unit: {
|
|
438
524
|
_id: string;
|
|
439
525
|
name: string;
|
|
@@ -499,11 +585,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
499
585
|
};
|
|
500
586
|
deliveryOrder: {
|
|
501
587
|
remark?: string | null | undefined;
|
|
588
|
+
id?: string | null | undefined;
|
|
502
589
|
adjustment?: string | null | undefined;
|
|
503
590
|
fullfillmentId?: string | null | undefined;
|
|
504
591
|
netSuite?: {
|
|
505
592
|
refNo?: string | null | undefined;
|
|
506
|
-
id: string;
|
|
593
|
+
id: string | number;
|
|
507
594
|
} | null | undefined;
|
|
508
595
|
received: {
|
|
509
596
|
cost?: {
|
|
@@ -511,6 +598,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
511
598
|
amount: number;
|
|
512
599
|
precision: number;
|
|
513
600
|
} | null | undefined;
|
|
601
|
+
subItems?: {
|
|
602
|
+
cost?: {
|
|
603
|
+
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";
|
|
604
|
+
amount: number;
|
|
605
|
+
precision: number;
|
|
606
|
+
} | null | undefined;
|
|
607
|
+
measurement?: {
|
|
608
|
+
id: string;
|
|
609
|
+
name: string;
|
|
610
|
+
abbrev: string;
|
|
611
|
+
conversion: {
|
|
612
|
+
amount: number;
|
|
613
|
+
precision: number;
|
|
614
|
+
};
|
|
615
|
+
} | null | undefined;
|
|
616
|
+
code: string;
|
|
617
|
+
amount: {
|
|
618
|
+
amount: number;
|
|
619
|
+
precision: number;
|
|
620
|
+
};
|
|
621
|
+
id: string;
|
|
622
|
+
name: string;
|
|
623
|
+
}[] | null | undefined;
|
|
514
624
|
measurement?: {
|
|
515
625
|
id: string;
|
|
516
626
|
name: string;
|
|
@@ -521,6 +631,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
521
631
|
};
|
|
522
632
|
} | null | undefined;
|
|
523
633
|
sku: {
|
|
634
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
524
635
|
trackingMeasurement?: string | null | undefined;
|
|
525
636
|
convert?: {
|
|
526
637
|
measurement?: string | null | undefined;
|
|
@@ -564,7 +675,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
564
675
|
low: number;
|
|
565
676
|
mid: number;
|
|
566
677
|
} | null | undefined;
|
|
567
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
568
678
|
unit: {
|
|
569
679
|
_id: string;
|
|
570
680
|
name: string;
|
|
@@ -596,7 +706,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
596
706
|
createdAt: string;
|
|
597
707
|
deliveryOrderNumber: string;
|
|
598
708
|
}[];
|
|
599
|
-
}, unknown>): string;
|
|
709
|
+
} & RevisionIdMeta, unknown>): string;
|
|
600
710
|
enableSorting: true;
|
|
601
711
|
size?: undefined;
|
|
602
712
|
sortUndefined?: undefined;
|
|
@@ -672,6 +782,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
672
782
|
acceptRequest: boolean;
|
|
673
783
|
dbName: string;
|
|
674
784
|
doc: {
|
|
785
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
675
786
|
_id: string;
|
|
676
787
|
businessId: string;
|
|
677
788
|
profile: {
|
|
@@ -753,12 +864,48 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
753
864
|
};
|
|
754
865
|
};
|
|
755
866
|
}[] | null | undefined;
|
|
867
|
+
locationTags?: string[] | null | undefined;
|
|
756
868
|
_id: string;
|
|
757
869
|
name: string;
|
|
758
870
|
purchaseOrder: {
|
|
759
871
|
remark?: string | null | undefined;
|
|
760
872
|
ref?: string | null | undefined;
|
|
761
873
|
items: {
|
|
874
|
+
subItems?: {
|
|
875
|
+
measurement?: {
|
|
876
|
+
id: string;
|
|
877
|
+
name: string;
|
|
878
|
+
abbrev: string;
|
|
879
|
+
conversion: {
|
|
880
|
+
amount: number;
|
|
881
|
+
precision: number;
|
|
882
|
+
};
|
|
883
|
+
} | null | undefined;
|
|
884
|
+
totalCost?: {
|
|
885
|
+
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";
|
|
886
|
+
amount: number;
|
|
887
|
+
precision: number;
|
|
888
|
+
} | null | undefined;
|
|
889
|
+
minimumQuantity?: {
|
|
890
|
+
amount: number;
|
|
891
|
+
precision: number;
|
|
892
|
+
} | null | undefined;
|
|
893
|
+
maximumQuantity?: {
|
|
894
|
+
amount: number;
|
|
895
|
+
precision: number;
|
|
896
|
+
} | null | undefined;
|
|
897
|
+
code: string;
|
|
898
|
+
id: string;
|
|
899
|
+
name: string;
|
|
900
|
+
quantity: {
|
|
901
|
+
amount: number;
|
|
902
|
+
precision: number;
|
|
903
|
+
};
|
|
904
|
+
quantityStep: {
|
|
905
|
+
amount: number;
|
|
906
|
+
precision: number;
|
|
907
|
+
};
|
|
908
|
+
}[] | null | undefined;
|
|
762
909
|
measurement?: {
|
|
763
910
|
id: string;
|
|
764
911
|
name: string;
|
|
@@ -782,6 +929,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
782
929
|
precision: number;
|
|
783
930
|
} | null | undefined;
|
|
784
931
|
sku: {
|
|
932
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
785
933
|
trackingMeasurement?: string | null | undefined;
|
|
786
934
|
convert?: {
|
|
787
935
|
measurement?: string | null | undefined;
|
|
@@ -825,7 +973,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
825
973
|
low: number;
|
|
826
974
|
mid: number;
|
|
827
975
|
} | null | undefined;
|
|
828
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
829
976
|
unit: {
|
|
830
977
|
_id: string;
|
|
831
978
|
name: string;
|
|
@@ -895,6 +1042,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
895
1042
|
};
|
|
896
1043
|
};
|
|
897
1044
|
} | null | undefined;
|
|
1045
|
+
returnPoIds?: string[] | null | undefined;
|
|
1046
|
+
isReturnPo?: boolean | null | undefined;
|
|
898
1047
|
request?: {
|
|
899
1048
|
id: string;
|
|
900
1049
|
adjustmentIds: string[];
|
|
@@ -914,6 +1063,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
914
1063
|
amount: number;
|
|
915
1064
|
precision: number;
|
|
916
1065
|
} | null | undefined;
|
|
1066
|
+
subItems?: {
|
|
1067
|
+
cost?: {
|
|
1068
|
+
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";
|
|
1069
|
+
amount: number;
|
|
1070
|
+
precision: number;
|
|
1071
|
+
} | null | undefined;
|
|
1072
|
+
measurement?: {
|
|
1073
|
+
id: string;
|
|
1074
|
+
name: string;
|
|
1075
|
+
abbrev: string;
|
|
1076
|
+
conversion: {
|
|
1077
|
+
amount: number;
|
|
1078
|
+
precision: number;
|
|
1079
|
+
};
|
|
1080
|
+
} | null | undefined;
|
|
1081
|
+
code: string;
|
|
1082
|
+
amount: {
|
|
1083
|
+
amount: number;
|
|
1084
|
+
precision: number;
|
|
1085
|
+
};
|
|
1086
|
+
id: string;
|
|
1087
|
+
name: string;
|
|
1088
|
+
}[] | null | undefined;
|
|
917
1089
|
measurement?: {
|
|
918
1090
|
id: string;
|
|
919
1091
|
name: string;
|
|
@@ -924,6 +1096,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
924
1096
|
};
|
|
925
1097
|
} | null | undefined;
|
|
926
1098
|
sku: {
|
|
1099
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
927
1100
|
trackingMeasurement?: string | null | undefined;
|
|
928
1101
|
convert?: {
|
|
929
1102
|
measurement?: string | null | undefined;
|
|
@@ -967,7 +1140,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
967
1140
|
low: number;
|
|
968
1141
|
mid: number;
|
|
969
1142
|
} | null | undefined;
|
|
970
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
971
1143
|
unit: {
|
|
972
1144
|
_id: string;
|
|
973
1145
|
name: string;
|
|
@@ -999,6 +1171,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
999
1171
|
_id: string;
|
|
1000
1172
|
seqNumber: number;
|
|
1001
1173
|
items: {
|
|
1174
|
+
subItems?: {
|
|
1175
|
+
measurement?: {
|
|
1176
|
+
id: string;
|
|
1177
|
+
name: string;
|
|
1178
|
+
abbrev: string;
|
|
1179
|
+
conversion: {
|
|
1180
|
+
amount: number;
|
|
1181
|
+
precision: number;
|
|
1182
|
+
};
|
|
1183
|
+
} | null | undefined;
|
|
1184
|
+
totalCost?: {
|
|
1185
|
+
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";
|
|
1186
|
+
amount: number;
|
|
1187
|
+
precision: number;
|
|
1188
|
+
} | null | undefined;
|
|
1189
|
+
code: string;
|
|
1190
|
+
id: string;
|
|
1191
|
+
name: string;
|
|
1192
|
+
quantity: {
|
|
1193
|
+
amount: number;
|
|
1194
|
+
precision: number;
|
|
1195
|
+
};
|
|
1196
|
+
}[] | null | undefined;
|
|
1002
1197
|
measurement?: {
|
|
1003
1198
|
id: string;
|
|
1004
1199
|
name: string;
|
|
@@ -1014,6 +1209,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1014
1209
|
precision: number;
|
|
1015
1210
|
} | null | undefined;
|
|
1016
1211
|
sku: {
|
|
1212
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1017
1213
|
trackingMeasurement?: string | null | undefined;
|
|
1018
1214
|
convert?: {
|
|
1019
1215
|
measurement?: string | null | undefined;
|
|
@@ -1057,7 +1253,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1057
1253
|
low: number;
|
|
1058
1254
|
mid: number;
|
|
1059
1255
|
} | null | undefined;
|
|
1060
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1061
1256
|
unit: {
|
|
1062
1257
|
_id: string;
|
|
1063
1258
|
name: string;
|
|
@@ -1123,11 +1318,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1123
1318
|
};
|
|
1124
1319
|
deliveryOrder: {
|
|
1125
1320
|
remark?: string | null | undefined;
|
|
1321
|
+
id?: string | null | undefined;
|
|
1126
1322
|
adjustment?: string | null | undefined;
|
|
1127
1323
|
fullfillmentId?: string | null | undefined;
|
|
1128
1324
|
netSuite?: {
|
|
1129
1325
|
refNo?: string | null | undefined;
|
|
1130
|
-
id: string;
|
|
1326
|
+
id: string | number;
|
|
1131
1327
|
} | null | undefined;
|
|
1132
1328
|
received: {
|
|
1133
1329
|
cost?: {
|
|
@@ -1135,6 +1331,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1135
1331
|
amount: number;
|
|
1136
1332
|
precision: number;
|
|
1137
1333
|
} | null | undefined;
|
|
1334
|
+
subItems?: {
|
|
1335
|
+
cost?: {
|
|
1336
|
+
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
1337
|
+
amount: number;
|
|
1338
|
+
precision: number;
|
|
1339
|
+
} | null | undefined;
|
|
1340
|
+
measurement?: {
|
|
1341
|
+
id: string;
|
|
1342
|
+
name: string;
|
|
1343
|
+
abbrev: string;
|
|
1344
|
+
conversion: {
|
|
1345
|
+
amount: number;
|
|
1346
|
+
precision: number;
|
|
1347
|
+
};
|
|
1348
|
+
} | null | undefined;
|
|
1349
|
+
code: string;
|
|
1350
|
+
amount: {
|
|
1351
|
+
amount: number;
|
|
1352
|
+
precision: number;
|
|
1353
|
+
};
|
|
1354
|
+
id: string;
|
|
1355
|
+
name: string;
|
|
1356
|
+
}[] | null | undefined;
|
|
1138
1357
|
measurement?: {
|
|
1139
1358
|
id: string;
|
|
1140
1359
|
name: string;
|
|
@@ -1145,6 +1364,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1145
1364
|
};
|
|
1146
1365
|
} | null | undefined;
|
|
1147
1366
|
sku: {
|
|
1367
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1148
1368
|
trackingMeasurement?: string | null | undefined;
|
|
1149
1369
|
convert?: {
|
|
1150
1370
|
measurement?: string | null | undefined;
|
|
@@ -1188,7 +1408,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1188
1408
|
low: number;
|
|
1189
1409
|
mid: number;
|
|
1190
1410
|
} | null | undefined;
|
|
1191
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1192
1411
|
unit: {
|
|
1193
1412
|
_id: string;
|
|
1194
1413
|
name: string;
|
|
@@ -1220,7 +1439,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1220
1439
|
createdAt: string;
|
|
1221
1440
|
deliveryOrderNumber: string;
|
|
1222
1441
|
}[];
|
|
1223
|
-
}, unknown>): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1442
|
+
} & RevisionIdMeta, unknown>): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1224
1443
|
[key: string]: any;
|
|
1225
1444
|
}>;
|
|
1226
1445
|
enableSorting: true;
|
|
@@ -1266,6 +1485,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1266
1485
|
acceptRequest: boolean;
|
|
1267
1486
|
dbName: string;
|
|
1268
1487
|
doc: {
|
|
1488
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1269
1489
|
_id: string;
|
|
1270
1490
|
businessId: string;
|
|
1271
1491
|
profile: {
|
|
@@ -1347,12 +1567,48 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1347
1567
|
};
|
|
1348
1568
|
};
|
|
1349
1569
|
}[] | null | undefined;
|
|
1570
|
+
locationTags?: string[] | null | undefined;
|
|
1350
1571
|
_id: string;
|
|
1351
1572
|
name: string;
|
|
1352
1573
|
purchaseOrder: {
|
|
1353
1574
|
remark?: string | null | undefined;
|
|
1354
1575
|
ref?: string | null | undefined;
|
|
1355
1576
|
items: {
|
|
1577
|
+
subItems?: {
|
|
1578
|
+
measurement?: {
|
|
1579
|
+
id: string;
|
|
1580
|
+
name: string;
|
|
1581
|
+
abbrev: string;
|
|
1582
|
+
conversion: {
|
|
1583
|
+
amount: number;
|
|
1584
|
+
precision: number;
|
|
1585
|
+
};
|
|
1586
|
+
} | null | undefined;
|
|
1587
|
+
totalCost?: {
|
|
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";
|
|
1589
|
+
amount: number;
|
|
1590
|
+
precision: number;
|
|
1591
|
+
} | null | undefined;
|
|
1592
|
+
minimumQuantity?: {
|
|
1593
|
+
amount: number;
|
|
1594
|
+
precision: number;
|
|
1595
|
+
} | null | undefined;
|
|
1596
|
+
maximumQuantity?: {
|
|
1597
|
+
amount: number;
|
|
1598
|
+
precision: number;
|
|
1599
|
+
} | null | undefined;
|
|
1600
|
+
code: string;
|
|
1601
|
+
id: string;
|
|
1602
|
+
name: string;
|
|
1603
|
+
quantity: {
|
|
1604
|
+
amount: number;
|
|
1605
|
+
precision: number;
|
|
1606
|
+
};
|
|
1607
|
+
quantityStep: {
|
|
1608
|
+
amount: number;
|
|
1609
|
+
precision: number;
|
|
1610
|
+
};
|
|
1611
|
+
}[] | null | undefined;
|
|
1356
1612
|
measurement?: {
|
|
1357
1613
|
id: string;
|
|
1358
1614
|
name: string;
|
|
@@ -1376,6 +1632,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1376
1632
|
precision: number;
|
|
1377
1633
|
} | null | undefined;
|
|
1378
1634
|
sku: {
|
|
1635
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1379
1636
|
trackingMeasurement?: string | null | undefined;
|
|
1380
1637
|
convert?: {
|
|
1381
1638
|
measurement?: string | null | undefined;
|
|
@@ -1419,7 +1676,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1419
1676
|
low: number;
|
|
1420
1677
|
mid: number;
|
|
1421
1678
|
} | null | undefined;
|
|
1422
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1423
1679
|
unit: {
|
|
1424
1680
|
_id: string;
|
|
1425
1681
|
name: string;
|
|
@@ -1489,6 +1745,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1489
1745
|
};
|
|
1490
1746
|
};
|
|
1491
1747
|
} | null | undefined;
|
|
1748
|
+
returnPoIds?: string[] | null | undefined;
|
|
1749
|
+
isReturnPo?: boolean | null | undefined;
|
|
1492
1750
|
request?: {
|
|
1493
1751
|
id: string;
|
|
1494
1752
|
adjustmentIds: string[];
|
|
@@ -1508,6 +1766,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1508
1766
|
amount: number;
|
|
1509
1767
|
precision: number;
|
|
1510
1768
|
} | null | undefined;
|
|
1769
|
+
subItems?: {
|
|
1770
|
+
cost?: {
|
|
1771
|
+
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";
|
|
1772
|
+
amount: number;
|
|
1773
|
+
precision: number;
|
|
1774
|
+
} | null | undefined;
|
|
1775
|
+
measurement?: {
|
|
1776
|
+
id: string;
|
|
1777
|
+
name: string;
|
|
1778
|
+
abbrev: string;
|
|
1779
|
+
conversion: {
|
|
1780
|
+
amount: number;
|
|
1781
|
+
precision: number;
|
|
1782
|
+
};
|
|
1783
|
+
} | null | undefined;
|
|
1784
|
+
code: string;
|
|
1785
|
+
amount: {
|
|
1786
|
+
amount: number;
|
|
1787
|
+
precision: number;
|
|
1788
|
+
};
|
|
1789
|
+
id: string;
|
|
1790
|
+
name: string;
|
|
1791
|
+
}[] | null | undefined;
|
|
1511
1792
|
measurement?: {
|
|
1512
1793
|
id: string;
|
|
1513
1794
|
name: string;
|
|
@@ -1518,6 +1799,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1518
1799
|
};
|
|
1519
1800
|
} | null | undefined;
|
|
1520
1801
|
sku: {
|
|
1802
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1521
1803
|
trackingMeasurement?: string | null | undefined;
|
|
1522
1804
|
convert?: {
|
|
1523
1805
|
measurement?: string | null | undefined;
|
|
@@ -1561,7 +1843,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1561
1843
|
low: number;
|
|
1562
1844
|
mid: number;
|
|
1563
1845
|
} | null | undefined;
|
|
1564
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1565
1846
|
unit: {
|
|
1566
1847
|
_id: string;
|
|
1567
1848
|
name: string;
|
|
@@ -1593,6 +1874,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1593
1874
|
_id: string;
|
|
1594
1875
|
seqNumber: number;
|
|
1595
1876
|
items: {
|
|
1877
|
+
subItems?: {
|
|
1878
|
+
measurement?: {
|
|
1879
|
+
id: string;
|
|
1880
|
+
name: string;
|
|
1881
|
+
abbrev: string;
|
|
1882
|
+
conversion: {
|
|
1883
|
+
amount: number;
|
|
1884
|
+
precision: number;
|
|
1885
|
+
};
|
|
1886
|
+
} | null | undefined;
|
|
1887
|
+
totalCost?: {
|
|
1888
|
+
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";
|
|
1889
|
+
amount: number;
|
|
1890
|
+
precision: number;
|
|
1891
|
+
} | null | undefined;
|
|
1892
|
+
code: string;
|
|
1893
|
+
id: string;
|
|
1894
|
+
name: string;
|
|
1895
|
+
quantity: {
|
|
1896
|
+
amount: number;
|
|
1897
|
+
precision: number;
|
|
1898
|
+
};
|
|
1899
|
+
}[] | null | undefined;
|
|
1596
1900
|
measurement?: {
|
|
1597
1901
|
id: string;
|
|
1598
1902
|
name: string;
|
|
@@ -1608,6 +1912,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1608
1912
|
precision: number;
|
|
1609
1913
|
} | null | undefined;
|
|
1610
1914
|
sku: {
|
|
1915
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1611
1916
|
trackingMeasurement?: string | null | undefined;
|
|
1612
1917
|
convert?: {
|
|
1613
1918
|
measurement?: string | null | undefined;
|
|
@@ -1651,7 +1956,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1651
1956
|
low: number;
|
|
1652
1957
|
mid: number;
|
|
1653
1958
|
} | null | undefined;
|
|
1654
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1655
1959
|
unit: {
|
|
1656
1960
|
_id: string;
|
|
1657
1961
|
name: string;
|
|
@@ -1717,11 +2021,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1717
2021
|
};
|
|
1718
2022
|
deliveryOrder: {
|
|
1719
2023
|
remark?: string | null | undefined;
|
|
2024
|
+
id?: string | null | undefined;
|
|
1720
2025
|
adjustment?: string | null | undefined;
|
|
1721
2026
|
fullfillmentId?: string | null | undefined;
|
|
1722
2027
|
netSuite?: {
|
|
1723
2028
|
refNo?: string | null | undefined;
|
|
1724
|
-
id: string;
|
|
2029
|
+
id: string | number;
|
|
1725
2030
|
} | null | undefined;
|
|
1726
2031
|
received: {
|
|
1727
2032
|
cost?: {
|
|
@@ -1729,6 +2034,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1729
2034
|
amount: number;
|
|
1730
2035
|
precision: number;
|
|
1731
2036
|
} | null | undefined;
|
|
2037
|
+
subItems?: {
|
|
2038
|
+
cost?: {
|
|
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";
|
|
2040
|
+
amount: number;
|
|
2041
|
+
precision: number;
|
|
2042
|
+
} | null | undefined;
|
|
2043
|
+
measurement?: {
|
|
2044
|
+
id: string;
|
|
2045
|
+
name: string;
|
|
2046
|
+
abbrev: string;
|
|
2047
|
+
conversion: {
|
|
2048
|
+
amount: number;
|
|
2049
|
+
precision: number;
|
|
2050
|
+
};
|
|
2051
|
+
} | null | undefined;
|
|
2052
|
+
code: string;
|
|
2053
|
+
amount: {
|
|
2054
|
+
amount: number;
|
|
2055
|
+
precision: number;
|
|
2056
|
+
};
|
|
2057
|
+
id: string;
|
|
2058
|
+
name: string;
|
|
2059
|
+
}[] | null | undefined;
|
|
1732
2060
|
measurement?: {
|
|
1733
2061
|
id: string;
|
|
1734
2062
|
name: string;
|
|
@@ -1739,6 +2067,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1739
2067
|
};
|
|
1740
2068
|
} | null | undefined;
|
|
1741
2069
|
sku: {
|
|
2070
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1742
2071
|
trackingMeasurement?: string | null | undefined;
|
|
1743
2072
|
convert?: {
|
|
1744
2073
|
measurement?: string | null | undefined;
|
|
@@ -1782,7 +2111,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1782
2111
|
low: number;
|
|
1783
2112
|
mid: number;
|
|
1784
2113
|
} | null | undefined;
|
|
1785
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
1786
2114
|
unit: {
|
|
1787
2115
|
_id: string;
|
|
1788
2116
|
name: string;
|
|
@@ -1814,7 +2142,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1814
2142
|
createdAt: string;
|
|
1815
2143
|
deliveryOrderNumber: string;
|
|
1816
2144
|
}[];
|
|
1817
|
-
}, unknown>): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2145
|
+
} & RevisionIdMeta, unknown>): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1818
2146
|
[key: string]: any;
|
|
1819
2147
|
}>;
|
|
1820
2148
|
enableSorting: false;
|
|
@@ -1895,6 +2223,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1895
2223
|
acceptRequest: boolean;
|
|
1896
2224
|
dbName: string;
|
|
1897
2225
|
doc: {
|
|
2226
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1898
2227
|
_id: string;
|
|
1899
2228
|
businessId: string;
|
|
1900
2229
|
profile: {
|
|
@@ -1976,12 +2305,48 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1976
2305
|
};
|
|
1977
2306
|
};
|
|
1978
2307
|
}[] | null | undefined;
|
|
2308
|
+
locationTags?: string[] | null | undefined;
|
|
1979
2309
|
_id: string;
|
|
1980
2310
|
name: string;
|
|
1981
2311
|
purchaseOrder: {
|
|
1982
2312
|
remark?: string | null | undefined;
|
|
1983
2313
|
ref?: string | null | undefined;
|
|
1984
2314
|
items: {
|
|
2315
|
+
subItems?: {
|
|
2316
|
+
measurement?: {
|
|
2317
|
+
id: string;
|
|
2318
|
+
name: string;
|
|
2319
|
+
abbrev: string;
|
|
2320
|
+
conversion: {
|
|
2321
|
+
amount: number;
|
|
2322
|
+
precision: number;
|
|
2323
|
+
};
|
|
2324
|
+
} | null | undefined;
|
|
2325
|
+
totalCost?: {
|
|
2326
|
+
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";
|
|
2327
|
+
amount: number;
|
|
2328
|
+
precision: number;
|
|
2329
|
+
} | null | undefined;
|
|
2330
|
+
minimumQuantity?: {
|
|
2331
|
+
amount: number;
|
|
2332
|
+
precision: number;
|
|
2333
|
+
} | null | undefined;
|
|
2334
|
+
maximumQuantity?: {
|
|
2335
|
+
amount: number;
|
|
2336
|
+
precision: number;
|
|
2337
|
+
} | null | undefined;
|
|
2338
|
+
code: string;
|
|
2339
|
+
id: string;
|
|
2340
|
+
name: string;
|
|
2341
|
+
quantity: {
|
|
2342
|
+
amount: number;
|
|
2343
|
+
precision: number;
|
|
2344
|
+
};
|
|
2345
|
+
quantityStep: {
|
|
2346
|
+
amount: number;
|
|
2347
|
+
precision: number;
|
|
2348
|
+
};
|
|
2349
|
+
}[] | null | undefined;
|
|
1985
2350
|
measurement?: {
|
|
1986
2351
|
id: string;
|
|
1987
2352
|
name: string;
|
|
@@ -2005,6 +2370,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2005
2370
|
precision: number;
|
|
2006
2371
|
} | null | undefined;
|
|
2007
2372
|
sku: {
|
|
2373
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2008
2374
|
trackingMeasurement?: string | null | undefined;
|
|
2009
2375
|
convert?: {
|
|
2010
2376
|
measurement?: string | null | undefined;
|
|
@@ -2048,7 +2414,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2048
2414
|
low: number;
|
|
2049
2415
|
mid: number;
|
|
2050
2416
|
} | null | undefined;
|
|
2051
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2052
2417
|
unit: {
|
|
2053
2418
|
_id: string;
|
|
2054
2419
|
name: string;
|
|
@@ -2118,6 +2483,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2118
2483
|
};
|
|
2119
2484
|
};
|
|
2120
2485
|
} | null | undefined;
|
|
2486
|
+
returnPoIds?: string[] | null | undefined;
|
|
2487
|
+
isReturnPo?: boolean | null | undefined;
|
|
2121
2488
|
request?: {
|
|
2122
2489
|
id: string;
|
|
2123
2490
|
adjustmentIds: string[];
|
|
@@ -2137,6 +2504,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2137
2504
|
amount: number;
|
|
2138
2505
|
precision: number;
|
|
2139
2506
|
} | null | undefined;
|
|
2507
|
+
subItems?: {
|
|
2508
|
+
cost?: {
|
|
2509
|
+
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";
|
|
2510
|
+
amount: number;
|
|
2511
|
+
precision: number;
|
|
2512
|
+
} | null | undefined;
|
|
2513
|
+
measurement?: {
|
|
2514
|
+
id: string;
|
|
2515
|
+
name: string;
|
|
2516
|
+
abbrev: string;
|
|
2517
|
+
conversion: {
|
|
2518
|
+
amount: number;
|
|
2519
|
+
precision: number;
|
|
2520
|
+
};
|
|
2521
|
+
} | null | undefined;
|
|
2522
|
+
code: string;
|
|
2523
|
+
amount: {
|
|
2524
|
+
amount: number;
|
|
2525
|
+
precision: number;
|
|
2526
|
+
};
|
|
2527
|
+
id: string;
|
|
2528
|
+
name: string;
|
|
2529
|
+
}[] | null | undefined;
|
|
2140
2530
|
measurement?: {
|
|
2141
2531
|
id: string;
|
|
2142
2532
|
name: string;
|
|
@@ -2147,6 +2537,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2147
2537
|
};
|
|
2148
2538
|
} | null | undefined;
|
|
2149
2539
|
sku: {
|
|
2540
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2150
2541
|
trackingMeasurement?: string | null | undefined;
|
|
2151
2542
|
convert?: {
|
|
2152
2543
|
measurement?: string | null | undefined;
|
|
@@ -2190,7 +2581,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2190
2581
|
low: number;
|
|
2191
2582
|
mid: number;
|
|
2192
2583
|
} | null | undefined;
|
|
2193
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2194
2584
|
unit: {
|
|
2195
2585
|
_id: string;
|
|
2196
2586
|
name: string;
|
|
@@ -2222,6 +2612,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2222
2612
|
_id: string;
|
|
2223
2613
|
seqNumber: number;
|
|
2224
2614
|
items: {
|
|
2615
|
+
subItems?: {
|
|
2616
|
+
measurement?: {
|
|
2617
|
+
id: string;
|
|
2618
|
+
name: string;
|
|
2619
|
+
abbrev: string;
|
|
2620
|
+
conversion: {
|
|
2621
|
+
amount: number;
|
|
2622
|
+
precision: number;
|
|
2623
|
+
};
|
|
2624
|
+
} | null | undefined;
|
|
2625
|
+
totalCost?: {
|
|
2626
|
+
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";
|
|
2627
|
+
amount: number;
|
|
2628
|
+
precision: number;
|
|
2629
|
+
} | null | undefined;
|
|
2630
|
+
code: string;
|
|
2631
|
+
id: string;
|
|
2632
|
+
name: string;
|
|
2633
|
+
quantity: {
|
|
2634
|
+
amount: number;
|
|
2635
|
+
precision: number;
|
|
2636
|
+
};
|
|
2637
|
+
}[] | null | undefined;
|
|
2225
2638
|
measurement?: {
|
|
2226
2639
|
id: string;
|
|
2227
2640
|
name: string;
|
|
@@ -2237,6 +2650,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2237
2650
|
precision: number;
|
|
2238
2651
|
} | null | undefined;
|
|
2239
2652
|
sku: {
|
|
2653
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2240
2654
|
trackingMeasurement?: string | null | undefined;
|
|
2241
2655
|
convert?: {
|
|
2242
2656
|
measurement?: string | null | undefined;
|
|
@@ -2280,7 +2694,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2280
2694
|
low: number;
|
|
2281
2695
|
mid: number;
|
|
2282
2696
|
} | null | undefined;
|
|
2283
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2284
2697
|
unit: {
|
|
2285
2698
|
_id: string;
|
|
2286
2699
|
name: string;
|
|
@@ -2346,11 +2759,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2346
2759
|
};
|
|
2347
2760
|
deliveryOrder: {
|
|
2348
2761
|
remark?: string | null | undefined;
|
|
2762
|
+
id?: string | null | undefined;
|
|
2349
2763
|
adjustment?: string | null | undefined;
|
|
2350
2764
|
fullfillmentId?: string | null | undefined;
|
|
2351
2765
|
netSuite?: {
|
|
2352
2766
|
refNo?: string | null | undefined;
|
|
2353
|
-
id: string;
|
|
2767
|
+
id: string | number;
|
|
2354
2768
|
} | null | undefined;
|
|
2355
2769
|
received: {
|
|
2356
2770
|
cost?: {
|
|
@@ -2358,6 +2772,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2358
2772
|
amount: number;
|
|
2359
2773
|
precision: number;
|
|
2360
2774
|
} | null | undefined;
|
|
2775
|
+
subItems?: {
|
|
2776
|
+
cost?: {
|
|
2777
|
+
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";
|
|
2778
|
+
amount: number;
|
|
2779
|
+
precision: number;
|
|
2780
|
+
} | null | undefined;
|
|
2781
|
+
measurement?: {
|
|
2782
|
+
id: string;
|
|
2783
|
+
name: string;
|
|
2784
|
+
abbrev: string;
|
|
2785
|
+
conversion: {
|
|
2786
|
+
amount: number;
|
|
2787
|
+
precision: number;
|
|
2788
|
+
};
|
|
2789
|
+
} | null | undefined;
|
|
2790
|
+
code: string;
|
|
2791
|
+
amount: {
|
|
2792
|
+
amount: number;
|
|
2793
|
+
precision: number;
|
|
2794
|
+
};
|
|
2795
|
+
id: string;
|
|
2796
|
+
name: string;
|
|
2797
|
+
}[] | null | undefined;
|
|
2361
2798
|
measurement?: {
|
|
2362
2799
|
id: string;
|
|
2363
2800
|
name: string;
|
|
@@ -2368,6 +2805,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2368
2805
|
};
|
|
2369
2806
|
} | null | undefined;
|
|
2370
2807
|
sku: {
|
|
2808
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2371
2809
|
trackingMeasurement?: string | null | undefined;
|
|
2372
2810
|
convert?: {
|
|
2373
2811
|
measurement?: string | null | undefined;
|
|
@@ -2411,7 +2849,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2411
2849
|
low: number;
|
|
2412
2850
|
mid: number;
|
|
2413
2851
|
} | null | undefined;
|
|
2414
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2415
2852
|
unit: {
|
|
2416
2853
|
_id: string;
|
|
2417
2854
|
name: string;
|
|
@@ -2549,6 +2986,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2549
2986
|
acceptRequest: boolean;
|
|
2550
2987
|
dbName: string;
|
|
2551
2988
|
doc: {
|
|
2989
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2552
2990
|
_id: string;
|
|
2553
2991
|
businessId: string;
|
|
2554
2992
|
profile: {
|
|
@@ -2630,12 +3068,48 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2630
3068
|
};
|
|
2631
3069
|
};
|
|
2632
3070
|
}[] | null | undefined;
|
|
3071
|
+
locationTags?: string[] | null | undefined;
|
|
2633
3072
|
_id: string;
|
|
2634
3073
|
name: string;
|
|
2635
3074
|
purchaseOrder: {
|
|
2636
3075
|
remark?: string | null | undefined;
|
|
2637
3076
|
ref?: string | null | undefined;
|
|
2638
3077
|
items: {
|
|
3078
|
+
subItems?: {
|
|
3079
|
+
measurement?: {
|
|
3080
|
+
id: string;
|
|
3081
|
+
name: string;
|
|
3082
|
+
abbrev: string;
|
|
3083
|
+
conversion: {
|
|
3084
|
+
amount: number;
|
|
3085
|
+
precision: number;
|
|
3086
|
+
};
|
|
3087
|
+
} | null | undefined;
|
|
3088
|
+
totalCost?: {
|
|
3089
|
+
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";
|
|
3090
|
+
amount: number;
|
|
3091
|
+
precision: number;
|
|
3092
|
+
} | null | undefined;
|
|
3093
|
+
minimumQuantity?: {
|
|
3094
|
+
amount: number;
|
|
3095
|
+
precision: number;
|
|
3096
|
+
} | null | undefined;
|
|
3097
|
+
maximumQuantity?: {
|
|
3098
|
+
amount: number;
|
|
3099
|
+
precision: number;
|
|
3100
|
+
} | null | undefined;
|
|
3101
|
+
code: string;
|
|
3102
|
+
id: string;
|
|
3103
|
+
name: string;
|
|
3104
|
+
quantity: {
|
|
3105
|
+
amount: number;
|
|
3106
|
+
precision: number;
|
|
3107
|
+
};
|
|
3108
|
+
quantityStep: {
|
|
3109
|
+
amount: number;
|
|
3110
|
+
precision: number;
|
|
3111
|
+
};
|
|
3112
|
+
}[] | null | undefined;
|
|
2639
3113
|
measurement?: {
|
|
2640
3114
|
id: string;
|
|
2641
3115
|
name: string;
|
|
@@ -2659,6 +3133,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2659
3133
|
precision: number;
|
|
2660
3134
|
} | null | undefined;
|
|
2661
3135
|
sku: {
|
|
3136
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2662
3137
|
trackingMeasurement?: string | null | undefined;
|
|
2663
3138
|
convert?: {
|
|
2664
3139
|
measurement?: string | null | undefined;
|
|
@@ -2702,7 +3177,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2702
3177
|
low: number;
|
|
2703
3178
|
mid: number;
|
|
2704
3179
|
} | null | undefined;
|
|
2705
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2706
3180
|
unit: {
|
|
2707
3181
|
_id: string;
|
|
2708
3182
|
name: string;
|
|
@@ -2772,6 +3246,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2772
3246
|
};
|
|
2773
3247
|
};
|
|
2774
3248
|
} | null | undefined;
|
|
3249
|
+
returnPoIds?: string[] | null | undefined;
|
|
3250
|
+
isReturnPo?: boolean | null | undefined;
|
|
2775
3251
|
request?: {
|
|
2776
3252
|
id: string;
|
|
2777
3253
|
adjustmentIds: string[];
|
|
@@ -2791,6 +3267,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2791
3267
|
amount: number;
|
|
2792
3268
|
precision: number;
|
|
2793
3269
|
} | null | undefined;
|
|
3270
|
+
subItems?: {
|
|
3271
|
+
cost?: {
|
|
3272
|
+
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";
|
|
3273
|
+
amount: number;
|
|
3274
|
+
precision: number;
|
|
3275
|
+
} | null | undefined;
|
|
3276
|
+
measurement?: {
|
|
3277
|
+
id: string;
|
|
3278
|
+
name: string;
|
|
3279
|
+
abbrev: string;
|
|
3280
|
+
conversion: {
|
|
3281
|
+
amount: number;
|
|
3282
|
+
precision: number;
|
|
3283
|
+
};
|
|
3284
|
+
} | null | undefined;
|
|
3285
|
+
code: string;
|
|
3286
|
+
amount: {
|
|
3287
|
+
amount: number;
|
|
3288
|
+
precision: number;
|
|
3289
|
+
};
|
|
3290
|
+
id: string;
|
|
3291
|
+
name: string;
|
|
3292
|
+
}[] | null | undefined;
|
|
2794
3293
|
measurement?: {
|
|
2795
3294
|
id: string;
|
|
2796
3295
|
name: string;
|
|
@@ -2801,6 +3300,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2801
3300
|
};
|
|
2802
3301
|
} | null | undefined;
|
|
2803
3302
|
sku: {
|
|
3303
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2804
3304
|
trackingMeasurement?: string | null | undefined;
|
|
2805
3305
|
convert?: {
|
|
2806
3306
|
measurement?: string | null | undefined;
|
|
@@ -2844,7 +3344,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2844
3344
|
low: number;
|
|
2845
3345
|
mid: number;
|
|
2846
3346
|
} | null | undefined;
|
|
2847
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2848
3347
|
unit: {
|
|
2849
3348
|
_id: string;
|
|
2850
3349
|
name: string;
|
|
@@ -2876,6 +3375,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2876
3375
|
_id: string;
|
|
2877
3376
|
seqNumber: number;
|
|
2878
3377
|
items: {
|
|
3378
|
+
subItems?: {
|
|
3379
|
+
measurement?: {
|
|
3380
|
+
id: string;
|
|
3381
|
+
name: string;
|
|
3382
|
+
abbrev: string;
|
|
3383
|
+
conversion: {
|
|
3384
|
+
amount: number;
|
|
3385
|
+
precision: number;
|
|
3386
|
+
};
|
|
3387
|
+
} | null | undefined;
|
|
3388
|
+
totalCost?: {
|
|
3389
|
+
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";
|
|
3390
|
+
amount: number;
|
|
3391
|
+
precision: number;
|
|
3392
|
+
} | null | undefined;
|
|
3393
|
+
code: string;
|
|
3394
|
+
id: string;
|
|
3395
|
+
name: string;
|
|
3396
|
+
quantity: {
|
|
3397
|
+
amount: number;
|
|
3398
|
+
precision: number;
|
|
3399
|
+
};
|
|
3400
|
+
}[] | null | undefined;
|
|
2879
3401
|
measurement?: {
|
|
2880
3402
|
id: string;
|
|
2881
3403
|
name: string;
|
|
@@ -2891,6 +3413,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2891
3413
|
precision: number;
|
|
2892
3414
|
} | null | undefined;
|
|
2893
3415
|
sku: {
|
|
3416
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2894
3417
|
trackingMeasurement?: string | null | undefined;
|
|
2895
3418
|
convert?: {
|
|
2896
3419
|
measurement?: string | null | undefined;
|
|
@@ -2934,7 +3457,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2934
3457
|
low: number;
|
|
2935
3458
|
mid: number;
|
|
2936
3459
|
} | null | undefined;
|
|
2937
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
2938
3460
|
unit: {
|
|
2939
3461
|
_id: string;
|
|
2940
3462
|
name: string;
|
|
@@ -3000,11 +3522,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3000
3522
|
};
|
|
3001
3523
|
deliveryOrder: {
|
|
3002
3524
|
remark?: string | null | undefined;
|
|
3525
|
+
id?: string | null | undefined;
|
|
3003
3526
|
adjustment?: string | null | undefined;
|
|
3004
3527
|
fullfillmentId?: string | null | undefined;
|
|
3005
3528
|
netSuite?: {
|
|
3006
3529
|
refNo?: string | null | undefined;
|
|
3007
|
-
id: string;
|
|
3530
|
+
id: string | number;
|
|
3008
3531
|
} | null | undefined;
|
|
3009
3532
|
received: {
|
|
3010
3533
|
cost?: {
|
|
@@ -3012,6 +3535,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3012
3535
|
amount: number;
|
|
3013
3536
|
precision: number;
|
|
3014
3537
|
} | null | undefined;
|
|
3538
|
+
subItems?: {
|
|
3539
|
+
cost?: {
|
|
3540
|
+
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";
|
|
3541
|
+
amount: number;
|
|
3542
|
+
precision: number;
|
|
3543
|
+
} | null | undefined;
|
|
3544
|
+
measurement?: {
|
|
3545
|
+
id: string;
|
|
3546
|
+
name: string;
|
|
3547
|
+
abbrev: string;
|
|
3548
|
+
conversion: {
|
|
3549
|
+
amount: number;
|
|
3550
|
+
precision: number;
|
|
3551
|
+
};
|
|
3552
|
+
} | null | undefined;
|
|
3553
|
+
code: string;
|
|
3554
|
+
amount: {
|
|
3555
|
+
amount: number;
|
|
3556
|
+
precision: number;
|
|
3557
|
+
};
|
|
3558
|
+
id: string;
|
|
3559
|
+
name: string;
|
|
3560
|
+
}[] | null | undefined;
|
|
3015
3561
|
measurement?: {
|
|
3016
3562
|
id: string;
|
|
3017
3563
|
name: string;
|
|
@@ -3022,6 +3568,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3022
3568
|
};
|
|
3023
3569
|
} | null | undefined;
|
|
3024
3570
|
sku: {
|
|
3571
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3025
3572
|
trackingMeasurement?: string | null | undefined;
|
|
3026
3573
|
convert?: {
|
|
3027
3574
|
measurement?: string | null | undefined;
|
|
@@ -3065,7 +3612,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3065
3612
|
low: number;
|
|
3066
3613
|
mid: number;
|
|
3067
3614
|
} | null | undefined;
|
|
3068
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3069
3615
|
unit: {
|
|
3070
3616
|
_id: string;
|
|
3071
3617
|
name: string;
|
|
@@ -3177,6 +3723,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3177
3723
|
acceptRequest: boolean;
|
|
3178
3724
|
dbName: string;
|
|
3179
3725
|
doc: {
|
|
3726
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3180
3727
|
_id: string;
|
|
3181
3728
|
businessId: string;
|
|
3182
3729
|
profile: {
|
|
@@ -3258,12 +3805,48 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3258
3805
|
};
|
|
3259
3806
|
};
|
|
3260
3807
|
}[] | null | undefined;
|
|
3808
|
+
locationTags?: string[] | null | undefined;
|
|
3261
3809
|
_id: string;
|
|
3262
3810
|
name: string;
|
|
3263
3811
|
purchaseOrder: {
|
|
3264
3812
|
remark?: string | null | undefined;
|
|
3265
3813
|
ref?: string | null | undefined;
|
|
3266
3814
|
items: {
|
|
3815
|
+
subItems?: {
|
|
3816
|
+
measurement?: {
|
|
3817
|
+
id: string;
|
|
3818
|
+
name: string;
|
|
3819
|
+
abbrev: string;
|
|
3820
|
+
conversion: {
|
|
3821
|
+
amount: number;
|
|
3822
|
+
precision: number;
|
|
3823
|
+
};
|
|
3824
|
+
} | null | undefined;
|
|
3825
|
+
totalCost?: {
|
|
3826
|
+
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";
|
|
3827
|
+
amount: number;
|
|
3828
|
+
precision: number;
|
|
3829
|
+
} | null | undefined;
|
|
3830
|
+
minimumQuantity?: {
|
|
3831
|
+
amount: number;
|
|
3832
|
+
precision: number;
|
|
3833
|
+
} | null | undefined;
|
|
3834
|
+
maximumQuantity?: {
|
|
3835
|
+
amount: number;
|
|
3836
|
+
precision: number;
|
|
3837
|
+
} | null | undefined;
|
|
3838
|
+
code: string;
|
|
3839
|
+
id: string;
|
|
3840
|
+
name: string;
|
|
3841
|
+
quantity: {
|
|
3842
|
+
amount: number;
|
|
3843
|
+
precision: number;
|
|
3844
|
+
};
|
|
3845
|
+
quantityStep: {
|
|
3846
|
+
amount: number;
|
|
3847
|
+
precision: number;
|
|
3848
|
+
};
|
|
3849
|
+
}[] | null | undefined;
|
|
3267
3850
|
measurement?: {
|
|
3268
3851
|
id: string;
|
|
3269
3852
|
name: string;
|
|
@@ -3287,6 +3870,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3287
3870
|
precision: number;
|
|
3288
3871
|
} | null | undefined;
|
|
3289
3872
|
sku: {
|
|
3873
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3290
3874
|
trackingMeasurement?: string | null | undefined;
|
|
3291
3875
|
convert?: {
|
|
3292
3876
|
measurement?: string | null | undefined;
|
|
@@ -3330,7 +3914,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3330
3914
|
low: number;
|
|
3331
3915
|
mid: number;
|
|
3332
3916
|
} | null | undefined;
|
|
3333
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3334
3917
|
unit: {
|
|
3335
3918
|
_id: string;
|
|
3336
3919
|
name: string;
|
|
@@ -3400,6 +3983,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3400
3983
|
};
|
|
3401
3984
|
};
|
|
3402
3985
|
} | null | undefined;
|
|
3986
|
+
returnPoIds?: string[] | null | undefined;
|
|
3987
|
+
isReturnPo?: boolean | null | undefined;
|
|
3403
3988
|
request?: {
|
|
3404
3989
|
id: string;
|
|
3405
3990
|
adjustmentIds: string[];
|
|
@@ -3419,6 +4004,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3419
4004
|
amount: number;
|
|
3420
4005
|
precision: number;
|
|
3421
4006
|
} | null | undefined;
|
|
4007
|
+
subItems?: {
|
|
4008
|
+
cost?: {
|
|
4009
|
+
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";
|
|
4010
|
+
amount: number;
|
|
4011
|
+
precision: number;
|
|
4012
|
+
} | null | undefined;
|
|
4013
|
+
measurement?: {
|
|
4014
|
+
id: string;
|
|
4015
|
+
name: string;
|
|
4016
|
+
abbrev: string;
|
|
4017
|
+
conversion: {
|
|
4018
|
+
amount: number;
|
|
4019
|
+
precision: number;
|
|
4020
|
+
};
|
|
4021
|
+
} | null | undefined;
|
|
4022
|
+
code: string;
|
|
4023
|
+
amount: {
|
|
4024
|
+
amount: number;
|
|
4025
|
+
precision: number;
|
|
4026
|
+
};
|
|
4027
|
+
id: string;
|
|
4028
|
+
name: string;
|
|
4029
|
+
}[] | null | undefined;
|
|
3422
4030
|
measurement?: {
|
|
3423
4031
|
id: string;
|
|
3424
4032
|
name: string;
|
|
@@ -3429,6 +4037,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3429
4037
|
};
|
|
3430
4038
|
} | null | undefined;
|
|
3431
4039
|
sku: {
|
|
4040
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3432
4041
|
trackingMeasurement?: string | null | undefined;
|
|
3433
4042
|
convert?: {
|
|
3434
4043
|
measurement?: string | null | undefined;
|
|
@@ -3472,7 +4081,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3472
4081
|
low: number;
|
|
3473
4082
|
mid: number;
|
|
3474
4083
|
} | null | undefined;
|
|
3475
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3476
4084
|
unit: {
|
|
3477
4085
|
_id: string;
|
|
3478
4086
|
name: string;
|
|
@@ -3504,6 +4112,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3504
4112
|
_id: string;
|
|
3505
4113
|
seqNumber: number;
|
|
3506
4114
|
items: {
|
|
4115
|
+
subItems?: {
|
|
4116
|
+
measurement?: {
|
|
4117
|
+
id: string;
|
|
4118
|
+
name: string;
|
|
4119
|
+
abbrev: string;
|
|
4120
|
+
conversion: {
|
|
4121
|
+
amount: number;
|
|
4122
|
+
precision: number;
|
|
4123
|
+
};
|
|
4124
|
+
} | null | undefined;
|
|
4125
|
+
totalCost?: {
|
|
4126
|
+
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";
|
|
4127
|
+
amount: number;
|
|
4128
|
+
precision: number;
|
|
4129
|
+
} | null | undefined;
|
|
4130
|
+
code: string;
|
|
4131
|
+
id: string;
|
|
4132
|
+
name: string;
|
|
4133
|
+
quantity: {
|
|
4134
|
+
amount: number;
|
|
4135
|
+
precision: number;
|
|
4136
|
+
};
|
|
4137
|
+
}[] | null | undefined;
|
|
3507
4138
|
measurement?: {
|
|
3508
4139
|
id: string;
|
|
3509
4140
|
name: string;
|
|
@@ -3519,6 +4150,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3519
4150
|
precision: number;
|
|
3520
4151
|
} | null | undefined;
|
|
3521
4152
|
sku: {
|
|
4153
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3522
4154
|
trackingMeasurement?: string | null | undefined;
|
|
3523
4155
|
convert?: {
|
|
3524
4156
|
measurement?: string | null | undefined;
|
|
@@ -3562,7 +4194,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3562
4194
|
low: number;
|
|
3563
4195
|
mid: number;
|
|
3564
4196
|
} | null | undefined;
|
|
3565
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3566
4197
|
unit: {
|
|
3567
4198
|
_id: string;
|
|
3568
4199
|
name: string;
|
|
@@ -3628,11 +4259,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3628
4259
|
};
|
|
3629
4260
|
deliveryOrder: {
|
|
3630
4261
|
remark?: string | null | undefined;
|
|
4262
|
+
id?: string | null | undefined;
|
|
3631
4263
|
adjustment?: string | null | undefined;
|
|
3632
4264
|
fullfillmentId?: string | null | undefined;
|
|
3633
4265
|
netSuite?: {
|
|
3634
4266
|
refNo?: string | null | undefined;
|
|
3635
|
-
id: string;
|
|
4267
|
+
id: string | number;
|
|
3636
4268
|
} | null | undefined;
|
|
3637
4269
|
received: {
|
|
3638
4270
|
cost?: {
|
|
@@ -3640,6 +4272,29 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3640
4272
|
amount: number;
|
|
3641
4273
|
precision: number;
|
|
3642
4274
|
} | null | undefined;
|
|
4275
|
+
subItems?: {
|
|
4276
|
+
cost?: {
|
|
4277
|
+
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";
|
|
4278
|
+
amount: number;
|
|
4279
|
+
precision: number;
|
|
4280
|
+
} | null | undefined;
|
|
4281
|
+
measurement?: {
|
|
4282
|
+
id: string;
|
|
4283
|
+
name: string;
|
|
4284
|
+
abbrev: string;
|
|
4285
|
+
conversion: {
|
|
4286
|
+
amount: number;
|
|
4287
|
+
precision: number;
|
|
4288
|
+
};
|
|
4289
|
+
} | null | undefined;
|
|
4290
|
+
code: string;
|
|
4291
|
+
amount: {
|
|
4292
|
+
amount: number;
|
|
4293
|
+
precision: number;
|
|
4294
|
+
};
|
|
4295
|
+
id: string;
|
|
4296
|
+
name: string;
|
|
4297
|
+
}[] | null | undefined;
|
|
3643
4298
|
measurement?: {
|
|
3644
4299
|
id: string;
|
|
3645
4300
|
name: string;
|
|
@@ -3650,6 +4305,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3650
4305
|
};
|
|
3651
4306
|
} | null | undefined;
|
|
3652
4307
|
sku: {
|
|
4308
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3653
4309
|
trackingMeasurement?: string | null | undefined;
|
|
3654
4310
|
convert?: {
|
|
3655
4311
|
measurement?: string | null | undefined;
|
|
@@ -3693,7 +4349,6 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3693
4349
|
low: number;
|
|
3694
4350
|
mid: number;
|
|
3695
4351
|
} | null | undefined;
|
|
3696
|
-
customAttributes?: Record<string, any> | null | undefined;
|
|
3697
4352
|
unit: {
|
|
3698
4353
|
_id: string;
|
|
3699
4354
|
name: string;
|