X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9f4ef62c42dceef5a27ad3a0d8c8d260ffef9848..HEAD:/templates/webpages/csv_import/form.html
diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html
index aecbf1ddb..7086f4367 100644
--- a/templates/webpages/csv_import/form.html
+++ b/templates/webpages/csv_import/form.html
@@ -154,11 +154,12 @@
[%- END %]
[%- END %][%# IF SELF.type == ⦠%]
+
-
- [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %]
-
-
+
+
+ [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %]
+
@@ -180,6 +181,13 @@
+
+ | [%- LxERP.t8('Date Format') %]: |
+
+ [% L.select_tag('settings.dateformat', ['dd.mm.yyyy', 'yyyy-mm-dd', 'dd/mm/yyyy', 'mm/dd/yyyy' ], default = SELF.profile.get('dateformat'), style = 'width: 300px') %]
+ |
+
+
| [%- LxERP.t8('Charset') %]: |
[% L.select_tag('settings.charset', SELF.all_charsets, default = SELF.profile.get('charset'), style = 'width: 300px') %] |
@@ -272,6 +280,8 @@
[%- INCLUDE 'csv_import/_form_delivery_orders.html' %]
[%- ELSIF SELF.type == 'ar_transactions' %]
[%- INCLUDE 'csv_import/_form_artransactions.html' %]
+[%- ELSIF SELF.type == 'ap_transactions' %]
+ [%- INCLUDE 'csv_import/_form_aptransactions.html' %]
[%- ELSIF SELF.type == 'bank_transactions' %]
[%- INCLUDE 'csv_import/_form_banktransactions.html' %]
[%- END %]