]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/datev/export_bewegungsdaten.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / datev / export_bewegungsdaten.html
1 [% USE T8 %]
2 [% USE L %]
3
4 <h1>[% 'DATEV - Export Assistent' | $T8 %]</h1>
5
6 <form method="post" action="[% script %]" id="form">
7 <div class="wrapper">
8
9 <table class="tbl-horizontal col">
10   <caption>[% 'Zeitraum' | $T8 %]</caption>
11   <tbody>
12     <tr>
13       <th>[% 'Monat' | $T8 %]</th>
14       <th>[% 'Quartal' | $T8 %]</th>
15       <th>[% 'Period' | $T8 %]</th>
16     </tr>
17     <tr>
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>
21     </tr>
22     <tr>
23       <td>
24         <select name="monat">
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>
37         </select>
38       </td>
39       <td>
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>
45         </select>
46       </td>
47       <td>[% L.date_tag('transdatefrom') %][% 'bis' | $T8 %][% L.date_tag('transdateto') %]</td>
48     </tr>
49   </tbody>
50 </table>
51
52 <div class="col">
53
54   <table class="tbl-horizontal">
55     <caption>[% 'Gldate' | $T8 %]</caption>
56     <tbody>
57       <tr>
58         <th>[% 'From' | $T8 %]</th>
59         <td>[% L.date_tag('gldatefrom') %]</td>
60       </tr>
61     </tbody>
62   </table>
63
64   [% IF ALL_DEPARTMENTS.as_list.size %]
65     <table class="tbl-horizontal">
66       <caption>[% 'Department' | $T8 %]</caption>
67       <tbody>
68         <tr>
69           <td>[% 'Department' | $T8 %]</td>
70           <td>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1) %]</td>
71         </tr>
72       </tbody>
73     </table>
74   [% END %]
75
76   <table class="tbl-horizontal">
77     <caption>[% 'Options' | $T8 %]</caption>
78     <tbody>
79       <tr>
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>
83         [% ELSE %]
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>
86         [% END %]
87       </tr>
88       <tr>
89         <td>[% 'Lock bookings' | $T8 %]</td>
90         <td>[% L.yes_no_tag('locked', 0) %]</td>
91       </tr>
92       <tr>
93         <td>[% 'Export imported bookings' | $T8 %]</td>
94         <td>[% L.yes_no_tag('imported', 0) %]</td>
95       </tr>
96       <tr>
97         <td>[% 'Export Documents' | $T8 %]</td>
98         [% IF show_documents_option %]
99          <td>[% L.yes_no_tag('documents', 0, disabled => 0) %]</td>
100         [% ELSE %]
101          <td>[% L.yes_no_tag('documents', 0, disabled => 1) %] <font color="gray">[% 'Hint: DMS Feature has to be activated' | $T8 %]</font></td>
102         [% END %]
103       </tr>
104     </tbody>
105   </table>
106
107 </div><!-- /.col -->
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 %]">
118
119 </form>