@feedmepos/mf-inventory-portal 0.0.23-dev.3 → 0.0.23-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-BREfwtck.js → App-Brc7GX7l.js} +85 -73
- package/dist/{ApprovalView-DCzLx24G.js → ApprovalView-CMRd7pcC.js} +24 -27
- package/dist/{BindingsDialog-CUcC8lue.js → BindingsDialog-DoakDtFI.js} +4 -4
- package/dist/{BindingsPicker-3VOdZBWI.js → BindingsPicker-BC3rjqKw.js} +8 -9
- package/dist/{BindingsTable-D5Lt6GOO.js → BindingsTable-xKRvhEV5.js} +18 -22
- package/dist/ClosingDraftView-DlaVbAHy.js +1190 -0
- package/dist/{ClosingTemplateView-CukthwOo.js → ClosingTemplateView-DFxLuV8k.js} +272 -286
- package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-DjGGEGQ9.js +282 -0
- package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-DigsIOB0.js → FmUnitInput.vue_vue_type_script_setup_true_lang-DNEwc797.js} +116 -114
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-DweLQVwq.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-DlM-xGKh.js} +5 -5
- package/dist/{IngredientGroupView-CkD8x2CP.js → IngredientGroupView-C4bL0O5L.js} +63 -69
- package/dist/IngredientsView-CfS8FgxA.js +1657 -0
- package/dist/{IntegrationView-BfeV07OO.js → IntegrationView-aSAeFNtp.js} +92 -95
- package/dist/{InventoryBindingForm-BsSmth0U.js → InventoryBindingForm-C7rIUyV1.js} +1 -1
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-CMV5e99K.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-Ba6WLcom.js} +25 -27
- package/dist/{InventoryBindingSummary-BHloDawE.js → InventoryBindingSummary-Ix92wSE6.js} +1 -1
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BjddpTCS.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-6BUIvm7C.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-BZBa_99i.js → PremiumBadge.vue_vue_type_script_setup_true_lang-Cd6LQ6Yz.js} +23 -24
- package/dist/{PurchaseOrderPrintPreview-CTdd-RuH.js → PurchaseOrderPrintPreview-DJSF8YaR.js} +13 -14
- package/dist/ReceiveRequestView-BUyShiP2.js +4188 -0
- package/dist/{RecipeView-CrmDQdc5.js → RecipeView-c0XB2_P8.js} +79 -85
- package/dist/{StockView-Xb3fQaiD.js → StockView-DNPNymCW.js} +1338 -1446
- package/dist/{SupplierView-CrtIiaz0.js → SupplierView-Cz0hgito.js} +2325 -787
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-ySR4KngR.js +1227 -0
- package/dist/TransferTemplateView-B7kzPdfT.js +1264 -0
- package/dist/{UnitView-C6BgrZ1G.js → UnitView-BKWbaZfc.js} +40 -44
- package/dist/{WarehouseView-Hhd76ybU.js → WarehouseView-BgE3teyT.js} +94 -100
- package/dist/api/adjustment-template.d.ts +23 -0
- package/dist/api/bill.d.ts +2 -2
- package/dist/api/closing-draft.d.ts +6 -0
- package/dist/api/closing.d.ts +1 -0
- package/dist/api/netsuite.d.ts +1 -1
- package/dist/app-Bkg0JUKr.js +84182 -0
- package/dist/app.d.ts +56 -0
- package/dist/app.js +2 -2
- package/dist/components/FmMinMaxInputRules.d.ts +4 -1
- package/dist/components/FmMultiselectDialogProps.d.ts +1 -0
- package/dist/components/row-action.enum.d.ts +1 -0
- package/dist/composable/defineDeepModel.d.ts +1 -1
- package/dist/{decimal-rPKr5T-H.js → decimal-CZ3lFF__.js} +1 -1
- package/dist/{feature-z95vJnA1.js → feature-By_PNrnn.js} +23 -9
- package/dist/format-unit-display-ZlJT10zr.js +1207 -0
- package/dist/index-B4nO9Djl.js +12087 -0
- package/dist/router/name.d.ts +2 -0
- package/dist/stock-DNajb8lV.js +125 -0
- package/dist/stores/feature.d.ts +2 -0
- package/dist/stores/integration/netsuite.d.ts +69 -1
- package/dist/stores/inventory.d.ts +1 -4
- package/dist/style.css +1 -1
- package/dist/{supplier-BixmjZyl.js → supplier-eaFF1izE.js} +15 -15
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-inventory-binding-dialog-BRygbm1p.js → use-inventory-binding-dialog-14JW4t6q.js} +10 -11
- package/dist/views/adjustment-template/import/AdjustmentTemplateImport.vue.d.ts +2 -0
- package/dist/views/adjustment-template/import/AdjustmentTemplateImportItem.vue.d.ts +18 -0
- package/dist/views/adjustment-template/import/export.d.ts +60 -0
- package/dist/views/adjustment-template/wastage-template/WastageTemplateDetails.vue.d.ts +2 -0
- package/dist/views/adjustment-template/wastage-template/WastageTemplateDialog.vue.d.ts +22 -0
- package/dist/views/adjustment-template/wastage-template/WastageTemplatePublish.vue.d.ts +6 -0
- package/dist/views/adjustment-template/wastage-template/WastageTemplateView.vue.d.ts +2 -0
- package/dist/views/adjustment-template/wastage-template/actions.d.ts +1295 -0
- package/dist/views/adjustment-template/wastage-template/form/WastageTemplateForm.vue.d.ts +16 -0
- package/dist/views/adjustment-template/wastage-template/form/WastageTemplateItemTable.vue.d.ts +35 -0
- package/dist/views/adjustment-template/wastage-template/form/useAdjustmentTemplateItems.d.ts +20 -0
- package/dist/views/adjustment-template/wastage-template/props.d.ts +29 -0
- package/dist/views/adjustment-template/wastage-template/table.d.ts +1273 -0
- package/dist/views/closing-draft/ClosingDraftView.vue.d.ts +2 -0
- package/dist/views/closing-draft/components/closing-draft-action/ClosingDraftAction.vue.d.ts +22 -0
- package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +621 -0
- package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +25 -0
- package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +3621 -0
- package/dist/views/closing-draft/helpers/draft-status-to-class-name.helper.d.ts +1 -0
- package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +19 -0
- package/dist/views/closing-draft/helpers/get-calculated-total.helper.d.ts +4 -0
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +24 -192
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +25 -193
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +34 -34
- package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +1 -0
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +54 -54
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +54 -54
- package/dist/views/receive-request/helper/check-netsuite-subsidiary.helper.d.ts +1 -0
- package/dist/views/stock/components/StockRecordCard.vue.d.ts +1 -1
- package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +2 -2
- package/dist/views/stock/helper/compute-summary-total.d.ts +2 -2
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +8 -8
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +96 -96
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +96 -96
- package/package.json +3 -3
- package/dist/FmDroppableField-8RzKjEdL.js +0 -154
- package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-Dwb3eBLo.js +0 -267
- package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CvtvzIt1.js +0 -436
- package/dist/FmMultiselectDialog-CKBcMDGC.js +0 -415
- package/dist/IngredientsView-DuK4YSD6.js +0 -1613
- package/dist/ReceiveRequestView-CgWNaYs1.js +0 -4104
- package/dist/TableActionableRow.vue_vue_type_script_setup_true_lang-DlNJ6kRg.js +0 -135
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-C9H41eg7.js +0 -1189
- package/dist/TransferTemplateView-Cc7VRbZ7.js +0 -1262
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
- package/dist/app-CwUHqg7h.js +0 -33462
- package/dist/date2-CHNm4ELK.js +0 -117
- package/dist/dayjs.min-FE3dpxHU.js +0 -282
- package/dist/defineDeepModel-Dc1zZzOi.js +0 -13
- package/dist/format-time-from-id-CaPj8EHN.js +0 -15
- package/dist/format-unit-display-Bkz5kW6p.js +0 -1198
- package/dist/fuzzy-DXqhGaFi.js +0 -41
- package/dist/index-BMJHz32O.js +0 -22277
- package/dist/index-Be5vGZdr.js +0 -45
- package/dist/index-D2juQPg6.js +0 -10545
- package/dist/netsuite-P0as0Moa.js +0 -194
- package/dist/normalizeArguments-DP7Hrren.js +0 -1552
- package/dist/row-action.enum-PMKMRrZR.js +0 -50
- package/dist/rules-BQz4NGht.js +0 -198
- package/dist/use-template-enabled-locations-2-Dd15d-ng.js +0 -86
- package/dist/xlsx-k2Rf0NcF.js +0 -24004
- package/dist/xlsx.util-CJxPf7XZ.js +0 -78
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function draftStatusToClassName(status: F_CLOSING_DRAFT_STATUS): "fm-status-badge-draft" | "fm-status-badge-processing" | "fm-status-badge-cancel" | "fm-status-badge-complete";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { FdoDecimal } from '@feedmepos/core/entity';
|
|
2
|
+
export interface DraftItemRow {
|
|
3
|
+
code: string;
|
|
4
|
+
name: string;
|
|
5
|
+
baseUnit: string;
|
|
6
|
+
baseUnitAmount: number;
|
|
7
|
+
physicalBalance: number;
|
|
8
|
+
systemBalance: number;
|
|
9
|
+
adjustedAmount: number;
|
|
10
|
+
adjustedDiffPercentage: number | null;
|
|
11
|
+
[key: string]: string | number | null;
|
|
12
|
+
}
|
|
13
|
+
export declare function draftItemToExcelRow(item: FdoClosingDraftItem, systemBalance: FdoDecimal): DraftItemRow;
|
|
14
|
+
export type ColIdHeader<T> = {
|
|
15
|
+
id: keyof T;
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
export declare function getExcelHeaders(measurementColumns: number): ColIdHeader<DraftItemRow>[];
|
|
19
|
+
export declare function exportDraft(draft: FdoClosingDraft, skuBalances: FdoSkuBalance[]): string;
|
|
@@ -112,22 +112,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
112
112
|
};
|
|
113
113
|
}[] | null | undefined;
|
|
114
114
|
updatedBy?: {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
birthday?: string | null | undefined;
|
|
118
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
119
|
-
addresses?: {
|
|
120
|
-
name: string;
|
|
121
|
-
address: string;
|
|
122
|
-
coordinates: number[];
|
|
123
|
-
}[] | null | undefined;
|
|
124
|
-
photoURL?: string | null | undefined;
|
|
125
|
-
displayName?: string | null | undefined;
|
|
126
|
-
imported?: {
|
|
127
|
-
raw: Record<string, any>;
|
|
128
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
129
|
-
} | null | undefined;
|
|
130
|
-
_id: string;
|
|
115
|
+
name: string;
|
|
116
|
+
id: string;
|
|
131
117
|
} | null | undefined;
|
|
132
118
|
_id: string;
|
|
133
119
|
items: {
|
|
@@ -295,22 +281,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
295
281
|
};
|
|
296
282
|
}[] | null | undefined;
|
|
297
283
|
updatedBy?: {
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
birthday?: string | null | undefined;
|
|
301
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
302
|
-
addresses?: {
|
|
303
|
-
name: string;
|
|
304
|
-
address: string;
|
|
305
|
-
coordinates: number[];
|
|
306
|
-
}[] | null | undefined;
|
|
307
|
-
photoURL?: string | null | undefined;
|
|
308
|
-
displayName?: string | null | undefined;
|
|
309
|
-
imported?: {
|
|
310
|
-
raw: Record<string, any>;
|
|
311
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
312
|
-
} | null | undefined;
|
|
313
|
-
_id: string;
|
|
284
|
+
name: string;
|
|
285
|
+
id: string;
|
|
314
286
|
} | null | undefined;
|
|
315
287
|
_id: string;
|
|
316
288
|
items: {
|
|
@@ -478,22 +450,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
478
450
|
};
|
|
479
451
|
}[] | null | undefined;
|
|
480
452
|
updatedBy?: {
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
birthday?: string | null | undefined;
|
|
484
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
485
|
-
addresses?: {
|
|
486
|
-
name: string;
|
|
487
|
-
address: string;
|
|
488
|
-
coordinates: number[];
|
|
489
|
-
}[] | null | undefined;
|
|
490
|
-
photoURL?: string | null | undefined;
|
|
491
|
-
displayName?: string | null | undefined;
|
|
492
|
-
imported?: {
|
|
493
|
-
raw: Record<string, any>;
|
|
494
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
495
|
-
} | null | undefined;
|
|
496
|
-
_id: string;
|
|
453
|
+
name: string;
|
|
454
|
+
id: string;
|
|
497
455
|
} | null | undefined;
|
|
498
456
|
_id: string;
|
|
499
457
|
items: {
|
|
@@ -660,22 +618,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
660
618
|
};
|
|
661
619
|
}[] | null | undefined;
|
|
662
620
|
updatedBy?: {
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
birthday?: string | null | undefined;
|
|
666
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
667
|
-
addresses?: {
|
|
668
|
-
name: string;
|
|
669
|
-
address: string;
|
|
670
|
-
coordinates: number[];
|
|
671
|
-
}[] | null | undefined;
|
|
672
|
-
photoURL?: string | null | undefined;
|
|
673
|
-
displayName?: string | null | undefined;
|
|
674
|
-
imported?: {
|
|
675
|
-
raw: Record<string, any>;
|
|
676
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
677
|
-
} | null | undefined;
|
|
678
|
-
_id: string;
|
|
621
|
+
name: string;
|
|
622
|
+
id: string;
|
|
679
623
|
} | null | undefined;
|
|
680
624
|
_id: string;
|
|
681
625
|
items: {
|
|
@@ -851,22 +795,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
851
795
|
};
|
|
852
796
|
}[] | null | undefined;
|
|
853
797
|
updatedBy?: {
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
birthday?: string | null | undefined;
|
|
857
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
858
|
-
addresses?: {
|
|
859
|
-
name: string;
|
|
860
|
-
address: string;
|
|
861
|
-
coordinates: number[];
|
|
862
|
-
}[] | null | undefined;
|
|
863
|
-
photoURL?: string | null | undefined;
|
|
864
|
-
displayName?: string | null | undefined;
|
|
865
|
-
imported?: {
|
|
866
|
-
raw: Record<string, any>;
|
|
867
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
868
|
-
} | null | undefined;
|
|
869
|
-
_id: string;
|
|
798
|
+
name: string;
|
|
799
|
+
id: string;
|
|
870
800
|
} | null | undefined;
|
|
871
801
|
_id: string;
|
|
872
802
|
items: {
|
|
@@ -1034,22 +964,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1034
964
|
};
|
|
1035
965
|
}[] | null | undefined;
|
|
1036
966
|
updatedBy?: {
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
birthday?: string | null | undefined;
|
|
1040
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1041
|
-
addresses?: {
|
|
1042
|
-
name: string;
|
|
1043
|
-
address: string;
|
|
1044
|
-
coordinates: number[];
|
|
1045
|
-
}[] | null | undefined;
|
|
1046
|
-
photoURL?: string | null | undefined;
|
|
1047
|
-
displayName?: string | null | undefined;
|
|
1048
|
-
imported?: {
|
|
1049
|
-
raw: Record<string, any>;
|
|
1050
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1051
|
-
} | null | undefined;
|
|
1052
|
-
_id: string;
|
|
967
|
+
name: string;
|
|
968
|
+
id: string;
|
|
1053
969
|
} | null | undefined;
|
|
1054
970
|
_id: string;
|
|
1055
971
|
items: {
|
|
@@ -1217,22 +1133,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1217
1133
|
};
|
|
1218
1134
|
}[] | null | undefined;
|
|
1219
1135
|
updatedBy?: {
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
birthday?: string | null | undefined;
|
|
1223
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1224
|
-
addresses?: {
|
|
1225
|
-
name: string;
|
|
1226
|
-
address: string;
|
|
1227
|
-
coordinates: number[];
|
|
1228
|
-
}[] | null | undefined;
|
|
1229
|
-
photoURL?: string | null | undefined;
|
|
1230
|
-
displayName?: string | null | undefined;
|
|
1231
|
-
imported?: {
|
|
1232
|
-
raw: Record<string, any>;
|
|
1233
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1234
|
-
} | null | undefined;
|
|
1235
|
-
_id: string;
|
|
1136
|
+
name: string;
|
|
1137
|
+
id: string;
|
|
1236
1138
|
} | null | undefined;
|
|
1237
1139
|
_id: string;
|
|
1238
1140
|
items: {
|
|
@@ -1399,22 +1301,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1399
1301
|
};
|
|
1400
1302
|
}[] | null | undefined;
|
|
1401
1303
|
updatedBy?: {
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
birthday?: string | null | undefined;
|
|
1405
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1406
|
-
addresses?: {
|
|
1407
|
-
name: string;
|
|
1408
|
-
address: string;
|
|
1409
|
-
coordinates: number[];
|
|
1410
|
-
}[] | null | undefined;
|
|
1411
|
-
photoURL?: string | null | undefined;
|
|
1412
|
-
displayName?: string | null | undefined;
|
|
1413
|
-
imported?: {
|
|
1414
|
-
raw: Record<string, any>;
|
|
1415
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1416
|
-
} | null | undefined;
|
|
1417
|
-
_id: string;
|
|
1304
|
+
name: string;
|
|
1305
|
+
id: string;
|
|
1418
1306
|
} | null | undefined;
|
|
1419
1307
|
_id: string;
|
|
1420
1308
|
items: {
|
|
@@ -1590,22 +1478,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1590
1478
|
};
|
|
1591
1479
|
}[] | null | undefined;
|
|
1592
1480
|
updatedBy?: {
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
birthday?: string | null | undefined;
|
|
1596
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1597
|
-
addresses?: {
|
|
1598
|
-
name: string;
|
|
1599
|
-
address: string;
|
|
1600
|
-
coordinates: number[];
|
|
1601
|
-
}[] | null | undefined;
|
|
1602
|
-
photoURL?: string | null | undefined;
|
|
1603
|
-
displayName?: string | null | undefined;
|
|
1604
|
-
imported?: {
|
|
1605
|
-
raw: Record<string, any>;
|
|
1606
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1607
|
-
} | null | undefined;
|
|
1608
|
-
_id: string;
|
|
1481
|
+
name: string;
|
|
1482
|
+
id: string;
|
|
1609
1483
|
} | null | undefined;
|
|
1610
1484
|
_id: string;
|
|
1611
1485
|
items: {
|
|
@@ -1773,22 +1647,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1773
1647
|
};
|
|
1774
1648
|
}[] | null | undefined;
|
|
1775
1649
|
updatedBy?: {
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
birthday?: string | null | undefined;
|
|
1779
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1780
|
-
addresses?: {
|
|
1781
|
-
name: string;
|
|
1782
|
-
address: string;
|
|
1783
|
-
coordinates: number[];
|
|
1784
|
-
}[] | null | undefined;
|
|
1785
|
-
photoURL?: string | null | undefined;
|
|
1786
|
-
displayName?: string | null | undefined;
|
|
1787
|
-
imported?: {
|
|
1788
|
-
raw: Record<string, any>;
|
|
1789
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1790
|
-
} | null | undefined;
|
|
1791
|
-
_id: string;
|
|
1650
|
+
name: string;
|
|
1651
|
+
id: string;
|
|
1792
1652
|
} | null | undefined;
|
|
1793
1653
|
_id: string;
|
|
1794
1654
|
items: {
|
|
@@ -1956,22 +1816,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1956
1816
|
};
|
|
1957
1817
|
}[] | null | undefined;
|
|
1958
1818
|
updatedBy?: {
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
birthday?: string | null | undefined;
|
|
1962
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1963
|
-
addresses?: {
|
|
1964
|
-
name: string;
|
|
1965
|
-
address: string;
|
|
1966
|
-
coordinates: number[];
|
|
1967
|
-
}[] | null | undefined;
|
|
1968
|
-
photoURL?: string | null | undefined;
|
|
1969
|
-
displayName?: string | null | undefined;
|
|
1970
|
-
imported?: {
|
|
1971
|
-
raw: Record<string, any>;
|
|
1972
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1973
|
-
} | null | undefined;
|
|
1974
|
-
_id: string;
|
|
1819
|
+
name: string;
|
|
1820
|
+
id: string;
|
|
1975
1821
|
} | null | undefined;
|
|
1976
1822
|
_id: string;
|
|
1977
1823
|
items: {
|
|
@@ -2138,22 +1984,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
2138
1984
|
};
|
|
2139
1985
|
}[] | null | undefined;
|
|
2140
1986
|
updatedBy?: {
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
birthday?: string | null | undefined;
|
|
2144
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2145
|
-
addresses?: {
|
|
2146
|
-
name: string;
|
|
2147
|
-
address: string;
|
|
2148
|
-
coordinates: number[];
|
|
2149
|
-
}[] | null | undefined;
|
|
2150
|
-
photoURL?: string | null | undefined;
|
|
2151
|
-
displayName?: string | null | undefined;
|
|
2152
|
-
imported?: {
|
|
2153
|
-
raw: Record<string, any>;
|
|
2154
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2155
|
-
} | null | undefined;
|
|
2156
|
-
_id: string;
|
|
1987
|
+
name: string;
|
|
1988
|
+
id: string;
|
|
2157
1989
|
} | null | undefined;
|
|
2158
1990
|
_id: string;
|
|
2159
1991
|
items: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type ColumnDef } from '@feedmepos/ui-library';
|
|
2
2
|
import { type RecentPublish } from '@/api/closing-template';
|
|
3
3
|
import type { RevisionIdMeta } from '@feedmepos/inventory-core';
|
|
4
|
-
export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"
|
|
4
|
+
export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"closingTemplateTable", import("pinia")._UnwrapAll<Pick<{
|
|
5
5
|
columnDefs: ColumnDef<{
|
|
6
6
|
ref?: string | null | undefined;
|
|
7
7
|
_rev?: string | null | undefined;
|
|
@@ -94,22 +94,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
94
94
|
};
|
|
95
95
|
}[] | null | undefined;
|
|
96
96
|
updatedBy?: {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
birthday?: string | null | undefined;
|
|
100
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
101
|
-
addresses?: {
|
|
102
|
-
name: string;
|
|
103
|
-
address: string;
|
|
104
|
-
coordinates: number[];
|
|
105
|
-
}[] | null | undefined;
|
|
106
|
-
photoURL?: string | null | undefined;
|
|
107
|
-
displayName?: string | null | undefined;
|
|
108
|
-
imported?: {
|
|
109
|
-
raw: Record<string, any>;
|
|
110
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
111
|
-
} | null | undefined;
|
|
112
|
-
_id: string;
|
|
97
|
+
name: string;
|
|
98
|
+
id: string;
|
|
113
99
|
} | null | undefined;
|
|
114
100
|
_id: string;
|
|
115
101
|
items: {
|
|
@@ -293,22 +279,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
293
279
|
};
|
|
294
280
|
}[] | null | undefined;
|
|
295
281
|
updatedBy?: {
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
birthday?: string | null | undefined;
|
|
299
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
300
|
-
addresses?: {
|
|
301
|
-
name: string;
|
|
302
|
-
address: string;
|
|
303
|
-
coordinates: number[];
|
|
304
|
-
}[] | null | undefined;
|
|
305
|
-
photoURL?: string | null | undefined;
|
|
306
|
-
displayName?: string | null | undefined;
|
|
307
|
-
imported?: {
|
|
308
|
-
raw: Record<string, any>;
|
|
309
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
310
|
-
} | null | undefined;
|
|
311
|
-
_id: string;
|
|
282
|
+
name: string;
|
|
283
|
+
id: string;
|
|
312
284
|
} | null | undefined;
|
|
313
285
|
_id: string;
|
|
314
286
|
items: {
|
|
@@ -470,22 +442,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
470
442
|
};
|
|
471
443
|
}[] | null | undefined;
|
|
472
444
|
updatedBy?: {
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
birthday?: string | null | undefined;
|
|
476
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
477
|
-
addresses?: {
|
|
478
|
-
name: string;
|
|
479
|
-
address: string;
|
|
480
|
-
coordinates: number[];
|
|
481
|
-
}[] | null | undefined;
|
|
482
|
-
photoURL?: string | null | undefined;
|
|
483
|
-
displayName?: string | null | undefined;
|
|
484
|
-
imported?: {
|
|
485
|
-
raw: Record<string, any>;
|
|
486
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
487
|
-
} | null | undefined;
|
|
488
|
-
_id: string;
|
|
445
|
+
name: string;
|
|
446
|
+
id: string;
|
|
489
447
|
} | null | undefined;
|
|
490
448
|
_id: string;
|
|
491
449
|
items: {
|
|
@@ -647,22 +605,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
647
605
|
};
|
|
648
606
|
}[] | null | undefined;
|
|
649
607
|
updatedBy?: {
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
birthday?: string | null | undefined;
|
|
653
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
654
|
-
addresses?: {
|
|
655
|
-
name: string;
|
|
656
|
-
address: string;
|
|
657
|
-
coordinates: number[];
|
|
658
|
-
}[] | null | undefined;
|
|
659
|
-
photoURL?: string | null | undefined;
|
|
660
|
-
displayName?: string | null | undefined;
|
|
661
|
-
imported?: {
|
|
662
|
-
raw: Record<string, any>;
|
|
663
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
664
|
-
} | null | undefined;
|
|
665
|
-
_id: string;
|
|
608
|
+
name: string;
|
|
609
|
+
id: string;
|
|
666
610
|
} | null | undefined;
|
|
667
611
|
_id: string;
|
|
668
612
|
items: {
|
|
@@ -829,22 +773,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
829
773
|
};
|
|
830
774
|
}[] | null | undefined;
|
|
831
775
|
updatedBy?: {
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
birthday?: string | null | undefined;
|
|
835
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
836
|
-
addresses?: {
|
|
837
|
-
name: string;
|
|
838
|
-
address: string;
|
|
839
|
-
coordinates: number[];
|
|
840
|
-
}[] | null | undefined;
|
|
841
|
-
photoURL?: string | null | undefined;
|
|
842
|
-
displayName?: string | null | undefined;
|
|
843
|
-
imported?: {
|
|
844
|
-
raw: Record<string, any>;
|
|
845
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
846
|
-
} | null | undefined;
|
|
847
|
-
_id: string;
|
|
776
|
+
name: string;
|
|
777
|
+
id: string;
|
|
848
778
|
} | null | undefined;
|
|
849
779
|
_id: string;
|
|
850
780
|
items: {
|
|
@@ -1028,22 +958,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1028
958
|
};
|
|
1029
959
|
}[] | null | undefined;
|
|
1030
960
|
updatedBy?: {
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
birthday?: string | null | undefined;
|
|
1034
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1035
|
-
addresses?: {
|
|
1036
|
-
name: string;
|
|
1037
|
-
address: string;
|
|
1038
|
-
coordinates: number[];
|
|
1039
|
-
}[] | null | undefined;
|
|
1040
|
-
photoURL?: string | null | undefined;
|
|
1041
|
-
displayName?: string | null | undefined;
|
|
1042
|
-
imported?: {
|
|
1043
|
-
raw: Record<string, any>;
|
|
1044
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1045
|
-
} | null | undefined;
|
|
1046
|
-
_id: string;
|
|
961
|
+
name: string;
|
|
962
|
+
id: string;
|
|
1047
963
|
} | null | undefined;
|
|
1048
964
|
_id: string;
|
|
1049
965
|
items: {
|
|
@@ -1205,22 +1121,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1205
1121
|
};
|
|
1206
1122
|
}[] | null | undefined;
|
|
1207
1123
|
updatedBy?: {
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
birthday?: string | null | undefined;
|
|
1211
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1212
|
-
addresses?: {
|
|
1213
|
-
name: string;
|
|
1214
|
-
address: string;
|
|
1215
|
-
coordinates: number[];
|
|
1216
|
-
}[] | null | undefined;
|
|
1217
|
-
photoURL?: string | null | undefined;
|
|
1218
|
-
displayName?: string | null | undefined;
|
|
1219
|
-
imported?: {
|
|
1220
|
-
raw: Record<string, any>;
|
|
1221
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1222
|
-
} | null | undefined;
|
|
1223
|
-
_id: string;
|
|
1124
|
+
name: string;
|
|
1125
|
+
id: string;
|
|
1224
1126
|
} | null | undefined;
|
|
1225
1127
|
_id: string;
|
|
1226
1128
|
items: {
|
|
@@ -1382,22 +1284,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1382
1284
|
};
|
|
1383
1285
|
}[] | null | undefined;
|
|
1384
1286
|
updatedBy?: {
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
birthday?: string | null | undefined;
|
|
1388
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1389
|
-
addresses?: {
|
|
1390
|
-
name: string;
|
|
1391
|
-
address: string;
|
|
1392
|
-
coordinates: number[];
|
|
1393
|
-
}[] | null | undefined;
|
|
1394
|
-
photoURL?: string | null | undefined;
|
|
1395
|
-
displayName?: string | null | undefined;
|
|
1396
|
-
imported?: {
|
|
1397
|
-
raw: Record<string, any>;
|
|
1398
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1399
|
-
} | null | undefined;
|
|
1400
|
-
_id: string;
|
|
1287
|
+
name: string;
|
|
1288
|
+
id: string;
|
|
1401
1289
|
} | null | undefined;
|
|
1402
1290
|
_id: string;
|
|
1403
1291
|
items: {
|
|
@@ -1564,22 +1452,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1564
1452
|
};
|
|
1565
1453
|
}[] | null | undefined;
|
|
1566
1454
|
updatedBy?: {
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
birthday?: string | null | undefined;
|
|
1570
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1571
|
-
addresses?: {
|
|
1572
|
-
name: string;
|
|
1573
|
-
address: string;
|
|
1574
|
-
coordinates: number[];
|
|
1575
|
-
}[] | null | undefined;
|
|
1576
|
-
photoURL?: string | null | undefined;
|
|
1577
|
-
displayName?: string | null | undefined;
|
|
1578
|
-
imported?: {
|
|
1579
|
-
raw: Record<string, any>;
|
|
1580
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1581
|
-
} | null | undefined;
|
|
1582
|
-
_id: string;
|
|
1455
|
+
name: string;
|
|
1456
|
+
id: string;
|
|
1583
1457
|
} | null | undefined;
|
|
1584
1458
|
_id: string;
|
|
1585
1459
|
items: {
|
|
@@ -1763,22 +1637,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1763
1637
|
};
|
|
1764
1638
|
}[] | null | undefined;
|
|
1765
1639
|
updatedBy?: {
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
birthday?: string | null | undefined;
|
|
1769
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1770
|
-
addresses?: {
|
|
1771
|
-
name: string;
|
|
1772
|
-
address: string;
|
|
1773
|
-
coordinates: number[];
|
|
1774
|
-
}[] | null | undefined;
|
|
1775
|
-
photoURL?: string | null | undefined;
|
|
1776
|
-
displayName?: string | null | undefined;
|
|
1777
|
-
imported?: {
|
|
1778
|
-
raw: Record<string, any>;
|
|
1779
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1780
|
-
} | null | undefined;
|
|
1781
|
-
_id: string;
|
|
1640
|
+
name: string;
|
|
1641
|
+
id: string;
|
|
1782
1642
|
} | null | undefined;
|
|
1783
1643
|
_id: string;
|
|
1784
1644
|
items: {
|
|
@@ -1940,22 +1800,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1940
1800
|
};
|
|
1941
1801
|
}[] | null | undefined;
|
|
1942
1802
|
updatedBy?: {
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
birthday?: string | null | undefined;
|
|
1946
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1947
|
-
addresses?: {
|
|
1948
|
-
name: string;
|
|
1949
|
-
address: string;
|
|
1950
|
-
coordinates: number[];
|
|
1951
|
-
}[] | null | undefined;
|
|
1952
|
-
photoURL?: string | null | undefined;
|
|
1953
|
-
displayName?: string | null | undefined;
|
|
1954
|
-
imported?: {
|
|
1955
|
-
raw: Record<string, any>;
|
|
1956
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1957
|
-
} | null | undefined;
|
|
1958
|
-
_id: string;
|
|
1803
|
+
name: string;
|
|
1804
|
+
id: string;
|
|
1959
1805
|
} | null | undefined;
|
|
1960
1806
|
_id: string;
|
|
1961
1807
|
items: {
|
|
@@ -2117,22 +1963,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
2117
1963
|
};
|
|
2118
1964
|
}[] | null | undefined;
|
|
2119
1965
|
updatedBy?: {
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
birthday?: string | null | undefined;
|
|
2123
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2124
|
-
addresses?: {
|
|
2125
|
-
name: string;
|
|
2126
|
-
address: string;
|
|
2127
|
-
coordinates: number[];
|
|
2128
|
-
}[] | null | undefined;
|
|
2129
|
-
photoURL?: string | null | undefined;
|
|
2130
|
-
displayName?: string | null | undefined;
|
|
2131
|
-
imported?: {
|
|
2132
|
-
raw: Record<string, any>;
|
|
2133
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2134
|
-
} | null | undefined;
|
|
2135
|
-
_id: string;
|
|
1966
|
+
name: string;
|
|
1967
|
+
id: string;
|
|
2136
1968
|
} | null | undefined;
|
|
2137
1969
|
_id: string;
|
|
2138
1970
|
items: {
|