4 <h1>[% 'Invalid transactions' | $T8 %]</h1>
6 <form name="Form" method="post" action="login.pl">
7 <input type="hidden" name="action" value="login">
9 <p>[% 'There are invalid transactions in your database.' | $T8 %]</p>
10 <p>[% 'The following transactions are concerned:' | $T8 %]</p>
13 <p>[% 'Transactions without account:' | $T8 %]</p>
16 <th class="listheading">[% 'Database ID' | $T8 %]</th>
17 <th class="listheading">[% 'Booking Date' | $T8 %]</th>
18 <th class="listheading">[% 'Invoice Date' | $T8 %]</th>
19 <th class="listheading">[% 'Amount' | $T8 %]</th>
20 <th class="listheading">[% 'Buchungsnummer' | $T8 %]</th>
21 <th class="listheading">[% 'Source' | $T8 %]</th>
22 <th class="listheading">[% 'Reference / Invoice Number' | $T8 %]</th>
23 <th class="listheading">[% 'Description' | $T8 %]</th>
24 <th class="listheading">[% 'Notes' | $T8 %]</th>
25 <th class="listheading">[% 'Employee' | $T8 %]</th>
26 <th class="listheading">[% 'User' | $T8 %]</th>
27 <th class="listheading">[% 'Project Number' | $T8 %]</th>
28 <th class="listheading">[% 'Project Description' | $T8 %]</th>
31 [% SET row_odd = '1' %][% FOREACH row = NO_CHART_ID %]
32 <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
33 <td align="left">[% HTML.escape(row.acc_trans_id) %]</td>
34 <td align="left">[% HTML.escape(row.gldate) %]</td>
35 <td align="left">[% HTML.escape(row.transdate) %]</td>
36 <td align="left">[% HTML.escape(row.amount) %]</td>
37 <td align="left">[% HTML.escape(row.trans_id) %]</td>
38 <td align="left">[% HTML.escape(row.source) %]</td>
39 <td align="left">[% HTML.escape(row.reference) %]</td>
40 <td align="left">[% HTML.escape(row.description) %]</td>
41 <td align="left">[% HTML.escape(row.notes) %]</td>
42 <td align="left">[% HTML.escape(row.name) %]</td>
43 <td align="left">[% HTML.escape(row.user) %]</td>
44 <td align="left">[% HTML.escape(row.projectnumber) %]</td>
45 <td align="left">[% HTML.escape(row.projectdescription) %]</td>
53 <p>[% 'Transactions without reference:' | $T8 %]</p>
56 <th class="listheading">[% 'Database ID' | $T8 %]</th>
57 <th class="listheading">[% 'Booking Date' | $T8 %]</th>
58 <th class="listheading">[% 'Invoice Date' | $T8 %]</th>
59 <th class="listheading">[% 'Amount' | $T8 %]</th>
60 <th class="listheading">[% 'Source' | $T8 %]</th>
61 <th class="listheading">[% 'Account Number' | $T8 %]</th>
62 <th class="listheading">[% 'Description' | $T8 %]</th>
63 <th class="listheading">[% 'Account Type' | $T8 %]</th>
64 <th class="listheading">[% 'Project Number' | $T8 %]</th>
65 <th class="listheading">[% 'Project Description' | $T8 %]</th>
68 [% SET row_odd = '1' %][% FOREACH row = NO_TRANS_ID %]
69 <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
70 <td align="left">[% HTML.escape(row.acc_trans_id) %]</td>
71 <td align="left">[% HTML.escape(row.gldate) %]</td>
72 <td align="left">[% HTML.escape(row.transdate) %]</td>
73 <td align="left">[% HTML.escape(row.amount) %]</td>
74 <td align="left">[% HTML.escape(row.source) %]</td>
75 <td align="left">[% HTML.escape(row.accno) %]</td>
76 <td align="left">[% HTML.escape(row.description) %]</td>
77 <td align="left">[% HTML.escape(row.category) %]</td>
78 <td align="left">[% HTML.escape(row.projectnumber) %]</td>
79 <td align="left">[% HTML.escape(row.projectdescription) %]</td>
86 <p>[% 'This is a very critical problem.' | $T8 %]</p>
87 <p>[% 'Please contact your administrator or a service provider.' | $T8 %]</p>
88 <p><a href="http://www.kivitendo.de/partner.html" target="_blank">[% 'Here' | $T8 %]</a> [% 'you can find professional help.' | $T8 %]</p>