X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/96ee98b369f7e9d557f38291cd2bedeb00916e4f..8f7fe4a4:/templates/webpages/do/search.html diff --git a/templates/webpages/do/search.html b/templates/webpages/do/search.html index a5ecf752d..e46a942ce 100644 --- a/templates/webpages/do/search.html +++ b/templates/webpages/do/search.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE L %] -[%- USE HTML %][%- USE LxERP %] +[%- USE HTML %][%- USE LxERP %][%- USE P -%]
| [% IF is_customer %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %] | -- [%- UNLESS SHOW_VC_DROP_DOWN %] - - [%- ELSE %] - - - [%- END %] - | +[% P.input_tag(vc, "", class="fixed_width initial_focus") %] | ||||
|---|---|---|---|---|---|---|
| [% 'Department' | $T8 %] | -- - | +[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, class="fixed_width") %] | ||||
| [% 'Transaction description' | $T8 %] | -+ | + | [% 'Part Description' | $T8 %] | +|||
| [% 'Project Number' | $T8 %] | -+ | + | [% 'Part Number' | $T8 %] | +|||
| [% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %] | [% L.date_tag('transdatefrom') %] - | -[% 'Bis' | $T8 %] | -+ [% 'Bis' | $T8 %] [% L.date_tag('transdateto') %] | [% 'Reqdate' | $T8 %] [% 'From' | $T8 %] | [% L.date_tag('reqdatefrom') %] - | -[% 'Bis' | $T8 %] | -+ [% 'Bis' | $T8 %] [% L.date_tag('reqdateto') %] | - [%- IF is_customer %]
| [% 'Insert Date' | $T8 %] [% 'From' | $T8 %] | [% L.date_tag('insertdatefrom') %] - | -[% 'Bis' | $T8 %] | -+ [% 'Bis' | $T8 %] [% L.date_tag('insertdateto') %] | |||
| [% 'Include in Report' | $T8 %] | ||||||