2aa769d3fefece84cb71c06cfed1780dc75c48b0
[kivitendo-erp.git] / templates / webpages / acctranscorrections / analyze_filter.html
1 [%- USE T8 %]
2 [% USE HTML %]
3 [%- USE L %]
4 <body>
5  <p><div class="listheading">[% title %]</div></p>
6
7  <p>
8   [% 'Earlier versions of kivitendo contained bugs which might have led to wrong entries in the general ledger.' | $T8 %]
9   [% 'These wrong entries cannot be fixed automatically.' | $T8 %]
10   [% '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 %]
11  </p>
12
13  <form name="filter" method="post" action="acctranscorrections.pl">
14
15   <p>[% 'Time period for the analysis:' | $T8 %]</p>
16
17   <p>
18    <table>
19     <tr>
20      <td><input type="radio" name="scope" id="scope_full" value="full" checked></td>
21      <td><label for="scope_full">[% 'All general ledger entries' | $T8 %]</label></td>
22     </tr>
23
24     <tr>
25      <td><input type="radio" name="scope" id="scope_period" value="period"></td>
26      <td>
27       [% 'Period:' | $T8 %]
28       [% 'from (time)' | $T8 %]
29       [% L.date_tag('transdate_from') %]
30       [% 'to (time)' | $T8 %]
31       [% L.date_tag('transdate_to') %]
32      </td>
33     </tr>
34    </table>
35   </p>
36
37   <p>
38    <input type="submit" value="[% 'Start analysis' | $T8 %]">
39   </p>
40
41   <input type="hidden" name="action" value="analyze">
42  </form>
43 </body>
44 </html>