Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision aeb5d92a

Von Bernd Bleßmann vor 27 Tagen hinzugefügt

  • ID aeb5d92a5150d537f8ee7665de0a22dd3853f9a7
  • Vorgänger 7dd981c4
  • Nachfolger 26fe3dfa

Zwischeninventur-Abgleich: Zählungsauswahl erzwingen und immer gruppieren

Unterschiede anzeigen:

templates/webpages/stock_counting_reconciliation/_filter.html
4 4
[%- USE HTML %]
5 5

  
6 6
<form action='controller.pl' method='post' id='filter_form'>
7
 <div class='filter_toggle'>
7
 <div class='filter_toggle' style='display:none'>
8 8
  <a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Show Filter' | $T8 %]</a>
9 9
  [% SELF.filter_summary | html %]
10 10
 </div>
11 11

  
12
 <div class='filter_toggle' style='display:none'>
12
 <div class='filter_toggle'>
13 13
  <a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Hide Filter' | $T8 %]</a>
14 14
  <table id='filter_table'>
15 15
   <tr>
16 16
    <th align="right">[% 'Stock Counting' | $T8 %]</th>
17 17
    <td>
18 18
     [% L.select_tag('filter.counting_id', SELF.countings,
19
                     default    => filter.counting_id,
20
                     title_key  => 'name',
21
                     value_key  => 'id',
22
                     with_empty => 1,
23
                     style      => 'width: 200px') %]
24
    </td>
25
   </tr>
26
   <tr>
27
    <th align="right">[% 'Group Counting Items' | $T8 %]</th>
28
    <td>
29
     [% L.checkbox_tag('group_counting_items', checked = FORM.group_counting_items, for_submit = 1) %]
19
                     default         => filter.counting_id,
20
                     title_key       => 'name',
21
                     value_key       => 'id',
22
                     with_empty      => 1,
23
                     style           => 'width: 200px',
24
                     'data-validate' => 'required') %]
30 25
    </td>
31 26
   </tr>
32 27
  </table>

Auch abrufbar als: Unified diff