#24 Transaction import: rules for automatic account matching
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
<select id="selectGroup" th:field="*{group}">
|
||||
<option th:each="group : ${accountGroups}" th:value="${group.name}" th:text="${group.name}"/>
|
||||
</select>
|
||||
<label for="inputRegexps" th:text="#{financer.account-edit.label.upload-match-regexps}"/>
|
||||
<textarea type="text" id="inputRegexps" th:field="*{regexps}" rows="8" cols="70"/>
|
||||
<input type="hidden" id="inputId" th:field="*{id}"/>
|
||||
<input type="hidden" id="originalKey" th:field="*{originalKey}"/>
|
||||
<input type="submit" th:value="#{financer.account-edit.submit}" />
|
||||
|
||||
Reference in New Issue
Block a user