4 <h1>[% 'DATEV - Export Assistent' | $T8 %]</h1>
6 <form method="post" action="[% script %]" id="form">
9 <table class="tbl-horizontal col">
10 <caption>[% 'Zeitraum' | $T8 %]</caption>
13 <th>[% 'Monat' | $T8 %]</th>
14 <th>[% 'Quartal' | $T8 %]</th>
15 <th>[% 'Period' | $T8 %]</th>
18 <td><input checked name="zeitraum" type="radio" value="monat"></td>
19 <td><input name="zeitraum" type="radio" value="quartal"></td>
20 <td><input name="zeitraum" type="radio" value="zeit"></td>
25 <option value="1">[% 'January' | $T8 %]</option>
26 <option value="2">[% 'February' | $T8 %]</option>
27 <option value="3">[% 'March' | $T8 %]</option>
28 <option value="4">[% 'April' | $T8 %]</option>
29 <option value="5">[% 'May' | $T8 %]</option>
30 <option value="6">[% 'June' | $T8 %]</option>
31 <option value="7">[% 'July' | $T8 %]</option>
32 <option value="8">[% 'August' | $T8 %]</option>
33 <option value="9">[% 'September' | $T8 %]</option>
34 <option value="10">[% 'October' | $T8 %]</option>
35 <option value="11">[% 'November' | $T8 %]</option>
36 <option value="12">[% 'December last year period' | $T8 %]</option>
40 <select name="quartal">
41 <option selected value="1">[% 'I' | $T8 %]</option>
42 <option value="2">[% 'II' | $T8 %]</option>
43 <option value="3">[% 'III' | $T8 %]</option>
44 <option value="4">[% 'IV' | $T8 %]</option>
47 <td>[% L.date_tag('transdatefrom') %][% 'bis' | $T8 %][% L.date_tag('transdateto') %]</td>
54 <table class="tbl-horizontal">
55 <caption>[% 'Gldate' | $T8 %]</caption>
58 <th>[% 'From' | $T8 %]</th>
59 <td>[% L.date_tag('gldatefrom') %]</td>
64 [% IF ALL_DEPARTMENTS.as_list.size %]
65 <table class="tbl-horizontal">
66 <caption>[% 'Department' | $T8 %]</caption>
69 <td>[% 'Department' | $T8 %]</td>
70 <td>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1) %]</td>
76 <table class="tbl-horizontal">
77 <caption>[% 'Options' | $T8 %]</caption>
80 [% IF show_pk_option %]
81 <td>[% 'Export with CV Charts' | $T8 %]</td>
82 <td>[% L.checkbox_tag('use_pk', value => 1, checked => 0) %]</td>
84 <td>[% 'Export with CV Charts' | $T8 %]</td>
85 <td>[% L.checkbox_tag('use_pk', value => 1, checked => 0, disabled => 1) %]<br>[% 'Hint: Not all VC Numbers are personal accounts compliant' | $T8 %]</td>
89 <td>[% 'Lock bookings' | $T8 %]</td>
90 <td>[% L.yes_no_tag('locked', 0) %]</td>
93 <td>[% 'Export imported bookings' | $T8 %]</td>
94 <td>[% L.yes_no_tag('imported', 0) %]</td>
97 <td>[% 'Export Documents' | $T8 %]</td>
98 [% IF show_documents_option %]
99 <td>[% L.yes_no_tag('documents', 0, disabled => 0) %]</td>
101 <td>[% L.yes_no_tag('documents', 0, disabled => 1) %] <font color="gray">[% 'Hint: DMS Feature has to be activated' | $T8 %]</font></td>
108 </div><!-- /.wrapper -->
109 <input type=hidden name=beraternr value="[% beraternr | html %]">
110 <input type=hidden name=dfvkz value="[% dfvkz | html %]">
111 <input type=hidden name=beratername value="[% beratername | html %]">
112 <input type=hidden name=passwort value="[% passwort | html %]">
113 <input type=hidden name=mandantennr value="[% mandantennr | html %]">
114 <input type=hidden name=datentraegernr value="[% datentraegernr | html %]">
115 <input type=hidden name=exportformat value="[% exportformat | html %]">
116 <input type=hidden name=abrechnungsnr value="[% abrechnungsnr | html %]">
117 <input type=hidden name=exporttype value="[% exporttype | html %]">