@feedmepos/mf-report 5.3.5-rc.2 → 5.3.6-rc.0
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/api/accounting/index.d.ts +1 -1
- package/dist/api/business-config/index.d.ts +1 -1
- package/dist/api/categories/index.d.ts +1 -1
- package/dist/api/feedback/index.d.ts +1 -1
- package/dist/api/insight/type.d.ts +7 -0
- package/dist/api/integration/type.d.ts +3 -3
- package/dist/api/reports/index.d.ts +1 -1
- package/dist/api/scheduler/index.d.ts +1 -1
- package/dist/api/schemas/index.d.ts +1 -1
- package/dist/api/setting/index.d.ts +1 -1
- package/dist/api/widget/index.d.ts +2 -2
- package/dist/app.d.ts +1 -1
- package/dist/app.js +7651 -7495
- package/dist/components/accounting/api-integration/Bukku.vue.d.ts +1 -1
- package/dist/components/accounting/api-integration/NetSuite.vue.d.ts +1 -1
- package/dist/components/accounting/api-integration/Xero.vue.d.ts +1 -1
- package/dist/components/accounting/setting-exporter/type.d.ts +1 -1
- package/dist/components/filter/DateRangeSelect.vue.d.ts +1 -1
- package/dist/components/filter/LocationSelect.vue.d.ts +1 -1
- package/dist/components/filter/TimeRangeSelect.vue.d.ts +1 -1
- package/dist/components/report/DateRangeSetting.vue.d.ts +1 -1
- package/dist/components/report/ReportHour.vue.d.ts +1 -1
- package/dist/components/report-editor-tab/ReportEditorTab.vue.d.ts +1 -1
- package/dist/components/schedule/CustomDate.vue.d.ts +1 -1
- package/dist/components/schedule/ManualSend.vue.d.ts +1 -1
- package/dist/components/schedule/ScheduleCard.vue.d.ts +1 -1
- package/dist/components/schedule/ScheduleEdit.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/TileEditorTab.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/datasource.d.ts +1 -1
- package/dist/components/tile-editor-tab/dialogs/SchemaDialog.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/ConditionSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/Datasource.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/DimensionSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/FilterSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/FilterValueInput.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/MetricSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/SchemaSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/SortSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/tile.d.ts +1 -1
- package/dist/components/widget/DynamicWidget.vue.d.ts +1 -1
- package/dist/components/widget/WidgetBarchart.vue.d.ts +1 -1
- package/dist/components/widget/WidgetCircular.vue.d.ts +1 -1
- package/dist/components/widget/WidgetDialog.vue.d.ts +1 -1
- package/dist/components/widget/WidgetLinechart.vue.d.ts +1 -1
- package/dist/components/widget/WidgetScorecard.vue.d.ts +1 -1
- package/dist/components/widget/WidgetStackBarChart.vue.d.ts +1 -1
- package/dist/components/widget/WidgetStackLineChart.vue.d.ts +1 -1
- package/dist/components/widget/WidgetTable.vue.d.ts +1 -1
- package/dist/components/widget/WidgetTypeList.vue.d.ts +1 -1
- package/dist/components/widget/widget.d.ts +1 -1
- package/dist/package.json +4 -7
- package/dist/stores/accounting.d.ts +22 -22
- package/dist/stores/integration.d.ts +82 -82
- package/dist/stores/report-filters.d.ts +3 -3
- package/dist/stores/report-schedule.d.ts +1 -1
- package/dist/stores/report-schema.d.ts +1 -1
- package/dist/stores/report.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/types/setting.d.ts +1 -1
- package/dist/utils/helper.d.ts +1 -1
- package/dist/utils/timeFormat.d.ts +1 -1
- package/dist/utils/update-row-column-config.d.ts +2 -2
- package/dist/utils/widget-type.d.ts +1 -1
- package/dist/views/insight/InsightCard.vue.d.ts +1 -1
- package/dist/views/integration/DownloadDialog.vue.d.ts +1 -1
- package/dist/views/integration/MappingField.vue.d.ts +56 -50
- package/dist/views/integration/UploadSection.vue.d.ts +23 -0
- package/dist/views/integration/autocount/AutoCount.vue.d.ts +1 -1
- package/dist/views/integration/autocount/Preview.vue.d.ts +1 -1
- package/dist/views/integration/autocount/Setting.vue.d.ts +1 -1
- package/dist/views/integration/bukku/Bukku.vue.d.ts +1 -1
- package/dist/views/integration/bukku/Preview.vue.d.ts +1 -1
- package/dist/views/integration/bukku/Setting.vue.d.ts +1 -1
- package/dist/views/integration/iflexi-hrms/IFlexiHRMS.vue.d.ts +1 -1
- package/dist/views/integration/iflexi-hrms/Preview.vue.d.ts +1 -1
- package/dist/views/integration/iflexi-hrms/Setting.vue.d.ts +1 -1
- package/dist/views/integration/sql/Preview.vue.d.ts +1 -1
- package/dist/views/integration/sql/SQL.vue.d.ts +1 -1
- package/dist/views/integration/sql/Setting.vue.d.ts +1 -1
- package/dist/views/integration/xero/Preview.vue.d.ts +1 -1
- package/dist/views/integration/xero/Setting.vue.d.ts +1 -1
- package/dist/views/integration/xero/Xero.vue.d.ts +1 -1
- package/dist/views/report-editor/ReportEditorDesktop.vue.d.ts +1 -1
- package/dist/views/report-editor/ReportEditorMobile.vue.d.ts +1 -1
- package/dist/views/tile-editor/TileEditorDesktop.vue.d.ts +1 -1
- package/dist/views/tile-editor/TileEditorMobile.vue.d.ts +1 -1
- package/package.json +4 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IntegrationPlatform, type Integration } from "
|
|
1
|
+
import { IntegrationPlatform, type Integration } from "@/api/integration/type";
|
|
2
2
|
export declare const useIntegrationStore: import("pinia").StoreDefinition<"integration", Pick<{
|
|
3
3
|
settings: import("vue").Ref<{
|
|
4
4
|
_id?: string | undefined;
|
|
@@ -9,7 +9,7 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
9
9
|
subdomain: string;
|
|
10
10
|
token: string;
|
|
11
11
|
type: "CASH" | "CREDIT";
|
|
12
|
-
grouping: import("
|
|
12
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
13
13
|
mappings?: {
|
|
14
14
|
invoiceDocNo: string;
|
|
15
15
|
creditNoteDocNo: string;
|
|
@@ -55,11 +55,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
55
55
|
hour: number;
|
|
56
56
|
minute: number;
|
|
57
57
|
};
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
lastUploadDate?: string | undefined;
|
|
59
|
+
delayDay: number;
|
|
60
60
|
} | {
|
|
61
61
|
name: IntegrationPlatform.AutoCount;
|
|
62
|
-
grouping: import("
|
|
62
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
63
63
|
mappings?: {
|
|
64
64
|
description: string;
|
|
65
65
|
debtor: string;
|
|
@@ -101,11 +101,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
101
101
|
hour: number;
|
|
102
102
|
minute: number;
|
|
103
103
|
};
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
lastUploadDate?: string | undefined;
|
|
105
|
+
delayDay: number;
|
|
106
106
|
} | {
|
|
107
107
|
name: IntegrationPlatform.SQL;
|
|
108
|
-
grouping: import("
|
|
108
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
109
109
|
mappings?: {
|
|
110
110
|
description: string;
|
|
111
111
|
debtor: string;
|
|
@@ -147,8 +147,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
147
147
|
hour: number;
|
|
148
148
|
minute: number;
|
|
149
149
|
};
|
|
150
|
-
|
|
151
|
-
|
|
150
|
+
lastUploadDate?: string | undefined;
|
|
151
|
+
delayDay: number;
|
|
152
152
|
} | {
|
|
153
153
|
name: IntegrationPlatform.iFlexi_HRMS;
|
|
154
154
|
mappings?: {
|
|
@@ -169,8 +169,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
169
169
|
hour: number;
|
|
170
170
|
minute: number;
|
|
171
171
|
};
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
lastUploadDate?: string | undefined;
|
|
173
|
+
delayDay: number;
|
|
174
174
|
} | {
|
|
175
175
|
name: IntegrationPlatform.Xero;
|
|
176
176
|
refreshToken?: string | undefined;
|
|
@@ -244,10 +244,10 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
244
244
|
hour: number;
|
|
245
245
|
minute: number;
|
|
246
246
|
};
|
|
247
|
-
|
|
248
|
-
|
|
247
|
+
lastUploadDate?: string | undefined;
|
|
248
|
+
delayDay: number;
|
|
249
249
|
};
|
|
250
|
-
}[], Integration<import("
|
|
250
|
+
}[], Integration<import("@/api/integration/type").Platform>[] | {
|
|
251
251
|
_id?: string | undefined;
|
|
252
252
|
name: string;
|
|
253
253
|
businessId: string;
|
|
@@ -256,7 +256,7 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
256
256
|
subdomain: string;
|
|
257
257
|
token: string;
|
|
258
258
|
type: "CASH" | "CREDIT";
|
|
259
|
-
grouping: import("
|
|
259
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
260
260
|
mappings?: {
|
|
261
261
|
invoiceDocNo: string;
|
|
262
262
|
creditNoteDocNo: string;
|
|
@@ -302,11 +302,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
302
302
|
hour: number;
|
|
303
303
|
minute: number;
|
|
304
304
|
};
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
lastUploadDate?: string | undefined;
|
|
306
|
+
delayDay: number;
|
|
307
307
|
} | {
|
|
308
308
|
name: IntegrationPlatform.AutoCount;
|
|
309
|
-
grouping: import("
|
|
309
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
310
310
|
mappings?: {
|
|
311
311
|
description: string;
|
|
312
312
|
debtor: string;
|
|
@@ -348,11 +348,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
348
348
|
hour: number;
|
|
349
349
|
minute: number;
|
|
350
350
|
};
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
lastUploadDate?: string | undefined;
|
|
352
|
+
delayDay: number;
|
|
353
353
|
} | {
|
|
354
354
|
name: IntegrationPlatform.SQL;
|
|
355
|
-
grouping: import("
|
|
355
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
356
356
|
mappings?: {
|
|
357
357
|
description: string;
|
|
358
358
|
debtor: string;
|
|
@@ -394,8 +394,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
394
394
|
hour: number;
|
|
395
395
|
minute: number;
|
|
396
396
|
};
|
|
397
|
-
|
|
398
|
-
|
|
397
|
+
lastUploadDate?: string | undefined;
|
|
398
|
+
delayDay: number;
|
|
399
399
|
} | {
|
|
400
400
|
name: IntegrationPlatform.iFlexi_HRMS;
|
|
401
401
|
mappings?: {
|
|
@@ -416,8 +416,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
416
416
|
hour: number;
|
|
417
417
|
minute: number;
|
|
418
418
|
};
|
|
419
|
-
|
|
420
|
-
|
|
419
|
+
lastUploadDate?: string | undefined;
|
|
420
|
+
delayDay: number;
|
|
421
421
|
} | {
|
|
422
422
|
name: IntegrationPlatform.Xero;
|
|
423
423
|
refreshToken?: string | undefined;
|
|
@@ -491,8 +491,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
491
491
|
hour: number;
|
|
492
492
|
minute: number;
|
|
493
493
|
};
|
|
494
|
-
|
|
495
|
-
|
|
494
|
+
lastUploadDate?: string | undefined;
|
|
495
|
+
delayDay: number;
|
|
496
496
|
};
|
|
497
497
|
}[]>;
|
|
498
498
|
getSettings: () => Promise<void>;
|
|
@@ -506,7 +506,7 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
506
506
|
subdomain: string;
|
|
507
507
|
token: string;
|
|
508
508
|
type: "CASH" | "CREDIT";
|
|
509
|
-
grouping: import("
|
|
509
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
510
510
|
mappings?: {
|
|
511
511
|
invoiceDocNo: string;
|
|
512
512
|
creditNoteDocNo: string;
|
|
@@ -552,11 +552,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
552
552
|
hour: number;
|
|
553
553
|
minute: number;
|
|
554
554
|
};
|
|
555
|
-
|
|
556
|
-
|
|
555
|
+
lastUploadDate?: string | undefined;
|
|
556
|
+
delayDay: number;
|
|
557
557
|
} | {
|
|
558
558
|
name: IntegrationPlatform.AutoCount;
|
|
559
|
-
grouping: import("
|
|
559
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
560
560
|
mappings?: {
|
|
561
561
|
description: string;
|
|
562
562
|
debtor: string;
|
|
@@ -598,11 +598,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
598
598
|
hour: number;
|
|
599
599
|
minute: number;
|
|
600
600
|
};
|
|
601
|
-
|
|
602
|
-
|
|
601
|
+
lastUploadDate?: string | undefined;
|
|
602
|
+
delayDay: number;
|
|
603
603
|
} | {
|
|
604
604
|
name: IntegrationPlatform.SQL;
|
|
605
|
-
grouping: import("
|
|
605
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
606
606
|
mappings?: {
|
|
607
607
|
description: string;
|
|
608
608
|
debtor: string;
|
|
@@ -644,8 +644,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
644
644
|
hour: number;
|
|
645
645
|
minute: number;
|
|
646
646
|
};
|
|
647
|
-
|
|
648
|
-
|
|
647
|
+
lastUploadDate?: string | undefined;
|
|
648
|
+
delayDay: number;
|
|
649
649
|
} | {
|
|
650
650
|
name: IntegrationPlatform.iFlexi_HRMS;
|
|
651
651
|
mappings?: {
|
|
@@ -666,8 +666,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
666
666
|
hour: number;
|
|
667
667
|
minute: number;
|
|
668
668
|
};
|
|
669
|
-
|
|
670
|
-
|
|
669
|
+
lastUploadDate?: string | undefined;
|
|
670
|
+
delayDay: number;
|
|
671
671
|
} | {
|
|
672
672
|
name: IntegrationPlatform.Xero;
|
|
673
673
|
refreshToken?: string | undefined;
|
|
@@ -741,10 +741,10 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
741
741
|
hour: number;
|
|
742
742
|
minute: number;
|
|
743
743
|
};
|
|
744
|
-
|
|
745
|
-
|
|
744
|
+
lastUploadDate?: string | undefined;
|
|
745
|
+
delayDay: number;
|
|
746
746
|
};
|
|
747
|
-
}[], Integration<import("
|
|
747
|
+
}[], Integration<import("@/api/integration/type").Platform>[] | {
|
|
748
748
|
_id?: string | undefined;
|
|
749
749
|
name: string;
|
|
750
750
|
businessId: string;
|
|
@@ -753,7 +753,7 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
753
753
|
subdomain: string;
|
|
754
754
|
token: string;
|
|
755
755
|
type: "CASH" | "CREDIT";
|
|
756
|
-
grouping: import("
|
|
756
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
757
757
|
mappings?: {
|
|
758
758
|
invoiceDocNo: string;
|
|
759
759
|
creditNoteDocNo: string;
|
|
@@ -799,11 +799,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
799
799
|
hour: number;
|
|
800
800
|
minute: number;
|
|
801
801
|
};
|
|
802
|
-
|
|
803
|
-
|
|
802
|
+
lastUploadDate?: string | undefined;
|
|
803
|
+
delayDay: number;
|
|
804
804
|
} | {
|
|
805
805
|
name: IntegrationPlatform.AutoCount;
|
|
806
|
-
grouping: import("
|
|
806
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
807
807
|
mappings?: {
|
|
808
808
|
description: string;
|
|
809
809
|
debtor: string;
|
|
@@ -845,11 +845,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
845
845
|
hour: number;
|
|
846
846
|
minute: number;
|
|
847
847
|
};
|
|
848
|
-
|
|
849
|
-
|
|
848
|
+
lastUploadDate?: string | undefined;
|
|
849
|
+
delayDay: number;
|
|
850
850
|
} | {
|
|
851
851
|
name: IntegrationPlatform.SQL;
|
|
852
|
-
grouping: import("
|
|
852
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
853
853
|
mappings?: {
|
|
854
854
|
description: string;
|
|
855
855
|
debtor: string;
|
|
@@ -891,8 +891,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
891
891
|
hour: number;
|
|
892
892
|
minute: number;
|
|
893
893
|
};
|
|
894
|
-
|
|
895
|
-
|
|
894
|
+
lastUploadDate?: string | undefined;
|
|
895
|
+
delayDay: number;
|
|
896
896
|
} | {
|
|
897
897
|
name: IntegrationPlatform.iFlexi_HRMS;
|
|
898
898
|
mappings?: {
|
|
@@ -913,8 +913,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
913
913
|
hour: number;
|
|
914
914
|
minute: number;
|
|
915
915
|
};
|
|
916
|
-
|
|
917
|
-
|
|
916
|
+
lastUploadDate?: string | undefined;
|
|
917
|
+
delayDay: number;
|
|
918
918
|
} | {
|
|
919
919
|
name: IntegrationPlatform.Xero;
|
|
920
920
|
refreshToken?: string | undefined;
|
|
@@ -988,8 +988,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
988
988
|
hour: number;
|
|
989
989
|
minute: number;
|
|
990
990
|
};
|
|
991
|
-
|
|
992
|
-
|
|
991
|
+
lastUploadDate?: string | undefined;
|
|
992
|
+
delayDay: number;
|
|
993
993
|
};
|
|
994
994
|
}[]>;
|
|
995
995
|
getSettings: () => Promise<void>;
|
|
@@ -1003,7 +1003,7 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1003
1003
|
subdomain: string;
|
|
1004
1004
|
token: string;
|
|
1005
1005
|
type: "CASH" | "CREDIT";
|
|
1006
|
-
grouping: import("
|
|
1006
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
1007
1007
|
mappings?: {
|
|
1008
1008
|
invoiceDocNo: string;
|
|
1009
1009
|
creditNoteDocNo: string;
|
|
@@ -1049,11 +1049,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1049
1049
|
hour: number;
|
|
1050
1050
|
minute: number;
|
|
1051
1051
|
};
|
|
1052
|
-
|
|
1053
|
-
|
|
1052
|
+
lastUploadDate?: string | undefined;
|
|
1053
|
+
delayDay: number;
|
|
1054
1054
|
} | {
|
|
1055
1055
|
name: IntegrationPlatform.AutoCount;
|
|
1056
|
-
grouping: import("
|
|
1056
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
1057
1057
|
mappings?: {
|
|
1058
1058
|
description: string;
|
|
1059
1059
|
debtor: string;
|
|
@@ -1095,11 +1095,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1095
1095
|
hour: number;
|
|
1096
1096
|
minute: number;
|
|
1097
1097
|
};
|
|
1098
|
-
|
|
1099
|
-
|
|
1098
|
+
lastUploadDate?: string | undefined;
|
|
1099
|
+
delayDay: number;
|
|
1100
1100
|
} | {
|
|
1101
1101
|
name: IntegrationPlatform.SQL;
|
|
1102
|
-
grouping: import("
|
|
1102
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
1103
1103
|
mappings?: {
|
|
1104
1104
|
description: string;
|
|
1105
1105
|
debtor: string;
|
|
@@ -1141,8 +1141,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1141
1141
|
hour: number;
|
|
1142
1142
|
minute: number;
|
|
1143
1143
|
};
|
|
1144
|
-
|
|
1145
|
-
|
|
1144
|
+
lastUploadDate?: string | undefined;
|
|
1145
|
+
delayDay: number;
|
|
1146
1146
|
} | {
|
|
1147
1147
|
name: IntegrationPlatform.iFlexi_HRMS;
|
|
1148
1148
|
mappings?: {
|
|
@@ -1163,8 +1163,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1163
1163
|
hour: number;
|
|
1164
1164
|
minute: number;
|
|
1165
1165
|
};
|
|
1166
|
-
|
|
1167
|
-
|
|
1166
|
+
lastUploadDate?: string | undefined;
|
|
1167
|
+
delayDay: number;
|
|
1168
1168
|
} | {
|
|
1169
1169
|
name: IntegrationPlatform.Xero;
|
|
1170
1170
|
refreshToken?: string | undefined;
|
|
@@ -1238,10 +1238,10 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1238
1238
|
hour: number;
|
|
1239
1239
|
minute: number;
|
|
1240
1240
|
};
|
|
1241
|
-
|
|
1242
|
-
|
|
1241
|
+
lastUploadDate?: string | undefined;
|
|
1242
|
+
delayDay: number;
|
|
1243
1243
|
};
|
|
1244
|
-
}[], Integration<import("
|
|
1244
|
+
}[], Integration<import("@/api/integration/type").Platform>[] | {
|
|
1245
1245
|
_id?: string | undefined;
|
|
1246
1246
|
name: string;
|
|
1247
1247
|
businessId: string;
|
|
@@ -1250,7 +1250,7 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1250
1250
|
subdomain: string;
|
|
1251
1251
|
token: string;
|
|
1252
1252
|
type: "CASH" | "CREDIT";
|
|
1253
|
-
grouping: import("
|
|
1253
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
1254
1254
|
mappings?: {
|
|
1255
1255
|
invoiceDocNo: string;
|
|
1256
1256
|
creditNoteDocNo: string;
|
|
@@ -1296,11 +1296,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1296
1296
|
hour: number;
|
|
1297
1297
|
minute: number;
|
|
1298
1298
|
};
|
|
1299
|
-
|
|
1300
|
-
|
|
1299
|
+
lastUploadDate?: string | undefined;
|
|
1300
|
+
delayDay: number;
|
|
1301
1301
|
} | {
|
|
1302
1302
|
name: IntegrationPlatform.AutoCount;
|
|
1303
|
-
grouping: import("
|
|
1303
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
1304
1304
|
mappings?: {
|
|
1305
1305
|
description: string;
|
|
1306
1306
|
debtor: string;
|
|
@@ -1342,11 +1342,11 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1342
1342
|
hour: number;
|
|
1343
1343
|
minute: number;
|
|
1344
1344
|
};
|
|
1345
|
-
|
|
1346
|
-
|
|
1345
|
+
lastUploadDate?: string | undefined;
|
|
1346
|
+
delayDay: number;
|
|
1347
1347
|
} | {
|
|
1348
1348
|
name: IntegrationPlatform.SQL;
|
|
1349
|
-
grouping: import("
|
|
1349
|
+
grouping: import("@/api/integration/type").AccountingGrouping;
|
|
1350
1350
|
mappings?: {
|
|
1351
1351
|
description: string;
|
|
1352
1352
|
debtor: string;
|
|
@@ -1388,8 +1388,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1388
1388
|
hour: number;
|
|
1389
1389
|
minute: number;
|
|
1390
1390
|
};
|
|
1391
|
-
|
|
1392
|
-
|
|
1391
|
+
lastUploadDate?: string | undefined;
|
|
1392
|
+
delayDay: number;
|
|
1393
1393
|
} | {
|
|
1394
1394
|
name: IntegrationPlatform.iFlexi_HRMS;
|
|
1395
1395
|
mappings?: {
|
|
@@ -1410,8 +1410,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1410
1410
|
hour: number;
|
|
1411
1411
|
minute: number;
|
|
1412
1412
|
};
|
|
1413
|
-
|
|
1414
|
-
|
|
1413
|
+
lastUploadDate?: string | undefined;
|
|
1414
|
+
delayDay: number;
|
|
1415
1415
|
} | {
|
|
1416
1416
|
name: IntegrationPlatform.Xero;
|
|
1417
1417
|
refreshToken?: string | undefined;
|
|
@@ -1485,8 +1485,8 @@ export declare const useIntegrationStore: import("pinia").StoreDefinition<"integ
|
|
|
1485
1485
|
hour: number;
|
|
1486
1486
|
minute: number;
|
|
1487
1487
|
};
|
|
1488
|
-
|
|
1489
|
-
|
|
1488
|
+
lastUploadDate?: string | undefined;
|
|
1489
|
+
delayDay: number;
|
|
1490
1490
|
};
|
|
1491
1491
|
}[]>;
|
|
1492
1492
|
getSettings: () => Promise<void>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { type Business, type Restaurant, type Warehouse } from "
|
|
2
|
-
import { type DateRange, type TimeRange } from "
|
|
3
|
-
import { DateRangeSettingType, type DateSettingType } from "
|
|
1
|
+
import { type Business, type Restaurant, type Warehouse } from "@/types/business";
|
|
2
|
+
import { type DateRange, type TimeRange } from "@/types";
|
|
3
|
+
import { DateRangeSettingType, type DateSettingType } from "@/types/setting";
|
|
4
4
|
/**
|
|
5
5
|
* Description : Filter for all report
|
|
6
6
|
* Here we handle all filter :
|
package/dist/stores/report.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WidgetType, type Category, type Report, type ReportTile } from "
|
|
2
|
-
import type { FeedbackForm } from "
|
|
1
|
+
import { WidgetType, type Category, type Report, type ReportTile } from "@/types/report";
|
|
2
|
+
import type { FeedbackForm } from "@/types/feedback";
|
|
3
3
|
/**
|
|
4
4
|
* Description : Report State
|
|
5
5
|
* Here we will stobe the current report state that will be used thoughout the whole report UI
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.card-container[data-v-16b210f9]{overflow-y:auto;overflow-x:hidden}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.report-table>div{padding-bottom:140px}.show-pin{visibility:hidden}.row:hover .show-pin{visibility:visible}.circular{padding:0;height:calc(100% - 36px)}.circular .grow{height:100%}.sparkline{margin:0;padding:0}.sparkline .grow{height:50px;flex-grow:0}.scrollbar-hide-table>div{scrollbar-width:thin}.bar-chart{padding:0;height:calc(100% - 36px)}.bar-chart .grow{height:100%}.bar-chart .flex-col{gap:0}.line-chart{padding:0 0 8px;height:calc(100% - 36px)}.line-chart .grow{height:100%}.line-chart .flex-col{gap:0}.selected-widget[data-v-3d0a8566]{background-color:#fff4e6;border-color:#ff7823}.slide-fade-enter-active[data-v-b4e167c9],.slide-fade-leave-active[data-v-b4e167c9]{transition:all .3s ease-in-out}.slide-fade-enter-from[data-v-b4e167c9],.slide-fade-leave-to[data-v-b4e167c9]{transform:translateY(-50px);opacity:0}.slide-fade-right-enter-active[data-v-a98ca9bc],.slide-fade-right-leave-active[data-v-a98ca9bc]{transition:all .3s ease-in-out}.slide-fade-right-enter-from[data-v-a98ca9bc],.slide-fade-right-leave-to[data-v-a98ca9bc]{position:absolute;transform:translate(-50px);opacity:.4}.slide-fade-left-enter-active[data-v-a98ca9bc]{transition-delay:.3s;transition:all .3s ease-in-out}.slide-fade-left-leave-active[data-v-a98ca9bc]{transition:all .3s ease-in-out}.slide-fade-left-enter-from[data-v-a98ca9bc],.slide-fade-left-leave-to[data-v-a98ca9bc]{position:absolute;transform:translate(-50px);opacity:.1}.integration-card[data-v-
|
|
1
|
+
.card-container[data-v-16b210f9]{overflow-y:auto;overflow-x:hidden}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.report-table>div{padding-bottom:140px}.show-pin{visibility:hidden}.row:hover .show-pin{visibility:visible}.circular{padding:0;height:calc(100% - 36px)}.circular .grow{height:100%}.sparkline{margin:0;padding:0}.sparkline .grow{height:50px;flex-grow:0}.scrollbar-hide-table>div{scrollbar-width:thin}.bar-chart{padding:0;height:calc(100% - 36px)}.bar-chart .grow{height:100%}.bar-chart .flex-col{gap:0}.line-chart{padding:0 0 8px;height:calc(100% - 36px)}.line-chart .grow{height:100%}.line-chart .flex-col{gap:0}.selected-widget[data-v-3d0a8566]{background-color:#fff4e6;border-color:#ff7823}.slide-fade-enter-active[data-v-b4e167c9],.slide-fade-leave-active[data-v-b4e167c9]{transition:all .3s ease-in-out}.slide-fade-enter-from[data-v-b4e167c9],.slide-fade-leave-to[data-v-b4e167c9]{transform:translateY(-50px);opacity:0}.slide-fade-right-enter-active[data-v-a98ca9bc],.slide-fade-right-leave-active[data-v-a98ca9bc]{transition:all .3s ease-in-out}.slide-fade-right-enter-from[data-v-a98ca9bc],.slide-fade-right-leave-to[data-v-a98ca9bc]{position:absolute;transform:translate(-50px);opacity:.4}.slide-fade-left-enter-active[data-v-a98ca9bc]{transition-delay:.3s;transition:all .3s ease-in-out}.slide-fade-left-leave-active[data-v-a98ca9bc]{transition:all .3s ease-in-out}.slide-fade-left-enter-from[data-v-a98ca9bc],.slide-fade-left-leave-to[data-v-a98ca9bc]{position:absolute;transform:translate(-50px);opacity:.1}.integration-card[data-v-8a2a4a85]{height:140px;width:140px;padding:0}.integration-card .logo-card[data-v-8a2a4a85]{width:100%;padding:24px;background:#fff}.integration-card .title-card[data-v-8a2a4a85]{height:36px;color:#fff}.icon-btn{border-radius:100%}.overlay{background:#0006;position:absolute;top:0;left:0;height:100vh;width:100vw}.side-panel{position:fixed;right:0;top:0;height:100%;background:#fff}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:all .3s ease-out}.slide-enter-from,.slide-leave-to{transform:translate(100%)}.fm-top-sheet{height:100%}
|
package/dist/types/setting.d.ts
CHANGED
package/dist/utils/helper.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ListItem } from "
|
|
2
|
-
import { type ReportTile, type WidgetBaseConfig } from "
|
|
1
|
+
import type { ListItem } from "@/types";
|
|
2
|
+
import { type ReportTile, type WidgetBaseConfig } from "@/types/report";
|
|
3
3
|
export declare const metricNameRowColumn: {
|
|
4
4
|
label: string;
|
|
5
5
|
value: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import { type FileFormat } from "
|
|
2
|
+
import { type FileFormat } from "@/api/integration/type";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: {
|
|
5
5
|
required: true;
|
|
@@ -1,55 +1,61 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
options: {
|
|
14
|
-
type: PropType<{
|
|
15
|
-
[key: string]: {
|
|
16
|
-
placeholder: string;
|
|
17
|
-
editable: boolean;
|
|
18
|
-
};
|
|
19
|
-
}>;
|
|
20
|
-
default: () => {};
|
|
21
|
-
};
|
|
22
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
|
-
remove: () => void;
|
|
24
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
-
modelValue: {
|
|
26
|
-
required: true;
|
|
27
|
-
type: PropType<{
|
|
28
|
-
[key: string]: string | boolean;
|
|
29
|
-
}>;
|
|
30
|
-
};
|
|
31
|
-
removable: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
options: {
|
|
36
|
-
type: PropType<{
|
|
37
|
-
[key: string]: {
|
|
38
|
-
placeholder: string;
|
|
39
|
-
editable: boolean;
|
|
40
|
-
};
|
|
41
|
-
}>;
|
|
42
|
-
default: () => {};
|
|
43
|
-
};
|
|
44
|
-
}>> & Readonly<{
|
|
45
|
-
onRemove?: (() => any) | undefined;
|
|
46
|
-
}>, {
|
|
47
|
-
removable: boolean;
|
|
48
|
-
options: {
|
|
1
|
+
import type { ValidationRule } from "@feedmepos/ui-library";
|
|
2
|
+
declare const _default: <T extends {
|
|
3
|
+
[key: string]: string | number | boolean;
|
|
4
|
+
}>(__VLS_props: {
|
|
5
|
+
type?: "number" | "text" | "email" | "password" | "tel" | undefined;
|
|
6
|
+
modelValue: T;
|
|
7
|
+
rules?: ValidationRule[] | undefined;
|
|
8
|
+
removable?: boolean | undefined;
|
|
9
|
+
options?: {
|
|
49
10
|
[key: string]: {
|
|
50
11
|
placeholder: string;
|
|
51
12
|
editable: boolean;
|
|
52
13
|
};
|
|
53
|
-
};
|
|
54
|
-
|
|
14
|
+
} | undefined;
|
|
15
|
+
readonly onRemove?: (() => any) | undefined;
|
|
16
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
17
|
+
attrs: any;
|
|
18
|
+
slots: {};
|
|
19
|
+
emit: (e: "remove") => void;
|
|
20
|
+
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
21
|
+
props: {
|
|
22
|
+
type?: "number" | "text" | "email" | "password" | "tel" | undefined;
|
|
23
|
+
modelValue: T;
|
|
24
|
+
rules?: ValidationRule[] | undefined;
|
|
25
|
+
removable?: boolean | undefined;
|
|
26
|
+
options?: {
|
|
27
|
+
[key: string]: {
|
|
28
|
+
placeholder: string;
|
|
29
|
+
editable: boolean;
|
|
30
|
+
};
|
|
31
|
+
} | undefined;
|
|
32
|
+
readonly onRemove?: (() => any) | undefined;
|
|
33
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
34
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
35
|
+
attrs: any;
|
|
36
|
+
slots: {};
|
|
37
|
+
emit: (e: "remove") => void;
|
|
38
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
}> & {
|
|
41
|
+
__ctx?: {
|
|
42
|
+
props: {
|
|
43
|
+
type?: "number" | "text" | "email" | "password" | "tel" | undefined;
|
|
44
|
+
modelValue: T;
|
|
45
|
+
rules?: ValidationRule[] | undefined;
|
|
46
|
+
removable?: boolean | undefined;
|
|
47
|
+
options?: {
|
|
48
|
+
[key: string]: {
|
|
49
|
+
placeholder: string;
|
|
50
|
+
editable: boolean;
|
|
51
|
+
};
|
|
52
|
+
} | undefined;
|
|
53
|
+
readonly onRemove?: (() => any) | undefined;
|
|
54
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
55
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
56
|
+
attrs: any;
|
|
57
|
+
slots: {};
|
|
58
|
+
emit: (e: "remove") => void;
|
|
59
|
+
} | undefined;
|
|
60
|
+
};
|
|
55
61
|
export default _default;
|