mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
add outflows / inflows / net cash flow in statistics & analysis
This commit is contained in:
@@ -699,6 +699,8 @@ export interface TransactionStatisticResponse {
|
||||
export interface TransactionStatisticResponseItem {
|
||||
readonly categoryId: string;
|
||||
readonly accountId: string;
|
||||
readonly relatedAccountId?: string;
|
||||
readonly relatedAccountType?: number;
|
||||
readonly amount: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user