Skip to content

Commit

Permalink
added optional encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 18, 2025
1 parent ecb2702 commit a45aefb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion imixs-adapters-datev/src/main/webapp/datev_config.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
</ul>
</div>


<dl>
<dt>Importdatei wählen:</dt>
<dd>
Expand All @@ -174,7 +175,14 @@
</h:panelGroup>
</dd>
</dl>

<dl>
<dt>Encoding </dt>
<dd>
<h:inputText required="false" style="width: 220px;"
value="#{datevController.configuration.item['datev.encoding']}">
</h:inputText>
</dd>
</dl>
<h:commandButton
actionListener="#{datevController.startImport}"
value="Start Import">
Expand Down

0 comments on commit a45aefb

Please sign in to comment.