X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a809ab0a8e5c2f991ebbad1ccda9f31f1c009c7c..c0ed7d2fa:/templates/webpages/oe/search.html diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index c88121162..b7161ee8d 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -25,7 +25,7 @@ id_sub = 'vc_keys', label_key = 'name', select = vc_select, - limit = vclimit, + limit = MYCONFIG.vclimit, show_empty = 1, allow_textbox = 1, class = 'initial_focus', @@ -46,7 +46,7 @@ DATA = ALL_DEPARTMENTS, id_key = 'id', label_key = 'description', - limit = vclimit, + limit = MYCONFIG.vclimit, show_empty = 1, allow_textbox = 1, -%] @@ -81,22 +81,28 @@ [% 'Transaction description' | $T8 %] - + + + [% 'Part Description' | $T8 %] + [% 'Project Number' | $T8 %] - + [%- INCLUDE 'generic/multibox.html' - name = vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id', + name = MYCONFIG.vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id', style = "width: 250px", DATA = ALL_PROJECTS, id_key = 'id', label_key = 'projectnumber', - limit = vclimit, + limit = MYCONFIG.vclimit, show_empty = 1, allow_textbox = 1, -%] + + [% 'Part Number' | $T8 %] + [%- UNLESS ALL_BUSINESS_TYPES.size == 0 %] @@ -159,6 +165,15 @@ [%- END %] + +[%- IF CT_CUSTOM_VARIABLES.size %] + + + [% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %] + + [% CT_CUSTOM_VARIABLES_FILTER_CODE %] +[%- END %] + [% 'Include in Report' | $T8 %] @@ -272,6 +287,10 @@ + + + + @@ -328,6 +347,9 @@ + + [% CT_CUSTOM_VARIABLES_INCLUSION_CODE %] + [%- IF type == 'sales_order' %]
[%- END %]