Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f059d567

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

  • ID f059d5673cd5d220f6cf9883dd3fcaf700ea8c9b
  • Vorgänger 4f9e9fc6
  • Nachfolger 49779676

Neues Design 2019 Standard-Code templates/webpages/dunning/show_invoices.html

Unterschiede anzeigen:

templates/webpages/dunning/show_invoices.html
6 6
<h1>[% title %]</h1>
7 7

  
8 8
[% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %]
9
[% SET all_email = 1 %][% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %][% LAST %][% END %][% END %]
10
 <form name="Form" method="post" action="dn.pl" id="form">
11

  
12
  <h2>[% LxERP.t8("Print options") %]</h2>
13

  
14
  [% L.checkbox_tag("force_lang", label=LxERP.t8('Override invoice language'), checked=force_lang) %]
15
  [% PRINT_OPTIONS %]
16

  
17
  <h2>[% LxERP.t8("Overdue invoices") %]</h2>
18

  
9
[% SET all_email = 1 %] [% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %]  [% LAST %][% END %][% END %]
10
<form name="Form" method="post" action="dn.pl" id="form">
11

  
12
<div class="wrapper">
13
  <div class="select-item control-panel">
14
    <h3>[% LxERP.t8("Print options") %]</h3>
15
    [% L.checkbox_tag("force_lang", label=LxERP.t8('Override invoice language'), checked=force_lang) %]
16
    [% PRINT_OPTIONS %]
17
  </div>
19 18
  <p>[% 'The columns &quot;Dunning Duedate&quot;, &quot;Total Fees&quot; and &quot;Interest&quot; show data for the previous dunning created for this invoice.' | $T8 %]</p>
20

  
21
  <table width="100%" id="dunning_invoice_list">
22
   <th class="listheading" colspan="2">[% 'Current / Next Level' | $T8 %]</th>
23

  
24
   <th class="listheading">
25
    [% L.checkbox_tag('selectall_active', checkall='INPUT[name*=active_]', checked=all_active) %]
26
    <label for="selectall_active">[% 'Active?' | $T8 %]</label>
27
   </th>
28

  
29
   <th class="listheading">
30
    [% L.checkbox_tag('selectall_email', checkall='INPUT[name*=email_]', checked=all_email) %]
31
    <label for="selectall_email">[% 'eMail?' | $T8 %]</label>
32
   </th>
33

  
34
   <th class="listheading">[% 'Customername' | $T8 %]</th>
35
   <th class="listheading">[% 'Department' | $T8 %]</th>
36
   <th class="listheading">[% 'Language' | $T8 %]</th>
37
   <th class="listheading">[% 'Invno.' | $T8 %]</th>
38
   <th class="listheading">[% 'Invdate' | $T8 %]</th>
39
   <th class="listheading">[% 'Inv. Duedate' | $T8 %]</th>
40
   <th class="listheading">[% 'Amount' | $T8 %]</th>
41
   <th class="listheading">[% 'Open Amount' | $T8 %]</th>
42
   <th class="listheading">[% 'Dunning Duedate' | $T8 %]</th>
43
   <th class="listheading">[% 'Total Fees' | $T8 %]</th>
44
   <th class="listheading">[% 'Interest' | $T8 %]</th>
45
   [% IF l_include_direct_debit %]
46
    <th class="listheading">[% 'direct debit' | $T8 %]</th>
47
   [% END %]
48

  
49
   <!-- Ausgabe der einzelnen Zeilen -->
50

  
51
   [% FOREACH row = DUNNINGS %]
52
    <tr class="listrow[% loop.count % 2 %][% IF row.direct_debit %] direct_debit[% END %]">
53

  
54
     <td>
55
      <input type="hidden" name="inv_id_[% loop.count %]" size="2" value="[% HTML.escape(row.id) %]">
56
      <input type="hidden" name="customer_id_[% loop.count %]" size="2" value="[% HTML.escape(row.customer_id) %]">
57
      [% IF row.dunning_level %][% HTML.escape(row.dunning_level) %][% ELSE %]&nbsp;[% END %]
58
     </td>
59

  
60
     <td>
61
      <select name="next_dunning_config_id_[% loop.count %]">
62
       [% FOREACH cfg_row = row.DUNNING_CONFIG %]<option value="[% HTML.escape(cfg_row.id) %]" [% IF cfg_row.SELECTED %]selected[% END %]>[% HTML.escape(cfg_row.dunning_description) %]</option>[% END %]
