Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 487dc744

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

  • ID 487dc744450a23c5423a5aa67e79294e927810a8
  • Vorgänger 45b8d134
  • Nachfolger 9941fd46

Neues Design 2019 Standard-Code templates/webpages/mass_invoice_create_print_from_do/_filter.html Filter-Include eingebaut

Unterschiede anzeigen:

templates/webpages/mass_invoice_create_print_from_do/_filter.html
<div>
<form action="controller.pl" method="post" id="search_form">
<div class="filter_toggle" [% IF noshow == 0 %]style="display:none"[% END %]>
<a href="#" onClick="javascript:$('.filter_toggle').toggle()">[% LxERP.t8('Show Filter') %]</a>
[% SELF.filter_summary %]
</div>
[% USE L %]
[% USE LxERP %]
[% USE HTML %]
<div class="filter_toggle" [% IF noshow == 1 %]style="display:none"[% END %]>
<a href="#" onClick="javascript:$('.filter_toggle').toggle()">[% LxERP.t8('Hide Filter') %]</a>
<table id="filter_table">
<tr>
<th align="right">[% LxERP.t8('Customer') %]</th>
<td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %]</td>
</tr>
<tr>
<th align="right">[% LxERP.t8('Customer type') %]</th>
<td>
[% L.select_tag('filter.customer.business_id', SELF.all_businesses,
[% BLOCK filter_toggle_panel %]
<table id="filter_table" class="tbl-horizontal">
<colgroup> <col class="wi-mediumsmall"><col class="wi-lightwide"> </colgroup>
<tbody>
<tr>
<th>[% LxERP.t8('Customer') %]</th>
<td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20, class='wi-lightwide' ) %]</td>
</tr>
<tr>
<th align="right">[% LxERP.t8('Customer type') %]</th>
<td>
[% L.select_tag('filter.customer.business_id', SELF.all_businesses,
default => filter.customer.business_id
title_key => 'description',
value_key => 'id',
with_empty => 1,
style => 'width: 200px') %]
</td>
</tr>
<tr>
<th align="right">[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('From Date') %]</th>
<td>[% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge) %]</td>
</tr>
<tr>
<th align="right">[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('To Date') %]</th>
<td>[% L.date_tag('filter.transdate:date::le', filter.transdate_date__le) %]</td>
</tr>
class => 'wi-lightwide') %]
</td>
</tr>
<tr>
<th>[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('From Date') %]</th>
<td>[% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge, class='wi-date' ) %]</td>
</tr>
<tr>
<th>[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('To Date') %]</th>
<td>[% L.date_tag('filter.transdate:date::le', filter.transdate_date__le, class='wi-date' ) %]</td>
</tr>
</tbody>
</table>
[% L.hidden_tag('action', 'MassInvoiceCreatePrint/' _ LIST_ACTION, id='filter_action') %]
[% L.hidden_tag('sort_by', FORM.sort_by) %]
[% L.hidden_tag('sort_dir', FORM.sort_dir) %]
[% L.hidden_tag('page', FORM.page) %]
[% L.button_tag('$("#search_form").resetForm()', LxERP.t8('Reset')) %]
[% L.hidden_tag('action', 'MassInvoiceCreatePrint/' _ LIST_ACTION, id='filter_action') %]
[% L.hidden_tag('sort_by', FORM.sort_by) %]
[% L.hidden_tag('sort_dir', FORM.sort_dir) %]
[% L.hidden_tag('page', FORM.page) %]
<div class="buttons">
[% L.button_tag('$("#search_form").resetForm()', LxERP.t8('Reset'), class='neutral') %]
</div>
[% END %]
</form>
</div>
<form action="controller.pl" method="post" id="search_form">
<div class="wrapper">
[% PROCESS common/toggle_panel.html %]
</div>
</form>

Auch abrufbar als: Unified diff