Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 586e98a1

Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID 586e98a187bbb42aced69ffe7d50ae5286921b04
  • Vorgänger cc1cfde8
  • Nachfolger a74932ea

Neues Design 2019 Standard-Code templates/webpages/dbupgrade/acc_trans_constraints.html

Unterschiede anzeigen:

templates/webpages/dbupgrade/acc_trans_constraints.html
<p>[% 'Transactions without account:' | $T8 %]</p>
<table>
<tr>
<th class="listheading">[% 'Database ID' | $T8 %]</th>
<th class="listheading">[% 'Gldate' | $T8 %]</th>
<th class="listheading">[% 'Transdate' | $T8 %]</th>
<th class="listheading">[% 'Amount' | $T8 %]</th>
<th class="listheading">[% 'ID' | $T8 %]</th>
<th class="listheading">[% 'Source' | $T8 %]</th>
<th class="listheading">[% 'Reference / Invoice Number' | $T8 %]</th>
<th class="listheading">[% 'Description' | $T8 %]</th>
<th class="listheading">[% 'Notes' | $T8 %]</th>
<th class="listheading">[% 'Employee' | $T8 %]</th>
<th class="listheading">[% 'User' | $T8 %]</th>
<th class="listheading">[% 'Project Number' | $T8 %]</th>
<th class="listheading">[% 'Project Description' | $T8 %]</th>
<th>[% 'Database ID' | $T8 %]</th>
<th>[% 'Gldate' | $T8 %]</th>
<th>[% 'Transdate' | $T8 %]</th>
<th>[% 'Amount' | $T8 %]</th>
<th>[% 'ID' | $T8 %]</th>
<th>[% 'Source' | $T8 %]</th>
<th>[% 'Reference / Invoice Number' | $T8 %]</th>
<th>[% 'Description' | $T8 %]</th>
<th>[% 'Notes' | $T8 %]</th>
<th>[% 'Employee' | $T8 %]</th>
<th>[% 'User' | $T8 %]</th>
<th>[% 'Project Number' | $T8 %]</th>
<th>[% 'Project Description' | $T8 %]</th>
</tr>
[% SET row_odd = '1' %][% FOREACH row = NO_CHART_ID %]
<tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
<td align="left">[% HTML.escape(row.acc_trans_id) %]</td>
<td align="left">[% HTML.escape(row.gldate) %]</td>
<td align="left">[% HTML.escape(row.transdate) %]</td>
<td align="left">[% HTML.escape(row.amount) %]</td>
<td align="left">[% HTML.escape(row.trans_id) %]</td>
<td align="left">[% HTML.escape(row.source) %]</td>
<td align="left">[% HTML.escape(row.reference) %]</td>
<td align="left">[% HTML.escape(row.description) %]</td>
<td align="left">[% HTML.escape(row.notes) %]</td>
<td align="left">[% HTML.escape(row.name) %]</td>
<td align="left">[% HTML.escape(row.user) %]</td>
<td align="left">[% HTML.escape(row.projectnumber) %]</td>
<td align="left">[% HTML.escape(row.projectdescription) %]</td>
<td>[% HTML.escape(row.acc_trans_id) %]</td>
<td>[% HTML.escape(row.gldate) %]</td>
<td>[% HTML.escape(row.transdate) %]</td>
<td>[% HTML.escape(row.amount) %]</td>
<td>[% HTML.escape(row.trans_id) %]</td>
<td>[% HTML.escape(row.source) %]</td>
<td>[% HTML.escape(row.reference) %]</td>
<td>[% HTML.escape(row.description) %]</td>
<td>[% HTML.escape(row.notes) %]</td>
<td>[% HTML.escape(row.name) %]</td>
<td>[% HTML.escape(row.user) %]</td>
<td>[% HTML.escape(row.projectnumber) %]</td>
<td>[% HTML.escape(row.projectdescription) %]</td>
</tr>
[% END %]
</table>
......
<p>[% 'Transactions without reference:' | $T8 %]</p>
<table>
<tr>
<th class="listheading">[% 'Database ID' | $T8 %]</th>
<th class="listheading">[% 'Gldate' | $T8 %]</th>
<th class="listheading">[% 'Transdate' | $T8 %]</th>
<th class="listheading">[% 'Amount' | $T8 %]</th>
<th class="listheading">[% 'Source' | $T8 %]</th>
<th class="listheading">[% 'Account Number' | $T8 %]</th>
<th class="listheading">[% 'Description' | $T8 %]</th>
<th class="listheading">[% 'Account Type' | $T8 %]</th>
<th class="listheading">[% 'Project Number' | $T8 %]</th>
<th class="listheading">[% 'Project Description' | $T8 %]</th>
<th>[% 'Database ID' | $T8 %]</th>
<th>[% 'Gldate' | $T8 %]</th>
<th>[% 'Transdate' | $T8 %]</th>
<th>[% 'Amount' | $T8 %]</th>
<th>[% 'Source' | $T8 %]</th>
<th>[% 'Account Number' | $T8 %]</th>
<th>[% 'Description' | $T8 %]</th>
<th>[% 'Account Type' | $T8 %]</th>
<th>[% 'Project Number' | $T8 %]</th>
<th>[% 'Project Description' | $T8 %]</th>
</tr>
[% SET row_odd = '1' %][% FOREACH row = NO_TRANS_ID %]
<tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
<td align="left">[% HTML.escape(row.acc_trans_id) %]</td>
<td align="left">[% HTML.escape(row.gldate) %]</td>
<td align="left">[% HTML.escape(row.transdate) %]</td>
<td align="left">[% HTML.escape(row.amount) %]</td>
<td align="left">[% HTML.escape(row.source) %]</td>
<td align="left">[% HTML.escape(row.accno) %]</td>
<td align="left">[% HTML.escape(row.description) %]</td>
<td align="left">[% HTML.escape(row.category) %]</td>
<td align="left">[% HTML.escape(row.projectnumber) %]</td>
<td align="left">[% HTML.escape(row.projectdescription) %]</td>
<td>[% HTML.escape(row.acc_trans_id) %]</td>
<td>[% HTML.escape(row.gldate) %]</td>
<td>[% HTML.escape(row.transdate) %]</td>
<td>[% HTML.escape(row.amount) %]</td>
<td>[% HTML.escape(row.source) %]</td>
<td>[% HTML.escape(row.accno) %]</td>
<td>[% HTML.escape(row.description) %]</td>
<td>[% HTML.escape(row.category) %]</td>
<td>[% HTML.escape(row.projectnumber) %]</td>
<td>[% HTML.escape(row.projectdescription) %]</td>
</tr>
[% END %]
</table>

Auch abrufbar als: Unified diff