@feedmepos/mf-inventory-portal 0.0.22-dev.4 → 0.0.22-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ApprovalView-xF73Z1jN.js → ApprovalView-C3pfc3dI.js} +4 -4
- package/dist/{BindingsDialog-CCSAxGT4.js → BindingsDialog-B5Wslo-f.js} +1 -1
- package/dist/{BindingsPicker-ErFH0uEQ.js → BindingsPicker-DvI3H5lb.js} +1 -1
- package/dist/{BindingsTable-D8ffJgIJ.js → BindingsTable-B6yXjwVZ.js} +1 -1
- package/dist/{ClosingTemplateView-DdZlX1ug.js → ClosingTemplateView-YW5Sw9M5.js} +5 -5
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-ZYtBNoaE.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BTw7Szfi.js} +1 -1
- package/dist/{IngredientsView-DnwwQJTN.js → IngredientsView-J-HwciIj.js} +3 -3
- package/dist/{IntegrationView-54yz2EqS.js → IntegrationView-CJgc6NQo.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CKvKlCk-.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CzCVf08r.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-Bom_KvXW.js → PremiumBadge.vue_vue_type_script_setup_true_lang-BJHZI0SZ.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-pcpWSfl4.js → PurchaseOrderPrintPreview-DQlHM7ar.js} +1 -1
- package/dist/{ReceiveRequestView-D5HXMY4Z.js → ReceiveRequestView-l-agN7yj.js} +6 -6
- package/dist/{RecipeView-BHkTgm5H.js → RecipeView-Bo85tc7w.js} +3 -3
- package/dist/{StockView-iczCFYxn.js → StockView-CqORznbJ.js} +6 -6
- package/dist/{SupplierView-TYCkPXan.js → SupplierView-BSc10_7O.js} +3 -3
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-EN3JgHKF.js → TransferDetails.vue_vue_type_script_setup_true_lang-qfnlbLSa.js} +4 -4
- package/dist/{TransferDialog.vue_vue_type_script_setup_true_lang-DC0Ss5hi.js → TransferDialog.vue_vue_type_script_setup_true_lang-CW4b6og_.js} +5 -5
- package/dist/{TransferTemplateView-Bbvpuys7.js → TransferTemplateView-Djn47L76.js} +9 -9
- package/dist/{UnitView-B9yE4-rc.js → UnitView-C4Ynhnes.js} +4 -4
- package/dist/{WarehouseView-DUtVLTjb.js → WarehouseView-CXhsdB6L.js} +2 -2
- package/dist/{app-w8TOQVZc.js → app-CEx_CAFE.js} +5005 -5134
- package/dist/app.js +1 -1
- package/dist/{decimal-C4q7UMfr.js → decimal-c4am8-9x.js} +1 -1
- package/dist/{defineDeepModel-BOApqV24.js → defineDeepModel-DstjIWV3.js} +1 -1
- package/dist/{format-time-from-id-Cafjo8fn.js → format-time-from-id-C7eIbCJx.js} +1 -1
- package/dist/{id-to-date-CtSHSVJF.js → id-to-date-BvvYzy9E.js} +1 -1
- package/dist/{purchase-order-transaction-type-CIC5h-6x.js → purchase-order-transaction-type-DpJe0L78.js} +208 -218
- package/dist/stores/inventory.d.ts +7 -0
- package/dist/stores/route.d.ts +0 -5
- package/dist/{supplier-CM-vZ4bQ.js → supplier-Buou9AeW.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-Bm00vEzC.js → use-template-enabled-locations-BPap1ER6.js} +1 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +228 -0
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +228 -0
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +247 -0
- package/dist/{xlsx-BggStaH1.js → xlsx-_u-mXW67.js} +1 -1
- package/dist/{xlsx.util-CqlYZLKW.js → xlsx.util-C_mH9WMn.js} +2 -2
- package/package.json +1 -1
- package/dist/layout/InventoryLayout.vue.d.ts +0 -2
- package/dist/layout/layout-routes.d.ts +0 -6
|
@@ -20,6 +20,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
20
20
|
modelValue?: {
|
|
21
21
|
ref?: string | null | undefined;
|
|
22
22
|
_rev?: string | null | undefined;
|
|
23
|
+
updatedAt?: Date | null | undefined;
|
|
23
24
|
locations?: ({
|
|
24
25
|
doc?: any;
|
|
25
26
|
type: "restaurant";
|
|
@@ -121,6 +122,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
121
122
|
};
|
|
122
123
|
};
|
|
123
124
|
})[] | null | undefined;
|
|
125
|
+
updatedBy?: {
|
|
126
|
+
email?: string | null | undefined;
|
|
127
|
+
phoneNumber?: string | null | undefined;
|
|
128
|
+
birthday?: string | null | undefined;
|
|
129
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
130
|
+
addresses?: {
|
|
131
|
+
name: string;
|
|
132
|
+
address: string;
|
|
133
|
+
coordinates: number[];
|
|
134
|
+
}[] | null | undefined;
|
|
135
|
+
photoURL?: string | null | undefined;
|
|
136
|
+
displayName?: string | null | undefined;
|
|
137
|
+
imported?: {
|
|
138
|
+
raw: Record<string, any>;
|
|
139
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
140
|
+
} | null | undefined;
|
|
141
|
+
_id: string;
|
|
142
|
+
} | null | undefined;
|
|
124
143
|
_id: string;
|
|
125
144
|
items: {
|
|
126
145
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -198,6 +217,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
198
217
|
modelValue?: {
|
|
199
218
|
ref?: string | null | undefined;
|
|
200
219
|
_rev?: string | null | undefined;
|
|
220
|
+
updatedAt?: Date | null | undefined;
|
|
201
221
|
locations?: ({
|
|
202
222
|
doc?: any;
|
|
203
223
|
type: "restaurant";
|
|
@@ -299,6 +319,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
299
319
|
};
|
|
300
320
|
};
|
|
301
321
|
})[] | null | undefined;
|
|
322
|
+
updatedBy?: {
|
|
323
|
+
email?: string | null | undefined;
|
|
324
|
+
phoneNumber?: string | null | undefined;
|
|
325
|
+
birthday?: string | null | undefined;
|
|
326
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
327
|
+
addresses?: {
|
|
328
|
+
name: string;
|
|
329
|
+
address: string;
|
|
330
|
+
coordinates: number[];
|
|
331
|
+
}[] | null | undefined;
|
|
332
|
+
photoURL?: string | null | undefined;
|
|
333
|
+
displayName?: string | null | undefined;
|
|
334
|
+
imported?: {
|
|
335
|
+
raw: Record<string, any>;
|
|
336
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
337
|
+
} | null | undefined;
|
|
338
|
+
_id: string;
|
|
339
|
+
} | null | undefined;
|
|
302
340
|
_id: string;
|
|
303
341
|
items: {
|
|
304
342
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -376,6 +414,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
376
414
|
template?: {
|
|
377
415
|
ref?: string | null | undefined;
|
|
378
416
|
_rev?: string | null | undefined;
|
|
417
|
+
updatedAt?: Date | null | undefined;
|
|
379
418
|
locations?: ({
|
|
380
419
|
doc?: any;
|
|
381
420
|
type: "restaurant";
|
|
@@ -477,6 +516,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
477
516
|
};
|
|
478
517
|
};
|
|
479
518
|
})[] | null | undefined;
|
|
519
|
+
updatedBy?: {
|
|
520
|
+
email?: string | null | undefined;
|
|
521
|
+
phoneNumber?: string | null | undefined;
|
|
522
|
+
birthday?: string | null | undefined;
|
|
523
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
524
|
+
addresses?: {
|
|
525
|
+
name: string;
|
|
526
|
+
address: string;
|
|
527
|
+
coordinates: number[];
|
|
528
|
+
}[] | null | undefined;
|
|
529
|
+
photoURL?: string | null | undefined;
|
|
530
|
+
displayName?: string | null | undefined;
|
|
531
|
+
imported?: {
|
|
532
|
+
raw: Record<string, any>;
|
|
533
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
534
|
+
} | null | undefined;
|
|
535
|
+
_id: string;
|
|
536
|
+
} | null | undefined;
|
|
480
537
|
_id: string;
|
|
481
538
|
items: {
|
|
482
539
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -553,6 +610,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
553
610
|
template?: {
|
|
554
611
|
ref?: string | null | undefined;
|
|
555
612
|
_rev?: string | null | undefined;
|
|
613
|
+
updatedAt?: Date | null | undefined;
|
|
556
614
|
locations?: ({
|
|
557
615
|
doc?: any;
|
|
558
616
|
type: "restaurant";
|
|
@@ -654,6 +712,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
654
712
|
};
|
|
655
713
|
};
|
|
656
714
|
})[] | null | undefined;
|
|
715
|
+
updatedBy?: {
|
|
716
|
+
email?: string | null | undefined;
|
|
717
|
+
phoneNumber?: string | null | undefined;
|
|
718
|
+
birthday?: string | null | undefined;
|
|
719
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
720
|
+
addresses?: {
|
|
721
|
+
name: string;
|
|
722
|
+
address: string;
|
|
723
|
+
coordinates: number[];
|
|
724
|
+
}[] | null | undefined;
|
|
725
|
+
photoURL?: string | null | undefined;
|
|
726
|
+
displayName?: string | null | undefined;
|
|
727
|
+
imported?: {
|
|
728
|
+
raw: Record<string, any>;
|
|
729
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
730
|
+
} | null | undefined;
|
|
731
|
+
_id: string;
|
|
732
|
+
} | null | undefined;
|
|
657
733
|
_id: string;
|
|
658
734
|
items: {
|
|
659
735
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -737,6 +813,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
737
813
|
modelValue?: {
|
|
738
814
|
ref?: string | null | undefined;
|
|
739
815
|
_rev?: string | null | undefined;
|
|
816
|
+
updatedAt?: Date | null | undefined;
|
|
740
817
|
locations?: ({
|
|
741
818
|
doc?: any;
|
|
742
819
|
type: "restaurant";
|
|
@@ -838,6 +915,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
838
915
|
};
|
|
839
916
|
};
|
|
840
917
|
})[] | null | undefined;
|
|
918
|
+
updatedBy?: {
|
|
919
|
+
email?: string | null | undefined;
|
|
920
|
+
phoneNumber?: string | null | undefined;
|
|
921
|
+
birthday?: string | null | undefined;
|
|
922
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
923
|
+
addresses?: {
|
|
924
|
+
name: string;
|
|
925
|
+
address: string;
|
|
926
|
+
coordinates: number[];
|
|
927
|
+
}[] | null | undefined;
|
|
928
|
+
photoURL?: string | null | undefined;
|
|
929
|
+
displayName?: string | null | undefined;
|
|
930
|
+
imported?: {
|
|
931
|
+
raw: Record<string, any>;
|
|
932
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
933
|
+
} | null | undefined;
|
|
934
|
+
_id: string;
|
|
935
|
+
} | null | undefined;
|
|
841
936
|
_id: string;
|
|
842
937
|
items: {
|
|
843
938
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -915,6 +1010,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
915
1010
|
modelValue?: {
|
|
916
1011
|
ref?: string | null | undefined;
|
|
917
1012
|
_rev?: string | null | undefined;
|
|
1013
|
+
updatedAt?: Date | null | undefined;
|
|
918
1014
|
locations?: ({
|
|
919
1015
|
doc?: any;
|
|
920
1016
|
type: "restaurant";
|
|
@@ -1016,6 +1112,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1016
1112
|
};
|
|
1017
1113
|
};
|
|
1018
1114
|
})[] | null | undefined;
|
|
1115
|
+
updatedBy?: {
|
|
1116
|
+
email?: string | null | undefined;
|
|
1117
|
+
phoneNumber?: string | null | undefined;
|
|
1118
|
+
birthday?: string | null | undefined;
|
|
1119
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1120
|
+
addresses?: {
|
|
1121
|
+
name: string;
|
|
1122
|
+
address: string;
|
|
1123
|
+
coordinates: number[];
|
|
1124
|
+
}[] | null | undefined;
|
|
1125
|
+
photoURL?: string | null | undefined;
|
|
1126
|
+
displayName?: string | null | undefined;
|
|
1127
|
+
imported?: {
|
|
1128
|
+
raw: Record<string, any>;
|
|
1129
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1130
|
+
} | null | undefined;
|
|
1131
|
+
_id: string;
|
|
1132
|
+
} | null | undefined;
|
|
1019
1133
|
_id: string;
|
|
1020
1134
|
items: {
|
|
1021
1135
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1093,6 +1207,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1093
1207
|
template?: {
|
|
1094
1208
|
ref?: string | null | undefined;
|
|
1095
1209
|
_rev?: string | null | undefined;
|
|
1210
|
+
updatedAt?: Date | null | undefined;
|
|
1096
1211
|
locations?: ({
|
|
1097
1212
|
doc?: any;
|
|
1098
1213
|
type: "restaurant";
|
|
@@ -1194,6 +1309,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1194
1309
|
};
|
|
1195
1310
|
};
|
|
1196
1311
|
})[] | null | undefined;
|
|
1312
|
+
updatedBy?: {
|
|
1313
|
+
email?: string | null | undefined;
|
|
1314
|
+
phoneNumber?: string | null | undefined;
|
|
1315
|
+
birthday?: string | null | undefined;
|
|
1316
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1317
|
+
addresses?: {
|
|
1318
|
+
name: string;
|
|
1319
|
+
address: string;
|
|
1320
|
+
coordinates: number[];
|
|
1321
|
+
}[] | null | undefined;
|
|
1322
|
+
photoURL?: string | null | undefined;
|
|
1323
|
+
displayName?: string | null | undefined;
|
|
1324
|
+
imported?: {
|
|
1325
|
+
raw: Record<string, any>;
|
|
1326
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1327
|
+
} | null | undefined;
|
|
1328
|
+
_id: string;
|
|
1329
|
+
} | null | undefined;
|
|
1197
1330
|
_id: string;
|
|
1198
1331
|
items: {
|
|
1199
1332
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1270,6 +1403,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1270
1403
|
template?: {
|
|
1271
1404
|
ref?: string | null | undefined;
|
|
1272
1405
|
_rev?: string | null | undefined;
|
|
1406
|
+
updatedAt?: Date | null | undefined;
|
|
1273
1407
|
locations?: ({
|
|
1274
1408
|
doc?: any;
|
|
1275
1409
|
type: "restaurant";
|
|
@@ -1371,6 +1505,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1371
1505
|
};
|
|
1372
1506
|
};
|
|
1373
1507
|
})[] | null | undefined;
|
|
1508
|
+
updatedBy?: {
|
|
1509
|
+
email?: string | null | undefined;
|
|
1510
|
+
phoneNumber?: string | null | undefined;
|
|
1511
|
+
birthday?: string | null | undefined;
|
|
1512
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1513
|
+
addresses?: {
|
|
1514
|
+
name: string;
|
|
1515
|
+
address: string;
|
|
1516
|
+
coordinates: number[];
|
|
1517
|
+
}[] | null | undefined;
|
|
1518
|
+
photoURL?: string | null | undefined;
|
|
1519
|
+
displayName?: string | null | undefined;
|
|
1520
|
+
imported?: {
|
|
1521
|
+
raw: Record<string, any>;
|
|
1522
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1523
|
+
} | null | undefined;
|
|
1524
|
+
_id: string;
|
|
1525
|
+
} | null | undefined;
|
|
1374
1526
|
_id: string;
|
|
1375
1527
|
items: {
|
|
1376
1528
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1454,6 +1606,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1454
1606
|
modelValue?: {
|
|
1455
1607
|
ref?: string | null | undefined;
|
|
1456
1608
|
_rev?: string | null | undefined;
|
|
1609
|
+
updatedAt?: Date | null | undefined;
|
|
1457
1610
|
locations?: ({
|
|
1458
1611
|
doc?: any;
|
|
1459
1612
|
type: "restaurant";
|
|
@@ -1555,6 +1708,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1555
1708
|
};
|
|
1556
1709
|
};
|
|
1557
1710
|
})[] | null | undefined;
|
|
1711
|
+
updatedBy?: {
|
|
1712
|
+
email?: string | null | undefined;
|
|
1713
|
+
phoneNumber?: string | null | undefined;
|
|
1714
|
+
birthday?: string | null | undefined;
|
|
1715
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1716
|
+
addresses?: {
|
|
1717
|
+
name: string;
|
|
1718
|
+
address: string;
|
|
1719
|
+
coordinates: number[];
|
|
1720
|
+
}[] | null | undefined;
|
|
1721
|
+
photoURL?: string | null | undefined;
|
|
1722
|
+
displayName?: string | null | undefined;
|
|
1723
|
+
imported?: {
|
|
1724
|
+
raw: Record<string, any>;
|
|
1725
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1726
|
+
} | null | undefined;
|
|
1727
|
+
_id: string;
|
|
1728
|
+
} | null | undefined;
|
|
1558
1729
|
_id: string;
|
|
1559
1730
|
items: {
|
|
1560
1731
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1632,6 +1803,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1632
1803
|
modelValue?: {
|
|
1633
1804
|
ref?: string | null | undefined;
|
|
1634
1805
|
_rev?: string | null | undefined;
|
|
1806
|
+
updatedAt?: Date | null | undefined;
|
|
1635
1807
|
locations?: ({
|
|
1636
1808
|
doc?: any;
|
|
1637
1809
|
type: "restaurant";
|
|
@@ -1733,6 +1905,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1733
1905
|
};
|
|
1734
1906
|
};
|
|
1735
1907
|
})[] | null | undefined;
|
|
1908
|
+
updatedBy?: {
|
|
1909
|
+
email?: string | null | undefined;
|
|
1910
|
+
phoneNumber?: string | null | undefined;
|
|
1911
|
+
birthday?: string | null | undefined;
|
|
1912
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1913
|
+
addresses?: {
|
|
1914
|
+
name: string;
|
|
1915
|
+
address: string;
|
|
1916
|
+
coordinates: number[];
|
|
1917
|
+
}[] | null | undefined;
|
|
1918
|
+
photoURL?: string | null | undefined;
|
|
1919
|
+
displayName?: string | null | undefined;
|
|
1920
|
+
imported?: {
|
|
1921
|
+
raw: Record<string, any>;
|
|
1922
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1923
|
+
} | null | undefined;
|
|
1924
|
+
_id: string;
|
|
1925
|
+
} | null | undefined;
|
|
1736
1926
|
_id: string;
|
|
1737
1927
|
items: {
|
|
1738
1928
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1810,6 +2000,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1810
2000
|
template?: {
|
|
1811
2001
|
ref?: string | null | undefined;
|
|
1812
2002
|
_rev?: string | null | undefined;
|
|
2003
|
+
updatedAt?: Date | null | undefined;
|
|
1813
2004
|
locations?: ({
|
|
1814
2005
|
doc?: any;
|
|
1815
2006
|
type: "restaurant";
|
|
@@ -1911,6 +2102,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1911
2102
|
};
|
|
1912
2103
|
};
|
|
1913
2104
|
})[] | null | undefined;
|
|
2105
|
+
updatedBy?: {
|
|
2106
|
+
email?: string | null | undefined;
|
|
2107
|
+
phoneNumber?: string | null | undefined;
|
|
2108
|
+
birthday?: string | null | undefined;
|
|
2109
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2110
|
+
addresses?: {
|
|
2111
|
+
name: string;
|
|
2112
|
+
address: string;
|
|
2113
|
+
coordinates: number[];
|
|
2114
|
+
}[] | null | undefined;
|
|
2115
|
+
photoURL?: string | null | undefined;
|
|
2116
|
+
displayName?: string | null | undefined;
|
|
2117
|
+
imported?: {
|
|
2118
|
+
raw: Record<string, any>;
|
|
2119
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2120
|
+
} | null | undefined;
|
|
2121
|
+
_id: string;
|
|
2122
|
+
} | null | undefined;
|
|
1914
2123
|
_id: string;
|
|
1915
2124
|
items: {
|
|
1916
2125
|
disabledMeasurements?: string[] | null | undefined;
|
|
@@ -1987,6 +2196,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1987
2196
|
template?: {
|
|
1988
2197
|
ref?: string | null | undefined;
|
|
1989
2198
|
_rev?: string | null | undefined;
|
|
2199
|
+
updatedAt?: Date | null | undefined;
|
|
1990
2200
|
locations?: ({
|
|
1991
2201
|
doc?: any;
|
|
1992
2202
|
type: "restaurant";
|
|
@@ -2088,6 +2298,24 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
2088
2298
|
};
|
|
2089
2299
|
};
|
|
2090
2300
|
})[] | null | undefined;
|
|
2301
|
+
updatedBy?: {
|
|
2302
|
+
email?: string | null | undefined;
|
|
2303
|
+
phoneNumber?: string | null | undefined;
|
|
2304
|
+
birthday?: string | null | undefined;
|
|
2305
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2306
|
+
addresses?: {
|
|
2307
|
+
name: string;
|
|
2308
|
+
address: string;
|
|
2309
|
+
coordinates: number[];
|
|
2310
|
+
}[] | null | undefined;
|
|
2311
|
+
photoURL?: string | null | undefined;
|
|
2312
|
+
displayName?: string | null | undefined;
|
|
2313
|
+
imported?: {
|
|
2314
|
+
raw: Record<string, any>;
|
|
2315
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2316
|
+
} | null | undefined;
|
|
2317
|
+
_id: string;
|
|
2318
|
+
} | null | undefined;
|
|
2091
2319
|
_id: string;
|
|
2092
2320
|
items: {
|
|
2093
2321
|
disabledMeasurements?: string[] | null | undefined;
|