mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
add candlestick chart for account balance trends
This commit is contained in:
@@ -662,7 +662,8 @@ export interface TransactionInfoPageWrapperResponse2 {
|
||||
}
|
||||
|
||||
export interface TransactionReconciliationStatementResponseItem extends TransactionInfoResponse {
|
||||
readonly accountBalance: number;
|
||||
readonly accountOpeningBalance: number;
|
||||
readonly accountClosingBalance: number;
|
||||
}
|
||||
|
||||
export interface TransactionReconciliationStatementResponse {
|
||||
|
||||
Reference in New Issue
Block a user