Add tax relevant flag to transaction and recc. transaction
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<th th:text="#{financer.recurring-transaction-list.table-header.description}"/>
|
||||
<th th:text="#{financer.recurring-transaction-list.table-header.intervalType}"/>
|
||||
<th th:text="#{financer.recurring-transaction-list.table-header.holidayWeekendType}"/>
|
||||
<th th:text="#{financer.recurring-transaction-list.table-header.taxRelevant}"/>
|
||||
<th th:text="#{financer.recurring-transaction-list.table-header.actions}"/>
|
||||
</tr>
|
||||
<tr th:each="rt : ${recurringTransactions}">
|
||||
@@ -38,6 +39,7 @@
|
||||
<td th:text="${rt.description}"/>
|
||||
<td th:text="#{'financer.interval-type.' + ${rt.intervalType}}"/>
|
||||
<td th:text="#{'financer.holiday-weekend-type.' + ${rt.holidayWeekendType}}"/>
|
||||
<td th:text="#{'financer.recurring-transaction-list.table.taxRelevant.' + ${rt.taxRelevant}}" />
|
||||
<td>
|
||||
<div id="recurring-transaction-list-table-actions-container">
|
||||
<a th:href="@{/recurringToTransaction(recurringTransactionId=${rt.id}, sub=${subTitle})}"
|
||||
|
||||
Reference in New Issue
Block a user