Skip to content

Commit

Permalink
#724 - add link to csm import to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Jan 22, 2023
1 parent fa5c7cd commit 4524298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.action.manage=Buchungsverwaltung
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.action.manage=Vorlagenverwaltung
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.action.manage=Manage transactions
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.action.manage=Manage templates
Expand Down
1 change: 1 addition & 0 deletions BudgetMasterServer/src/main/resources/templates/index.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<@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/newTransaction/normal" name="home.menu.transactions.action.new"/>
<@indexFunctions.action url="/transactionImport" name="home.menu.transactions.action.csvImport"/>
</@indexFunctions.homeEntry>

<@indexFunctions.homeEntry url="/templates" icon=entityType.TEMPLATE.getIcon() iconColor=entityType.TEMPLATE.getColorAsTextColor() headlineText="menu.transactions.templates" bodyText="home.menu.templates">
Expand Down

0 comments on commit 4524298

Please sign in to comment.