diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index dd6b9218a5..eec7f13268 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -45,6 +45,13 @@ return [ 'create_new_stuff' => 'Create new stuff', 'new_withdrawal' => 'New withdrawal', 'create_new_transaction' => 'Create new transaction', + 'go_to_asset_accounts' => 'View your asset accounts', + 'go_to_budgets' => 'Go to your budgets', + 'go_to_categories' => 'Go to your categories', + 'go_to_bills' => 'Go to your bills', + 'go_to_expense_accounts' => 'See your asset accounts', + 'go_to_revenue_accounts' => 'See your revenue accounts', + 'go_to_piggies' => 'Go to piggy banks', 'new_deposit' => 'New deposit', 'new_transfer' => 'New transfer', 'new_asset_account' => 'New asset account', diff --git a/resources/lang/en_US/import.php b/resources/lang/en_US/import.php index 3ccbed97ca..838111a03d 100644 --- a/resources/lang/en_US/import.php +++ b/resources/lang/en_US/import.php @@ -178,7 +178,7 @@ return [ 'spectre_extra_key_open_date' => 'Open date', 'spectre_extra_key_current_time' => 'Current time', 'spectre_extra_key_current_date' => 'Current date', - 'spectre_extra_key_cards' => 'Car', + 'spectre_extra_key_cards' => 'Cards', 'spectre_extra_key_units' => 'Units', 'spectre_extra_key_unit_price' => 'Unit price', 'spectre_extra_key_transactions_count' => 'Transactions count', diff --git a/resources/views/index.twig b/resources/views/index.twig index eaa6aa540b..a774663a41 100644 --- a/resources/views/index.twig +++ b/resources/views/index.twig @@ -16,6 +16,10 @@
+ {# BUDGETS #} @@ -26,6 +30,10 @@
+ {# CATEGORIES #}
@@ -36,6 +44,10 @@
+
@@ -63,44 +75,10 @@ {% if data[0].count > 0 %}
- {% include 'list.journals-tiny' with {'transactions': data[0],'account': data[1]} %}
{% else %}
-

{{ trans('firefly.no_transactions_account', {name: data[1].name}) }} @@ -111,8 +89,32 @@ {% endif %}

{% endfor %} @@ -129,7 +131,10 @@
- +
+ {% endif %} @@ -147,11 +152,14 @@

{{ 'expense_accounts'|_ }}

-
+ {# OPTIONAL REVENUE ACCOUNTS #} {% if showDeps %} @@ -164,6 +172,10 @@
+ {% endif %} diff --git a/resources/views/json/piggy-banks.twig b/resources/views/json/piggy-banks.twig index 478ba1d95b..fecfcaf517 100644 --- a/resources/views/json/piggy-banks.twig +++ b/resources/views/json/piggy-banks.twig @@ -15,4 +15,8 @@ {% endfor %} + diff --git a/resources/views/piggy-banks/show.twig b/resources/views/piggy-banks/show.twig index ab138b1c1c..e6c9666f7c 100644 --- a/resources/views/piggy-banks/show.twig +++ b/resources/views/piggy-banks/show.twig @@ -99,8 +99,7 @@

{{ trans('form.notes') }}

-
- {{ note.text|markdown }} +
{{ note.text|markdown }}