mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
parent
e8e100e1d8
commit
263d65ea7e
24 changed files with 146 additions and 73 deletions
8
test/fixtures/accounts.yml
vendored
8
test/fixtures/accounts.yml
vendored
|
@ -5,6 +5,7 @@ other_asset:
|
|||
currency: USD
|
||||
accountable_type: OtherAsset
|
||||
accountable: one
|
||||
mode: balance
|
||||
|
||||
other_liability:
|
||||
family: dylan_family
|
||||
|
@ -13,6 +14,7 @@ other_liability:
|
|||
currency: USD
|
||||
accountable_type: OtherLiability
|
||||
accountable: one
|
||||
mode: balance
|
||||
|
||||
depository:
|
||||
family: dylan_family
|
||||
|
@ -22,6 +24,7 @@ depository:
|
|||
accountable_type: Depository
|
||||
accountable: one
|
||||
institution: chase
|
||||
mode: transactions
|
||||
|
||||
credit_card:
|
||||
family: dylan_family
|
||||
|
@ -31,6 +34,7 @@ credit_card:
|
|||
accountable_type: CreditCard
|
||||
accountable: one
|
||||
institution: chase
|
||||
mode: transactions
|
||||
|
||||
investment:
|
||||
family: dylan_family
|
||||
|
@ -39,6 +43,7 @@ investment:
|
|||
currency: USD
|
||||
accountable_type: Investment
|
||||
accountable: one
|
||||
mode: transactions
|
||||
|
||||
loan:
|
||||
family: dylan_family
|
||||
|
@ -47,6 +52,7 @@ loan:
|
|||
currency: USD
|
||||
accountable_type: Loan
|
||||
accountable: one
|
||||
mode: transactions
|
||||
|
||||
property:
|
||||
family: dylan_family
|
||||
|
@ -55,6 +61,7 @@ property:
|
|||
currency: USD
|
||||
accountable_type: Property
|
||||
accountable: one
|
||||
mode: transactions
|
||||
|
||||
vehicle:
|
||||
family: dylan_family
|
||||
|
@ -63,3 +70,4 @@ vehicle:
|
|||
currency: USD
|
||||
accountable_type: Vehicle
|
||||
accountable: one
|
||||
mode: transactions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue