filter transaction description keywords in statistics & analysis page

This commit is contained in:
MaysWind
2025-07-08 00:31:50 +08:00
parent 5c9eb5dc5a
commit 01aa2cf0a4
22 changed files with 167 additions and 6 deletions
+2
View File
@@ -548,6 +548,7 @@ export interface TransactionStatisticRequest {
readonly endTime: number;
readonly tagIds: string;
readonly tagFilterType: number;
readonly keyword: string;
readonly useTransactionTimezone: boolean;
}
@@ -559,6 +560,7 @@ export interface YearMonthRangeRequest {
export interface TransactionStatisticTrendsRequest extends YearMonthRangeRequest {
readonly tagIds: string;
readonly tagFilterType: number;
readonly keyword: string;
readonly useTransactionTimezone: boolean;
}