filter-by-payee-and-tags (#3)
Reviewed-on: #3 Co-authored-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com> Co-committed-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com>
This commit is contained in:
@@ -86,5 +86,14 @@ export interface ReportData {
|
||||
ignore_self: boolean;
|
||||
include_transactions: boolean;
|
||||
|
||||
start_date?: string | null;
|
||||
end_date?: string | null;
|
||||
flow?: "expense" | "income" | null;
|
||||
payee?: string[] | null;
|
||||
account?: string[] | null;
|
||||
tags?: string[] | null;
|
||||
min_amount?: number | null;
|
||||
max_amount?: number | null;
|
||||
|
||||
buckets: ReportBucket[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user