Revision bbc7ea9f
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/delivery_value_report/_filter.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE L %] |
|
3 |
[%- USE LxERP %] |
|
4 |
[%- USE HTML %] |
|
5 | 1 |
<form action='controller.pl' method='post' id='filter_form'> |
6 | 2 |
<div class='filter_toggle'> |
7 | 3 |
<a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Show Filter' | $T8 %]</a> |
... | ... | |
39 | 35 |
<td>[% L.input_tag('filter.qty:number', filter.qty_number, size = 20) %]</td> |
40 | 36 |
</tr> |
41 | 37 |
[% IF SELF.vc == 'customer' %] |
38 |
[% USE T8 %] |
|
39 |
[% USE L %] |
|
40 |
[% USE LxERP %] |
|
41 |
[% USE HTML %] |
|
42 |
|
|
42 | 43 |
<tr> |
43 | 44 |
<th align="right">[% 'Customer' | $T8 %]</th> |
44 | 45 |
<td>[% L.input_tag('filter.order.customer.name:substr::ilike', filter.order.customer.name_substr__ilike, size = 20) %]</td> |
templates/webpages/delivery_value_report/report_top.html | ||
---|---|---|
1 |
[%- USE L %] |
|
2 | 1 |
[%- PROCESS 'delivery_value_report/_filter.html' filter=SELF.models.filtered.laundered %] |
3 | 2 |
<hr> |
3 |
[% USE L %] |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/delivery_value_report/