X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c0f873c1ffccfd565995500b459d53bba394c04d..47da14db:/templates/webpages/datev/export_bewegungsdaten.html
diff --git a/templates/webpages/datev/export_bewegungsdaten.html b/templates/webpages/datev/export_bewegungsdaten.html
index 441d83df9..9809b1f60 100644
--- a/templates/webpages/datev/export_bewegungsdaten.html
+++ b/templates/webpages/datev/export_bewegungsdaten.html
@@ -29,7 +29,7 @@
-
+
@@ -54,24 +54,65 @@
- [% IF ALL_DEPARTMENTS.as_list.size %]
-
- | [% 'Department' | $T8 %] |
-
-
-
-
- | [% 'Department' | $T8 %] |
- |
- [% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1) %] |
-
-
- |
+
|
+
+
+
+
+
+ | [% 'Gldate' | $T8 %] [% 'From' | $T8 %] |
+ |
+ [% L.date_tag('gldatefrom') %] |
+
+
+ |
+
+
+
+
|
+
+ [% IF ALL_DEPARTMENTS.as_list.size %]
+
+
+
+
+ | [% 'Department' | $T8 %] |
+ |
+ [% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1) %] |
+
+
+ |
+
+
+
|
[% END %]
-
-
|
+
+
+
+
+ [% IF show_pk_option %]
+ | [% 'Export with CV Charts' | $T8 %] |
+ |
+ [% L.checkbox_tag('use_pk', value => 1, checked => 0) %] |
+ [% ELSE %]
+ [% 'Export with CV Charts' | $T8 %] |
+ |
+ [% L.checkbox_tag('use_pk', value => 1, checked => 0, disabled => 1) %] |
+ [% 'Hint: Not all VC Numbers are personal accounts compliant' | $T8 %] |
+ [% END %]
+
+
+ | [% 'Lock bookings' | $T8 %] |
+ |
+ [% L.yes_no_tag('locked', 0) %] |
+
+
+ |
+
+
+
|
@@ -81,8 +122,9 @@
-
+
+