Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4c46e52d

Von Werner Hahn vor fast 2 Jahren hinzugefügt

  • ID 4c46e52dd9cc04f0ad08442081faaaca04f03940
  • Vorgänger 4c0ec910
  • Nachfolger 2bb06207

Design 4.0: Kunden/Lieferanten Reiter Belege Tabellen OP's

Unterschiede anzeigen:

templates/design40_webpages/customer_vendor_turnover/_list_open_items.html
3 3
[%- USE L %]
4 4
[%- USE HTML %]
5 5

  
6
<div id="sales_report">
7
  <table width="100%">
8
    <caption class="listtop">[%- HTML.escape(title) %]</caption>
9
    <tbody>
6
<div id="sales_report" class="wrapper">
7
  <table class="table-list wi-moderate">
8
    <caption>[%- HTML.escape(title) %]</caption>
9
    <thead>
10 10
      <tr>
11
        <td class="listheading">[% 'Type' | $T8 %]</td>
12
        <td class="listheading">[% 'Invoice Number' | $T8 %]</td>
13
        <td class="listheading">[% 'Invoice Date' | $T8 %]</td>
14
        <td class="listheading">[% 'Amount' | $T8 %]</td>
15
        <td class="listheading">[% 'Inv. Duedate' | $T8 %]</td>
16
        <td class="listheading">[% 'Paid' | $T8 %]</td>
17
        <td class="listheading">[% 'Open Amount' | $T8 %]</td>
11
        <th>[% 'Type' | $T8 %]</th>
12
        <th>[% 'Invoice Number' | $T8 %]</th>
13
        <th>[% 'Invoice Date' | $T8 %]</th>
14
        <th>[% 'Amount' | $T8 %]</th>
15
        <th>[% 'Inv. Duedate' | $T8 %]</th>
16
        <th>[% 'Paid' | $T8 %]</th>
17
        <th>[% 'Open Amount' | $T8 %]</th>
18 18
        [% IF FORM.db == 'customer' %]
19
          <td class="listheading">[% 'Dunnings (Id -- Dunning Date --Dunning Level -- Dunning Fee)' | $T8 %]</td>
19
          <th>[% 'Dunnings (Id -- Dunning Date --Dunning Level -- Dunning Fee)' | $T8 %]</th>
20 20
        [% END %]
21 21
      </tr>
22

  
22
    </thead>
23
    <tbody>
23 24
      [%- FOREACH row = OPEN_ITEMS %]
24 25
        [% IF FORM.db == 'customer' %]
25 26
          [% IF row.type == 'invoice' %]
templates/design40_webpages/customer_vendor_turnover/_list_open_orders.html
3 3
[%- USE L %]
4 4
[%- USE HTML %]
5 5

  
6
<div id="orders_report">
7
  <table width="100%">
8
    <caption class="listtop">[%- HTML.escape(title) %]</caption>
9
    <tbody>
6
<div id="orders_report" class="wrapper">
7
  <table class="table-list wi-moderate">
8
    <caption>[%- HTML.escape(title) %]</caption>
9
    <thead>
10 10
      <tr>
11
        <td class="listheading">[% 'Type' | $T8 %]</td>
12
        <td class="listheading">[% 'Order/RFQ Number' | $T8 %]</td>
13
        <td class="listheading">[% 'Date' | $T8 %]</td>
14
        <td class="listheading">[% 'Amount' | $T8 %]</td>
15
        <td class="listheading">[% 'Salesman' | $T8 %]</td>
16
        <td class="listheading">[% 'Transaction description' | $T8 %]</td>
11
        <th>[% 'Type' | $T8 %]</th>
12
        <th>[% 'Order/RFQ Number' | $T8 %]</th>
13
        <th>[% 'Date' | $T8 %]</th>
14
        <th>[% 'Amount' | $T8 %]</th>
15
        <th>[% 'Salesman' | $T8 %]</th>
16
        <th>[% 'Transaction description' | $T8 %]</th>
17 17
      </tr>
18
    </thead>
19
    <tbody>
18 20

  
19 21
      [%- FOREACH row = orders %]
20 22
      <tr class="listrow[% loop.count % 2 %]">

Auch abrufbar als: Unified diff