support configuring the default behavior of the reconciliation statement button and the default time range for the reconciliation statement page

This commit is contained in:
MaysWind
2026-05-12 00:21:02 +08:00
parent e6c6d02112
commit d0f76fea22
30 changed files with 206 additions and 17 deletions
+3
View File
@@ -297,3 +297,6 @@ export enum ExportMermaidChartType {
export const DEFAULT_CATEGORICAL_CHART_DATA_RANGE: DateRange = DateRange.ThisMonth;
export const DEFAULT_TREND_CHART_DATA_RANGE: DateRange = DateRange.ThisYear;
export const DEFAULT_ASSET_TRENDS_CHART_DATA_RANGE: DateRange = DateRange.ThisYear;
export const DEFAULT_RECONCILIATION_STATEMENT_DATE_RANGE_IN_DESKTOP: DateRange = DateRange.Custom;
export const DEFAULT_RECONCILIATION_STATEMENT_DATE_RANGE_IN_MOBILE: DateRange = DateRange.ThisMonth;