Feature/usability improvements in the create or edit transaction dialog (#483)
* Usability improvements * Disable the symbol input in edit mode * Filter accounts by type (SECURITIES) * Update changelogpull/480/head
parent
0cb632b165
commit
bc58ee86ca
@ -1,8 +1,9 @@
|
||||
import { User } from '@ghostfolio/common/interfaces';
|
||||
import { Order } from '@prisma/client';
|
||||
import { Account, Order } from '@prisma/client';
|
||||
|
||||
export interface CreateOrUpdateTransactionDialogParams {
|
||||
accountId: string;
|
||||
accounts: Account[];
|
||||
transaction: Order;
|
||||
user: User;
|
||||
}
|
||||
|
Loading…
Reference in new issue