63
      </select>
64
     </td>
65

  
66
     <td><input type="checkbox" name="active_[% loop.count %]" value="1" [% IF row.active %]checked[% END %]></td>
67
     <td><input type="checkbox" name="email_[% loop.count %]" value="1" [% IF row.email %]checked[% END %]></td>
68
     <td><input type="hidden" name="customername_[% loop.count %]" size="6" value="[% HTML.escape(row.customername) %]">[% HTML.escape(row.customername) %]</td>
69
     <td><input type="hidden" name="department_[% loop.count %]" size="6" value="[% HTML.escape(row.departmentname) %]">[% HTML.escape(row.departmentname) %]</td>
70
     <td><input type="hidden" name="language_id_[% loop.count %]" size="6" value="[% HTML.escape(row.language_id) %]">[% HTML.escape(row.language) %]</td>
71
     <td>
72
      <input type="hidden" name="invnumber_[% loop.count %]" size="6" value="[% HTML.escape(row.invnumber) %]">
73
      <a href="[% IF row.invoice %]is[% ELSE %]ar[% END %].pl?action=edit&type=invoice&id=[% row.id | url %]">[% HTML.escape(row.invnumber) %]</a>
74
     </td>
75
     <td><input type="hidden" name="invdate_[% loop.count %]" size="6" value="[% HTML.escape(row.transdate) %]">[% HTML.escape(row.transdate) %]</td>
76
     <td><input type="hidden" name="inv_duedate_[% loop.count %]" size="6" value="[% HTML.escape(row.duedate) %]">[% HTML.escape(row.duedate) %]</td>
77
     <td align="right"><input type="hidden" name="amount_[% loop.count %]" size="6" value="[% HTML.escape(row.amount) %]">[% HTML.escape(row.amount) %]</td>
78
     <td align="right"><input type="hidden" name="open_amount_[% loop.count %]" size="6" value="[% HTML.escape(row.open_amount) %]">[% HTML.escape(row.open_amount) %]</td>
79
     <td>[% HTML.escape(row.dunning_duedate) %]</td>
80
     <td align="right"><input type="hidden" name="fee_[% loop.count %]" size="6" value="[% HTML.escape(row.fee) %]">[% HTML.escape(row.fee) %]</td>
81
     <td align="right"><input type="hidden" name="interest_[% loop.count %]" size="6" value="[% HTML.escape(row.interest) %]">[% HTML.escape(row.interest) %]</td>
82
     [% IF l_include_direct_debit %]
83
     <td>
84
      [% IF row.direct_debit %][% LxERP.t8("yes") %][% ELSE %][% LxERP.t8("no") %][% END %]
85
     </td>
19
</div><!-- /.wrapper -->
20

  
21
<table id="dunning_invoice_list" class="tbl-list wi-moderate">
22
  <caption>[% LxERP.t8("Overdue invoices") %]</caption>
23
  <thead>
24
    <th colspan="2">[% 'Current / Next Level' | $T8 %]</th>
25
    <th class="center">
26
      <label for="selectall_active">[% 'Active?' | $T8 %]</label>
27
      [% L.checkbox_tag('selectall_active', checkall='INPUT[name*=active_]', checked=all_active) %]
28
    </th>
29
    <th class="center">
30
      <label for="selectall_email">[% 'eMail?' | $T8 %]</label>
31
      [% L.checkbox_tag('selectall_email', checkall='INPUT[name*=email_]', checked=all_email) %]
32
    </th>
33
    <th>[% 'Customername' | $T8 %]</th>
34
    <th>[% 'Department' | $T8 %]</th>
35
    <th>[% 'Language' | $T8 %]</th>
36
    <th>[% 'Invno.' | $T8 %]</th>
37
    <th>[% 'Invdate' | $T8 %]</th>
38
    <th>[% 'Inv. Duedate' | $T8 %]</th>
39
    <th class="right">[% 'Amount' | $T8 %]</th>
40
    <th class="right">[% 'Open Amount' | $T8 %]</th>
41
    <th>[% 'Dunning Duedate' | $T8 %]</th>
42
    <th class="right">[% 'Total Fees' | $T8 %]</th>
43
    <th class="right">[% 'Interest' | $T8 %]</th>
44
    [% IF l_include_direct_debit %]
45
      <th class="right">[% 'direct debit' | $T8 %]</th>
46
    [% END %]
47
  </thead>
48
  <!-- Ausgabe der einzelnen Zeilen -->
49
  <tbody>
50
    [% FOREACH row = DUNNINGS %]
51
       <tr[% IF row.direct_debit %] class="direct_debit"[% END %]>
52
         <td>
53
           <input type="hidden" name="inv_id_[% loop.count %]" size="2" value="[% HTML.escape(row.id) %]">
54
           <input type="hidden" name="customer_id_[% loop.count %]" size="2" value="[% HTML.escape(row.customer_id) %]">
55
           [% IF row.dunning_level %][% HTML.escape(row.dunning_level) %][% ELSE %]&nbsp;[% END %]
56
         </td>
57
         <td>
58
           <select name="next_dunning_config_id_[% loop.count %]">
59
             [% FOREACH cfg_row = row.DUNNING_CONFIG %]<option value="[% HTML.escape(cfg_row.id) %]" [% IF cfg_row.SELECTED %]selected[% END %]>[% HTML.escape(cfg_row.dunning_description) %]</option>[% END %]
60
           </select>
61
         </td>
62
         <td class="center"><input type="checkbox" name="active_[% loop.count %]" value="1" [% IF row.active %]checked[% END %]></td>
63
         <td class="center"><input type="checkbox" name="email_[% loop.count %]" value="1" [% IF row.email %]checked[% END %]></td>
64
         <td><input type="hidden" name="customername_[% loop.count %]" size="6" value="[% HTML.escape(row.customername) %]">[% HTML.escape(row.customername) %]</td>
65
         <td><input type="hidden" name="department_[% loop.count %]" size="6" value="[% HTML.escape(row.departmentname) %]">[% HTML.escape(row.departmentname) %]</td>
66
         <td><input type="hidden" name="language_id_[% loop.count %]" size="6" value="[% HTML.escape(row.language_id) %]">[% HTML.escape(row.language) %]</td>
67
         <td>
68
           <input type="hidden" name="invnumber_[% loop.count %]" size="6" value="[% HTML.escape(row.invnumber) %]">
69
           <a href="[% IF row.invoice %]is[% ELSE %]ar[% END %].pl?action=edit&type=invoice&id=[% row.id | url %]">[% HTML.escape(row.invnumber) %]</a>
70
         </td>
71
         <td><input type="hidden" name="invdate_[% loop.count %]" size="6" value="[% HTML.escape(row.transdate) %]">[% HTML.escape(row.transdate) %]</td>
72
         <td><input type="hidden" name="inv_duedate_[% loop.count %]" size="6" value="[% HTML.escape(row.duedate) %]">[% HTML.escape(row.duedate) %]</td>
73
         <td class="numeric"><input type="hidden" name="amount_[% loop.count %]" size="6" value="[% HTML.escape(row.amount) %]">[% HTML.escape(row.amount) %]</td>
74
         <td class="numeric"><input type="hidden" name="open_amount_[% loop.count %]" size="6" value="[% HTML.escape(row.open_amount) %]">[% HTML.escape(row.open_amount) %]</td>
75
         <td>[% HTML.escape(row.dunning_duedate) %]</td>
76
         <td class="numeric"><input type="hidden" name="fee_[% loop.count %]" size="6" value="[% HTML.escape(row.fee) %]">[% HTML.escape(row.fee) %]</td>
77
         <td class="numeric"><input type="hidden" name="interest_[% loop.count %]" size="6" value="[% HTML.escape(row.interest) %]">[% HTML.escape(row.interest) %]</td>
78
         [% IF l_include_direct_debit %]
79
           <td class="numeric">
80
             [% IF row.direct_debit %][% LxERP.t8("yes") %][% ELSE %][% LxERP.t8("no") %][% END %]
81
           </td>
82
         [% END %]
83
       </tr>
86 84
     [% END %]
87
    </tr>
88
   [% END %]
89
  </table>
85
  </tbody>
86
</table>
90 87

  
91
  <input name="rowcount" type="hidden" value="[% HTML.escape(rowcount) %]">
92
  <input name="groupinvoices" type="hidden" value="[% HTML.escape(groupinvoices) %]">
88
<input name="rowcount" type="hidden" value="[% HTML.escape(rowcount) %]">
89
<input name="groupinvoices" type="hidden" value="[% HTML.escape(groupinvoices) %]">
90
<input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
93 91

  
94
  <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
95
 </form>
92
</form>

Auch abrufbar als: Unified diff