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' => 'Aktualizovat výdajový účet',
'update_undefined_account' => 'Update account',
'update_liabilities_account' => 'Aktualizovat závazek',
'update_expense_account' => 'Aktualizovat výdajový účet',
'update_revenue_account' => 'Aktualizovat příjmový účet',
@@ -1121,6 +1122,7 @@ return [
'stored_new_account' => 'Nový účet „:name“ uložen!',
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
'updated_account' => 'Aktualizován účet „:name“',
'updated_account_js' => 'Updated account "<a href="accounts/show/{ID}">{title}</a>".',
'credit_card_options' => 'Předvolby kreditní karty',
'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".',
'no_transactions_period' => 'Neexistují žádné transakce (v tomto období).',