Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / acctranscorrections / analyze_filter_master.html
1 [%- USE T8 %]
2 [% USE HTML %]
3 <body>
4  <p><div class="listheading">[% title %]</div></p>
5
6  <p>
7   [% 'Earlier versions of Lx-Office contained bugs which might have led to wrong entries in the general ledger.' | $T8 %]
8   [% 'These wrong entries cannot be fixed automatically.' | $T8 %]
9   [% 'This module can help you identify and correct such entries by analyzing the general ledger and presenting you likely solutions but also allowing you to fix problems yourself.' | $T8 %]
10  </p>
11
12  <form name="filter" method="post" action="acctranscorrections.pl">
13
14   <p>[% 'Time period for the analysis:' | $T8 %]</p>
15
16   <p>
17    <table>
18     <tr>
19      <td><input type="radio" name="scope" id="scope_full" value="full" checked></td>
20      <td><label for="scope_full">[% 'All general ledger entries' | $T8 %]</label></td>
21     </tr>
22
23     <tr>
24      <td><input type="radio" name="scope" id="scope_period" value="period"></td>
25      <td>
26       [% 'Period:' | $T8 %]
27       [% 'from (time)' | $T8 %]
28       <input name="transdate_from" id="transdate_from" size="10">
29       <input type="button" name="transdate_from_trigger" id="transdate_from_trigger" value="?">
30       [% 'to (time)' | $T8 %]
31       <input name="transdate_to" id="transdate_to" size="10">
32       <input type="button" name="transdate_to_trigger" id="transdate_to_trigger" value="?">
33      </td>
34     </tr>
35    </table>
36   </p>
37
38   <p>
39    <input type="submit" value="[% 'Start analysis' | $T8 %]">
40   </p>
41
42   <input type="hidden" name="action" value="analyze">
43  </form>
44
45  <script type="text/javascript">
46   <!--
47     Calendar.setup({ inputField : "transdate_from", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "transdate_from_trigger" });
48     Calendar.setup({ inputField : "transdate_to",   ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "transdate_to_trigger" });
49   //-->
50  </script>
51 </body>
52 </html>