@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,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { Location } from "
|
|
2
|
+
import type { Location } from "@/stores/report-filters";
|
|
3
3
|
import type { BukkuAccountingIntegration } from "../setting-exporter/type";
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
modelValue: PropType<BukkuAccountingIntegration>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { Location } from "
|
|
2
|
+
import type { Location } from "@/stores/report-filters";
|
|
3
3
|
import type { NetSuiteAccountingIntegration } from "../setting-exporter/type";
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
modelValue: PropType<NetSuiteAccountingIntegration>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PropType } from "vue";
|
|
2
|
-
import type { Location } from "
|
|
2
|
+
import type { Location } from "@/stores/report-filters";
|
|
3
3
|
import type { XeroAccountingIntegration } from "../setting-exporter/type";
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
modelValue: PropType<XeroAccountingIntegration>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type DatePredefinedRange } from "
|
|
1
|
+
import { type DatePredefinedRange } from "@/stores/report-filters";
|
|
2
2
|
import { type PropType } from "vue";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
compareType: PropType<any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import { type Location } from "
|
|
2
|
+
import { type Location } from "@/stores/report-filters";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<any>;
|
|
5
5
|
options: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { ReportHourType } from "
|
|
2
|
+
import type { ReportHourType } from "@/types/setting";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<any>;
|
|
5
5
|
defaultDateRange: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import { type Schedule } from "
|
|
2
|
+
import { type Schedule } from "@/types/schedule";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
isOpen: {
|
|
5
5
|
type: BooleanConstructor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Schedule } from "
|
|
1
|
+
import { type Schedule } from "@/types/schedule";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
schedule: Schedule;
|
|
4
4
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import { type Schedule } from "
|
|
2
|
+
import { type Schedule } from "@/types/schedule";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
isOpen: {
|
|
5
5
|
type: BooleanConstructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { QueryRequestField, QueryRequestJoinDatasourceCondition } from "
|
|
2
|
+
import type { QueryRequestField, QueryRequestJoinDatasourceCondition } from "@/types/report";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: {
|
|
5
5
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type JoinDatasourceConfig, type WidgetBaseConfig } from "
|
|
1
|
+
import { type JoinDatasourceConfig, type WidgetBaseConfig } from "@/types/report";
|
|
2
2
|
import { type PropType } from "vue";
|
|
3
3
|
import type { DatasourceSectionConfig } from "../datasource";
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import { type JoinDatasourceConfig, type QueryRequestDimension, type QueryRequestField, type WidgetBaseConfig } from "
|
|
2
|
+
import { type JoinDatasourceConfig, type QueryRequestDimension, type QueryRequestField, type WidgetBaseConfig } from "@/types/report";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<QueryRequestDimension[]>;
|
|
5
5
|
options: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { QueryRequestField, QueryRequestFilter } from "
|
|
2
|
+
import type { QueryRequestField, QueryRequestFilter } from "@/types/report";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<QueryRequestFilter[]>;
|
|
5
5
|
options: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import { type InputConfig } from "
|
|
2
|
+
import { type InputConfig } from "@components/tile-editor-tab/filter.input";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: {
|
|
5
5
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { JoinDatasourceConfig, QueryRequestField, QueryRequestMetric, WidgetBaseConfig } from "
|
|
2
|
+
import type { JoinDatasourceConfig, QueryRequestField, QueryRequestMetric, WidgetBaseConfig } from "@/types/report";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<QueryRequestMetric[]>;
|
|
5
5
|
options: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { JoinDatasourceConfig, WidgetBaseConfig } from "
|
|
2
|
+
import type { JoinDatasourceConfig, WidgetBaseConfig } from "@/types/report";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: {
|
|
5
5
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { QueryRequestField, QueryRequestSort } from "
|
|
2
|
+
import type { QueryRequestField, QueryRequestSort } from "@/types/report";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<QueryRequestSort[]>;
|
|
5
5
|
options: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ReportTile, WidgetType, type WidgetBaseConfig, type QueryRequestDimension, type QueryRequestMetric } from "
|
|
1
|
+
import { type ReportTile, WidgetType, type WidgetBaseConfig, type QueryRequestDimension, type QueryRequestMetric } from "@/types/report";
|
|
2
2
|
export declare function initWidgetConfig(type: WidgetType): WidgetBaseConfig;
|
|
3
3
|
export declare function initTile(type: WidgetType, name?: string): ReportTile;
|
|
4
4
|
export declare function handleRemoveByIndex(list: any[], indexToRemove: number): any[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { QueryWidgetResponseXYChart, WidgetProps } from "
|
|
1
|
+
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { QueryWidgetResponseCircular, WidgetProps } from "
|
|
1
|
+
import type { QueryWidgetResponseCircular, WidgetProps } from "@/types/widget";
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { QueryWidgetResponseXYChart, WidgetProps } from "
|
|
1
|
+
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type QueryWidgetResponseScoreCard, type WidgetProps } from "
|
|
1
|
+
import { type QueryWidgetResponseScoreCard, type WidgetProps } from "@/types/widget";
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { QueryWidgetResponseXYChart, WidgetProps } from "
|
|
1
|
+
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { QueryWidgetResponseXYChart, WidgetProps } from "
|
|
1
|
+
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type QueryWidgetResponseTable, type WidgetProps } from "
|
|
1
|
+
import { type QueryWidgetResponseTable, type WidgetProps } from "@/types/widget";
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
|
-
import type { WidgetType } from "
|
|
2
|
+
import type { WidgetType } from "@/types/report";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<any>;
|
|
5
5
|
childClass: {
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-report",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.6-rc.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -20,11 +20,9 @@
|
|
|
20
20
|
"build:mf:dev:keynote2024": "vite build --mode fmmf:dev:keynote2024",
|
|
21
21
|
"build:mf:dev": "vite build --mode fmmf",
|
|
22
22
|
"build:mf:prod": "vite build --mode fmmf:prod",
|
|
23
|
-
"
|
|
24
|
-
"build:
|
|
25
|
-
"build-
|
|
26
|
-
"build-only:dev": "pnpm build:mf:dev && pnpm build:dts && pnpm build-types && cp package.json ./dist",
|
|
27
|
-
"build-only:prod": "pnpm build:mf:prod && pnpm build:dts && pnpm build-types && cp package.json ./dist",
|
|
23
|
+
"build-types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false",
|
|
24
|
+
"build-only:dev": "pnpm build:mf:dev && pnpm build-types && cp package.json ./dist",
|
|
25
|
+
"build-only:prod": "pnpm build:mf:prod && pnpm build-types && cp package.json ./dist",
|
|
28
26
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
29
27
|
"deploy-npm:dev": "pnpm run build-only:dev && pnpm publish --no-git-checks .",
|
|
30
28
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
@@ -41,7 +39,6 @@
|
|
|
41
39
|
"dayjs": "^1.11.10",
|
|
42
40
|
"dotenv": "^16.3.1",
|
|
43
41
|
"pinia": "^2.1.7",
|
|
44
|
-
"tsc-alias": "^1.8.10",
|
|
45
42
|
"uuid": "^9.0.1",
|
|
46
43
|
"vue": "^3.5.12",
|
|
47
44
|
"vue-router": "^4.2.5",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { type AccountingSetting } from "
|
|
1
|
+
import { type AccountingSetting } from "@/components/accounting/setting-exporter/type";
|
|
2
2
|
export declare const useAccountingStore: import("pinia").StoreDefinition<"accounting", Pick<{
|
|
3
3
|
isOpenAccountingDialog: import("vue").Ref<boolean, boolean>;
|
|
4
4
|
settings: import("vue").Ref<{
|
|
5
5
|
_id?: string | undefined;
|
|
6
|
-
type: import("
|
|
6
|
+
type: import("@/components/accounting/setting-exporter/type").AccountingType;
|
|
7
7
|
name?: string | undefined;
|
|
8
8
|
reportId?: string | undefined;
|
|
9
9
|
mapping: {
|
|
@@ -48,7 +48,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
48
48
|
subdomain: string;
|
|
49
49
|
token: string;
|
|
50
50
|
type: "CASH" | "CREDIT";
|
|
51
|
-
grouping: import("
|
|
51
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
52
52
|
mappings?: {
|
|
53
53
|
invoiceDocNo: string;
|
|
54
54
|
creditNoteDocNo: string;
|
|
@@ -99,7 +99,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
99
99
|
} | {
|
|
100
100
|
subdomain: string;
|
|
101
101
|
token: string;
|
|
102
|
-
grouping: import("
|
|
102
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
103
103
|
mappings?: {
|
|
104
104
|
description: string;
|
|
105
105
|
debtor: string;
|
|
@@ -218,9 +218,9 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
218
218
|
triggeredAt?: string | undefined;
|
|
219
219
|
dayOfDelay: number;
|
|
220
220
|
} | undefined;
|
|
221
|
-
}[], AccountingSetting<import("
|
|
221
|
+
}[], AccountingSetting<import("@/components/accounting/setting-exporter/type").AccountingIntegration>[] | {
|
|
222
222
|
_id?: string | undefined;
|
|
223
|
-
type: import("
|
|
223
|
+
type: import("@/components/accounting/setting-exporter/type").AccountingType;
|
|
224
224
|
name?: string | undefined;
|
|
225
225
|
reportId?: string | undefined;
|
|
226
226
|
mapping: {
|
|
@@ -265,7 +265,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
265
265
|
subdomain: string;
|
|
266
266
|
token: string;
|
|
267
267
|
type: "CASH" | "CREDIT";
|
|
268
|
-
grouping: import("
|
|
268
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
269
269
|
mappings?: {
|
|
270
270
|
invoiceDocNo: string;
|
|
271
271
|
creditNoteDocNo: string;
|
|
@@ -316,7 +316,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
316
316
|
} | {
|
|
317
317
|
subdomain: string;
|
|
318
318
|
token: string;
|
|
319
|
-
grouping: import("
|
|
319
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
320
320
|
mappings?: {
|
|
321
321
|
description: string;
|
|
322
322
|
debtor: string;
|
|
@@ -441,7 +441,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
441
441
|
isOpenAccountingDialog: import("vue").Ref<boolean, boolean>;
|
|
442
442
|
settings: import("vue").Ref<{
|
|
443
443
|
_id?: string | undefined;
|
|
444
|
-
type: import("
|
|
444
|
+
type: import("@/components/accounting/setting-exporter/type").AccountingType;
|
|
445
445
|
name?: string | undefined;
|
|
446
446
|
reportId?: string | undefined;
|
|
447
447
|
mapping: {
|
|
@@ -486,7 +486,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
486
486
|
subdomain: string;
|
|
487
487
|
token: string;
|
|
488
488
|
type: "CASH" | "CREDIT";
|
|
489
|
-
grouping: import("
|
|
489
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
490
490
|
mappings?: {
|
|
491
491
|
invoiceDocNo: string;
|
|
492
492
|
creditNoteDocNo: string;
|
|
@@ -537,7 +537,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
537
537
|
} | {
|
|
538
538
|
subdomain: string;
|
|
539
539
|
token: string;
|
|
540
|
-
grouping: import("
|
|
540
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
541
541
|
mappings?: {
|
|
542
542
|
description: string;
|
|
543
543
|
debtor: string;
|
|
@@ -656,9 +656,9 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
656
656
|
triggeredAt?: string | undefined;
|
|
657
657
|
dayOfDelay: number;
|
|
658
658
|
} | undefined;
|
|
659
|
-
}[], AccountingSetting<import("
|
|
659
|
+
}[], AccountingSetting<import("@/components/accounting/setting-exporter/type").AccountingIntegration>[] | {
|
|
660
660
|
_id?: string | undefined;
|
|
661
|
-
type: import("
|
|
661
|
+
type: import("@/components/accounting/setting-exporter/type").AccountingType;
|
|
662
662
|
name?: string | undefined;
|
|
663
663
|
reportId?: string | undefined;
|
|
664
664
|
mapping: {
|
|
@@ -703,7 +703,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
703
703
|
subdomain: string;
|
|
704
704
|
token: string;
|
|
705
705
|
type: "CASH" | "CREDIT";
|
|
706
|
-
grouping: import("
|
|
706
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
707
707
|
mappings?: {
|
|
708
708
|
invoiceDocNo: string;
|
|
709
709
|
creditNoteDocNo: string;
|
|
@@ -754,7 +754,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
754
754
|
} | {
|
|
755
755
|
subdomain: string;
|
|
756
756
|
token: string;
|
|
757
|
-
grouping: import("
|
|
757
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
758
758
|
mappings?: {
|
|
759
759
|
description: string;
|
|
760
760
|
debtor: string;
|
|
@@ -879,7 +879,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
879
879
|
isOpenAccountingDialog: import("vue").Ref<boolean, boolean>;
|
|
880
880
|
settings: import("vue").Ref<{
|
|
881
881
|
_id?: string | undefined;
|
|
882
|
-
type: import("
|
|
882
|
+
type: import("@/components/accounting/setting-exporter/type").AccountingType;
|
|
883
883
|
name?: string | undefined;
|
|
884
884
|
reportId?: string | undefined;
|
|
885
885
|
mapping: {
|
|
@@ -924,7 +924,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
924
924
|
subdomain: string;
|
|
925
925
|
token: string;
|
|
926
926
|
type: "CASH" | "CREDIT";
|
|
927
|
-
grouping: import("
|
|
927
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
928
928
|
mappings?: {
|
|
929
929
|
invoiceDocNo: string;
|
|
930
930
|
creditNoteDocNo: string;
|
|
@@ -975,7 +975,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
975
975
|
} | {
|
|
976
976
|
subdomain: string;
|
|
977
977
|
token: string;
|
|
978
|
-
grouping: import("
|
|
978
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
979
979
|
mappings?: {
|
|
980
980
|
description: string;
|
|
981
981
|
debtor: string;
|
|
@@ -1094,9 +1094,9 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
1094
1094
|
triggeredAt?: string | undefined;
|
|
1095
1095
|
dayOfDelay: number;
|
|
1096
1096
|
} | undefined;
|
|
1097
|
-
}[], AccountingSetting<import("
|
|
1097
|
+
}[], AccountingSetting<import("@/components/accounting/setting-exporter/type").AccountingIntegration>[] | {
|
|
1098
1098
|
_id?: string | undefined;
|
|
1099
|
-
type: import("
|
|
1099
|
+
type: import("@/components/accounting/setting-exporter/type").AccountingType;
|
|
1100
1100
|
name?: string | undefined;
|
|
1101
1101
|
reportId?: string | undefined;
|
|
1102
1102
|
mapping: {
|
|
@@ -1141,7 +1141,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
1141
1141
|
subdomain: string;
|
|
1142
1142
|
token: string;
|
|
1143
1143
|
type: "CASH" | "CREDIT";
|
|
1144
|
-
grouping: import("
|
|
1144
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
1145
1145
|
mappings?: {
|
|
1146
1146
|
invoiceDocNo: string;
|
|
1147
1147
|
creditNoteDocNo: string;
|
|
@@ -1192,7 +1192,7 @@ export declare const useAccountingStore: import("pinia").StoreDefinition<"accoun
|
|
|
1192
1192
|
} | {
|
|
1193
1193
|
subdomain: string;
|
|
1194
1194
|
token: string;
|
|
1195
|
-
grouping: import("
|
|
1195
|
+
grouping: import("@/components/accounting/setting-exporter/type").AccountingGrouping;
|
|
1196
1196
|
mappings?: {
|
|
1197
1197
|
description: string;
|
|
1198
1198
|
debtor: string;
|