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/reconciliation/search.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE L %]
4
[%- USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE LxERP %]
5 5

  
6
<h1>[% 'Reconciliation of bank accounts' | $T8 %]</h1>
6 7
<form method="post" action="controller.pl" id="search_form">
7 8

  
8
<table class="tbl-horizontal">
9
  <caption>[% 'Choose bank account for reconciliation' | $T8 %]</caption>
10
  <tbody>
11
    <tr>
12
     <th>[% 'Bank account' | $T8 %]</th>
13
     <td>[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, class='wi-wide') %]</td>
14
    </tr>
15
    <tr>
16
     <th>[% 'From' | $T8 %]</th>
17
     <td><span class="wi-date">[% L.date_tag('filter.fromdate:date::ge') %]</span></td>
18
    </tr>
19
    <tr>
20
     <th>[% 'to (date)' | $T8 %]</th>
21
     <td><span class="wi-date">[% L.date_tag('filter.todate:date::le') %]</span></td>
22
    </tr>
23
    <tr>
24
     <th>[% 'Cleared/uncleared only' | $T8 %]</th>
25
     <td>[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE', class='wi-wide' ) %]</td>
26
    </tr>
27
    <tr>
28
     <th>[% 'Show Stornos' | $T8 %]</th>
29
     <td>[% L.checkbox_tag('filter.show_stornos', value='1') %]</td>
30
    </tr>
31
  </tbody>
32
 </table>
9
<div class="wrapper">
10
  <table class="tbl-horizontal">
11
    <caption>[% 'Choose bank account for reconciliation' | $T8 %]</caption>
12
    <tbody>
13
      <tr>
14
       <th>[% 'Bank account' | $T8 %]</th>
15
       <td>[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, class='wi-wide') %]</td>
16
      </tr>
17
      <tr>
18
       <th>[% 'From' | $T8 %]</th>
19
       <td><span class="wi-date">[% L.date_tag('filter.fromdate:date::ge') %]</span></td>
20
      </tr>
21
      <tr>
22
       <th>[% 'to (date)' | $T8 %]</th>
23
       <td><span class="wi-date">[% L.date_tag('filter.todate:date::le') %]</span></td>
24
      </tr>
25
      <tr>
26
       <th>[% 'Cleared/uncleared only' | $T8 %]</th>
27
       <td>[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE', class='wi-wide' ) %]</td>
28
      </tr>
29
      <tr>
30
       <th>[% 'Show Stornos' | $T8 %]</th>
31
       <td>[% L.checkbox_tag('filter.show_stornos', value='1') %]</td>
32
      </tr>
33
    </tbody>
34
   </table>
35
</div>
33 36
</form>

Auch abrufbar als: Unified diff