mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
* Remove balance mode, sketch out refactor * Activity view checkpoint * Entry partials, checkpoint * Finish txn partial * Give entries context when editing for different turbo responses * Calculate change of balance for each entry * Account tabs consolidation * Translations, linting, brakeman updates * Account actions concern * Finalize forms, get account system tests passing * Get tests passing * Lint, rubocop, schema updates * Improve routing and stream responses * Fix broken routes * Add import option for adding accounts * Fix system test * Fix test specificity * Fix sparklines * Improve account redirects
74 lines
1.3 KiB
YAML
74 lines
1.3 KiB
YAML
other_asset:
|
|
family: dylan_family
|
|
name: Collectable Account
|
|
balance: 550
|
|
currency: USD
|
|
accountable_type: OtherAsset
|
|
accountable: one
|
|
|
|
other_liability:
|
|
family: dylan_family
|
|
name: IOU (personal debt to friend)
|
|
balance: 200
|
|
currency: USD
|
|
accountable_type: OtherLiability
|
|
accountable: one
|
|
|
|
depository:
|
|
family: dylan_family
|
|
name: Checking Account
|
|
balance: 5000
|
|
currency: USD
|
|
accountable_type: Depository
|
|
accountable: one
|
|
institution: chase
|
|
|
|
credit_card:
|
|
family: dylan_family
|
|
name: Credit Card
|
|
balance: 1000
|
|
currency: USD
|
|
accountable_type: CreditCard
|
|
accountable: one
|
|
institution: chase
|
|
|
|
investment:
|
|
family: dylan_family
|
|
name: Robinhood Brokerage Account
|
|
balance: 10000
|
|
currency: USD
|
|
accountable_type: Investment
|
|
accountable: one
|
|
|
|
loan:
|
|
family: dylan_family
|
|
name: Mortgage Loan
|
|
balance: 500000
|
|
currency: USD
|
|
accountable_type: Loan
|
|
accountable: one
|
|
|
|
property:
|
|
family: dylan_family
|
|
name: 123 Maybe Court
|
|
balance: 550000
|
|
currency: USD
|
|
accountable_type: Property
|
|
accountable: one
|
|
|
|
vehicle:
|
|
family: dylan_family
|
|
name: Honda Accord
|
|
balance: 18000
|
|
currency: USD
|
|
accountable_type: Vehicle
|
|
accountable: one
|
|
|
|
crypto:
|
|
family: dylan_family
|
|
name: Bitcoin
|
|
balance: 10000
|
|
currency: USD
|
|
accountable_type: Crypto
|
|
accountable: one
|