Skip to content
Snippets Groups Projects
Commit 45242985 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#724 - add link to csm import to home page

parent fa5c7cdd
No related branches found
No related tags found
No related merge requests found
...@@ -504,6 +504,7 @@ home.menu.accounts.action.new=Neues Konto anlegen ...@@ -504,6 +504,7 @@ home.menu.accounts.action.new=Neues Konto anlegen
home.menu.transactions=Buchungen sind das zentrale Element von BudgetMaster. Gib ihnen einen Namen und eine Beschreibung, weise ihnen eine Kategorie und ein Konto zu, konfiguriere sie als wiederholend und markiere sie mit Tags. home.menu.transactions=Buchungen sind das zentrale Element von BudgetMaster. Gib ihnen einen Namen und eine Beschreibung, weise ihnen eine Kategorie und ein Konto zu, konfiguriere sie als wiederholend und markiere sie mit Tags.
home.menu.transactions.action.manage=Buchungsverwaltung home.menu.transactions.action.manage=Buchungsverwaltung
home.menu.transactions.action.new=Neue Buchung anlegen home.menu.transactions.action.new=Neue Buchung anlegen
home.menu.transactions.action.csvImport=Import aus Bank CSV
home.menu.templates=Vorlagen helfen dir dabei neue Buchung schnell und effizient anzulegen. Du kannst Vorlagen auch aus bereits bestehenden Buchungen erzeugen. home.menu.templates=Vorlagen helfen dir dabei neue Buchung schnell und effizient anzulegen. Du kannst Vorlagen auch aus bereits bestehenden Buchungen erzeugen.
home.menu.templates.action.manage=Vorlagenverwaltung home.menu.templates.action.manage=Vorlagenverwaltung
......
...@@ -503,6 +503,7 @@ home.menu.accounts.action.new=Create an account ...@@ -503,6 +503,7 @@ home.menu.accounts.action.new=Create an account
home.menu.transactions=Transactions are the key element of BudgetMaster. Give them a name and description, assign a category and account to them, configure them as recurring, and mark them with tags. home.menu.transactions=Transactions are the key element of BudgetMaster. Give them a name and description, assign a category and account to them, configure them as recurring, and mark them with tags.
home.menu.transactions.action.manage=Manage transactions home.menu.transactions.action.manage=Manage transactions
home.menu.transactions.action.new=Create a transaction home.menu.transactions.action.new=Create a transaction
home.menu.transactions.action.csvImport=Import from bank CSV
home.menu.templates=Templates help you to create new transactions quickly and efficiently. You can also create templates from existing transactions. home.menu.templates=Templates help you to create new transactions quickly and efficiently. You can also create templates from existing transactions.
home.menu.templates.action.manage=Manage templates home.menu.templates.action.manage=Manage templates
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<@indexFunctions.homeEntry url="/transactions" icon=entityType.TRANSACTION.getIcon() iconColor=entityType.TRANSACTION.getColorAsTextColor() headlineText="menu.transactions" bodyText="home.menu.transactions"> <@indexFunctions.homeEntry url="/transactions" icon=entityType.TRANSACTION.getIcon() iconColor=entityType.TRANSACTION.getColorAsTextColor() headlineText="menu.transactions" bodyText="home.menu.transactions">
<@indexFunctions.action url="/transactions" name="home.menu.transactions.action.manage"/> <@indexFunctions.action url="/transactions" name="home.menu.transactions.action.manage"/>
<@indexFunctions.action url="/transactions/newTransaction/normal" name="home.menu.transactions.action.new"/> <@indexFunctions.action url="/transactions/newTransaction/normal" name="home.menu.transactions.action.new"/>
<@indexFunctions.action url="/transactionImport" name="home.menu.transactions.action.csvImport"/>
</@indexFunctions.homeEntry> </@indexFunctions.homeEntry>
<@indexFunctions.homeEntry url="/templates" icon=entityType.TEMPLATE.getIcon() iconColor=entityType.TEMPLATE.getColorAsTextColor() headlineText="menu.transactions.templates" bodyText="home.menu.templates"> <@indexFunctions.homeEntry url="/templates" icon=entityType.TEMPLATE.getIcon() iconColor=entityType.TEMPLATE.getColorAsTextColor() headlineText="menu.transactions.templates" bodyText="home.menu.templates">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment