Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3fc38171

Von Andreas Rudin vor etwa 6 Jahren hinzugefügt

  • ID 3fc381717c5e7f0f657f604880fac7b7be4e492b
  • Vorgänger 9439c4f2
  • Nachfolger a58ef474

HP Aenderungen bis Oktober 2018

Unterschiede anzeigen:

templates/webpages/rp/erfolgsrechnung.html
5 5
<h2>
6 6
  <b>[% company %]<br></b>
7 7
  [% address %]<br>
8
  <big>[% 'ERFOLGSRECHNUNG' %]<br></big>
8
  <big>[% 'ERFOLGSRECHNUNG' %]</big><br>
9 9
  <i>[% fromdate %] bis [% todate %]</i>
10 10
</h2>
11 11

  
12 12
<table class="tbl-list">
13 13
  <tbody>
14
  [% FOREACH category = categories %]
15
    <tr>
16
      <th class="caption" colspan="3">[% category.name %]</th>
17
    </tr>
18
    [% FOREACH row = category.accounts %]
14
    [% FOREACH category = categories %]
15
      <tr>
16
        <th class="caption" colspan="3">[% category.name %]</th>
17
      </tr>
18
      [% FOREACH row = category.accounts %]
19
        <tr>
20
          <td>[% row.accno %]</td>
21
          <td>[% row.description %]</td>
22
          <td class="numeric">[% row.total %]</td>
23
        </tr>
24
      [% END %]
19 25
      <tr>
20
        <td>[% row.accno %]</td>
21
        <td>[% row.description %]</td>
22
        <td class="numeric">[% row.total %]</td>
26
        <th colspan="2">TOTAL</th>
27
        <td class="right">[% category.total %]</td>
23 28
      </tr>
24 29
    [% END %]
25
    <tr>
26
      <th colspan="2">TOTAL</th>
27
      <td class="right">[% category.total %]</td>
28
    </tr>
29
  [% END %]
30 30
  </tbody>
31 31
  <tfoot>
32
  <tr>
33
    <th colspan="2">GEWINN/VERLUST</th>
34
    <td class="numeric">[% total %]<br><hr noshade size="2"></td>
35
  </tr>
32
    <tr>
33
      <th colspan="2">GEWINN/VERLUST</th>
34
      <td class="numeric">[% total %]<br><hr noshade size="2"></td>
35
    </tr>
36 36
  </tfoot>
37 37
</table>

Auch abrufbar als: Unified diff