Deposit, Withdrawal, and Interest Transactions for Investment View #1075
Reference in New Issue
Block a user
Delete Branch "1050-user-can-create-depositwithdrawal-investment-transactions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Initial concept of a dynamic trade / transaction form.
Account::EntryBuilderis the entrypoint where a flattened params hash can be passed in with atypeand then the relevant trade, transaction, or transfer is created based on this type.Likely will need to rework some of this as we add more types, but wanted to get this in so users can start building up portfolios.
@@ -0,0 +61,4 @@price: this.priceInputTarget}}}This is a very rudimentary controller, highly coupled to the trade forms. Ideally we'll abstract this a bit in the future