mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 21:15:19 +02:00
Add start balance to manual accounts (#735)
* Add start_balance to accounts * Add tests * Cleanup * Refactor code and add tests * Update physical cash demo account to be manual * Do not populate start_balance in migration * Cleanup * Review fixes * Revert calc change * Update app/models/exchange_rate.rb Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> Signed-off-by: Jakub Kottnauer <jk@jakubkottnauer.com> * Add test * Fix syncable bug and update csv tests --------- Signed-off-by: Jakub Kottnauer <jk@jakubkottnauer.com> Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
parent
daf7ff8ef4
commit
3d9ff3ad2a
13 changed files with 50 additions and 17 deletions
|
@ -15,6 +15,8 @@ en:
|
|||
index:
|
||||
new_account: New account
|
||||
new:
|
||||
balance:
|
||||
label: Balance
|
||||
currency:
|
||||
all_others: All Others
|
||||
popular: Popular
|
||||
|
@ -22,6 +24,8 @@ en:
|
|||
label: Account name
|
||||
placeholder: Example account name
|
||||
select_accountable_type: What would you like to add?
|
||||
start_date:
|
||||
label: Start date
|
||||
title: Add an account
|
||||
show:
|
||||
confirm_accept: Delete "%{name}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue