mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
move all transactions from one account to another account (#288)
This commit is contained in:
@@ -488,6 +488,11 @@ export interface TransactionModifyRequest {
|
||||
readonly geoLocation?: TransactionGeoLocationRequest;
|
||||
}
|
||||
|
||||
export interface TransactionMoveBetweenAccountsRequest {
|
||||
readonly fromAccountId: string;
|
||||
readonly toAccountId: string;
|
||||
}
|
||||
|
||||
export interface TransactionDeleteRequest {
|
||||
readonly id: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user