Rebuild frontend for account creation / editing.

This commit is contained in:
James Cole
2021-08-09 08:01:27 +02:00
parent 6f7900234d
commit 54cf46ff32
76 changed files with 415 additions and 93 deletions

View File

@@ -1074,6 +1074,7 @@ return [
'expense_deleted' => 'Successfully deleted expense account ":name"',
'revenue_deleted' => 'Successfully deleted revenue account ":name"',
'update_asset_account' => 'Update asset account',
'update_undefined_account' => 'Update account',
'update_liabilities_account' => 'Update liability',
'update_expense_account' => 'Update expense account',
'update_revenue_account' => 'Update revenue account',
@@ -1121,6 +1122,7 @@ return [
'stored_new_account' => 'New account ":name" stored!',
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
'updated_account' => 'Updated account ":name"',
'updated_account_js' => 'Updated account "<a href="accounts/show/{ID}">{title}</a>".',
'credit_card_options' => 'Credit card options',
'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".',
'no_transactions_period' => 'There are no transactions (in this period).',