11c613658c901d83914b350de208721487f4f166
[kivitendo-erp.git] / templates / webpages / acctranscorrections / analyze_filter.html
1 [%- USE T8 %]
2 [% USE HTML %]
3 [%- USE L %]
4  <h1>[% title %]</h1>
5
6  <p>
7   [% 'Earlier versions of kivitendo 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" id="form">
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       [% L.date_tag('transdate_from') %]
29       [% 'to (time)' | $T8 %]
30       [% L.date_tag('transdate_to') %]
31      </td>
32     </tr>
33    </table>
34   </p>
35
36   <input type="hidden" name="action" value="analyze">
37  </form>