@feedmepos/mf-inventory-portal 0.0.23-dev.2 → 0.0.23-dev.21

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.
Files changed (112) hide show
  1. package/dist/{App-DRE3c1lJ.js → App-CvIvF0fg.js} +59 -51
  2. package/dist/{ApprovalView-B4ZYcS3B.js → ApprovalView-BOn2HDVY.js} +20 -23
  3. package/dist/{BindingsDialog-Df1yrWHU.js → BindingsDialog-9qfADiSA.js} +7 -7
  4. package/dist/{BindingsPicker-BERMWh4w.js → BindingsPicker-CpV9uOqj.js} +7 -8
  5. package/dist/{BindingsTable-DRIapOWW.js → BindingsTable-BYScxUTj.js} +16 -20
  6. package/dist/ClosingDraftView-DM7-3zOd.js +1116 -0
  7. package/dist/{ClosingTemplateView-CbFn3Sdy.js → ClosingTemplateView-Cye5VPAM.js} +66 -76
  8. package/dist/{FmDroppableField-8RzKjEdL.js → FmDroppableField-AIKfZo3H.js} +1 -1
  9. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-CQUsooGm.js +282 -0
  10. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-BHSGZyJL.js → FmUnitInput.vue_vue_type_script_setup_true_lang-CFQc-CBX.js} +121 -119
  11. package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-DH5IQchQ.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-2r8mut0B.js} +7 -7
  12. package/dist/{IngredientGroupView-DoETcEvV.js → IngredientGroupView-RNokzPJa.js} +30 -36
  13. package/dist/IngredientsView-M7K_GAEO.js +1660 -0
  14. package/dist/{IntegrationView-D1HeBiGF.js → IntegrationView-D9a8d1sO.js} +18 -20
  15. package/dist/{InventoryBindingForm-Dmz9BQ37.js → InventoryBindingForm-B0Gx5N1p.js} +1 -1
  16. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-DoyqVBOd.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-DEOudgKD.js} +15 -17
  17. package/dist/{InventoryBindingSummary-DrpwiRGZ.js → InventoryBindingSummary-C16Nc5aN.js} +1 -1
  18. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-yNEswIEI.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CZiypEex.js} +1 -1
  19. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-Br4_VUza.js → PremiumBadge.vue_vue_type_script_setup_true_lang-BbYZwclN.js} +8 -8
  20. package/dist/{PurchaseOrderPrintPreview-cp671yWE.js → PurchaseOrderPrintPreview-DdKF8g0J.js} +13 -14
  21. package/dist/ReceiveRequestView-DBPRR6fz.js +4186 -0
  22. package/dist/{RecipeView-CD_dAWLo.js → RecipeView-CzUgVxKz.js} +58 -63
  23. package/dist/{StockView-DfUzFC1b.js → StockView-DCO3N1FS.js} +1338 -1446
  24. package/dist/{SupplierView-DB-zrNxh.js → SupplierView-CzV6DYSj.js} +2345 -783
  25. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-00pcY0qu.js +1228 -0
  26. package/dist/TransferTemplateView-uL5PId9-.js +1265 -0
  27. package/dist/{UnitView-BlC9-WOA.js → UnitView-d-mCs-cS.js} +40 -44
  28. package/dist/{WarehouseView-CgEY87Lo.js → WarehouseView-B7z8m-Hv.js} +67 -73
  29. package/dist/api/adjustment-template.d.ts +23 -0
  30. package/dist/api/bill.d.ts +2 -2
  31. package/dist/api/closing-draft.d.ts +6 -0
  32. package/dist/api/closing.d.ts +1 -0
  33. package/dist/api/netsuite.d.ts +69 -0
  34. package/dist/app-CTCC1zfY.js +58871 -0
  35. package/dist/app.d.ts +56 -0
  36. package/dist/app.js +2 -2
  37. package/dist/components/FmMinMaxInputRules.d.ts +4 -1
  38. package/dist/components/FmMultiselectDialogProps.d.ts +1 -0
  39. package/dist/components/row-action.enum.d.ts +1 -0
  40. package/dist/composable/defineDeepModel.d.ts +1 -1
  41. package/dist/{decimal-D7BCubZO.js → decimal-DhUR6QsF.js} +1 -1
  42. package/dist/{feature-BR-MsGYt.js → feature-DiGS5Fa4.js} +23 -9
  43. package/dist/format-unit-display-MRARpSlY.js +1210 -0
  44. package/dist/index-BSN3RnCl.js +12087 -0
  45. package/dist/netsuite-CIibMNer.js +251 -0
  46. package/dist/router/name.d.ts +2 -0
  47. package/dist/stock-COHpOTJk.js +110 -0
  48. package/dist/stores/feature.d.ts +2 -0
  49. package/dist/stores/integration/netsuite.d.ts +81 -0
  50. package/dist/stores/inventory.d.ts +1 -4
  51. package/dist/style.css +1 -1
  52. package/dist/{supplier-aBuwVukl.js → supplier-csNwTHYl.js} +15 -15
  53. package/dist/tsconfig.app.tsbuildinfo +1 -1
  54. package/dist/{use-inventory-binding-dialog-CLQ0LUmW.js → use-inventory-binding-dialog-172A48Xx.js} +10 -11
  55. package/dist/views/adjustment-template/wastage-template/WastageTemplateDetails.vue.d.ts +2 -0
  56. package/dist/views/adjustment-template/wastage-template/WastageTemplateDialog.vue.d.ts +22 -0
  57. package/dist/views/adjustment-template/wastage-template/WastageTemplatePublish.vue.d.ts +6 -0
  58. package/dist/views/adjustment-template/wastage-template/WastageTemplateView.vue.d.ts +2 -0
  59. package/dist/views/adjustment-template/wastage-template/actions.d.ts +1295 -0
  60. package/dist/views/adjustment-template/wastage-template/form/WastageTemplateForm.vue.d.ts +16 -0
  61. package/dist/views/adjustment-template/wastage-template/form/WastageTemplateItemTable.vue.d.ts +35 -0
  62. package/dist/views/adjustment-template/wastage-template/form/useAdjustmentTemplateItems.d.ts +20 -0
  63. package/dist/views/adjustment-template/wastage-template/props.d.ts +29 -0
  64. package/dist/views/adjustment-template/wastage-template/table.d.ts +1273 -0
  65. package/dist/views/closing-draft/ClosingDraftView.vue.d.ts +2 -0
  66. package/dist/views/closing-draft/components/closing-draft-action/ClosingDraftAction.vue.d.ts +22 -0
  67. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +451 -0
  68. package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +25 -0
  69. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +2601 -0
  70. package/dist/views/closing-draft/helpers/draft-status-to-class-name.helper.d.ts +1 -0
  71. package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +19 -0
  72. package/dist/views/closing-draft/helpers/get-calculated-total.helper.d.ts +4 -0
  73. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +24 -192
  74. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +24 -192
  75. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +34 -34
  76. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +1 -0
  77. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +54 -54
  78. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +54 -54
  79. package/dist/views/receive-request/helper/check-netsuite-subsidiary.helper.d.ts +1 -0
  80. package/dist/views/stock/components/StockRecordCard.vue.d.ts +1 -1
  81. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +2 -2
  82. package/dist/views/stock/helper/compute-summary-total.d.ts +2 -2
  83. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +8 -8
  84. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +96 -96
  85. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +96 -96
  86. package/dist/{xlsx-BbtURTDy.js → xlsx-CH-bhcOL.js} +1 -1
  87. package/dist/{xlsx.util-zYS4OJFi.js → xlsx.util-4aHI7W-Z.js} +1 -1
  88. package/package.json +3 -3
  89. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-7JYNssTm.js +0 -267
  90. package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-KbYSywk2.js +0 -436
  91. package/dist/FmMultiselectDialog-Da9JMCYa.js +0 -415
  92. package/dist/IngredientsView-DHAhj9pV.js +0 -1613
  93. package/dist/ReceiveRequestView-C1WBlpho.js +0 -4082
  94. package/dist/TableActionableRow.vue_vue_type_script_setup_true_lang-DlNJ6kRg.js +0 -135
  95. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-2mzqFGCz.js +0 -1144
  96. package/dist/TransferTemplateView-CaAJrqU6.js +0 -1262
  97. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
  98. package/dist/app-CAyFhmAz.js +0 -33457
  99. package/dist/date2-D9i5izMt.js +0 -117
  100. package/dist/dayjs.min-SJKP9zBL.js +0 -282
  101. package/dist/defineDeepModel-DS4Shctf.js +0 -13
  102. package/dist/format-time-from-id-CUby60uW.js +0 -15
  103. package/dist/format-unit-display-D25Al2JZ.js +0 -1198
  104. package/dist/fuzzy-BryBtMz_.js +0 -41
  105. package/dist/index-ByJbUSIQ.js +0 -45
  106. package/dist/index-CFA_VFyX.js +0 -10545
  107. package/dist/index-CTvgBOum.js +0 -22280
  108. package/dist/netsuite-D0G4B60k.js +0 -146
  109. package/dist/normalizeArguments-DP7Hrren.js +0 -1552
  110. package/dist/row-action.enum-PMKMRrZR.js +0 -50
  111. package/dist/rules-DxVY0b7F.js +0 -198
  112. package/dist/use-template-enabled-locations-2-BgTiwy_3.js +0 -86
@@ -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;
@@ -0,0 +1,4 @@
1
+ export declare function getCalculatedTotal(draftItem: FdoClosingDraftItem): {
2
+ amount: number;
3
+ precision: number;
4
+ };
@@ -112,22 +112,8 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
112
112
  };
113
113
  }[] | null | undefined;
114
114
  updatedBy?: {
115
- email?: string | null | undefined;
116
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
299
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
482
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
664
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
855
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1038
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1221
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1403
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1594
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1777
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1960
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
2142
- phoneNumber?: string | null | undefined;
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: {
@@ -94,22 +94,8 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
94
94
  };
95
95
  }[] | null | undefined;
96
96
  updatedBy?: {
97
- email?: string | null | undefined;
98
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
297
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
474
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
651
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
833
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1032
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1209
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1386
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1568
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1767
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
1944
- phoneNumber?: string | null | undefined;
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
- email?: string | null | undefined;
2121
- phoneNumber?: string | null | undefined;
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: {