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