mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
filter transaction description keywords in statistics & analysis page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user