X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=e63f6cd1dcd3a7e31b4bb2353c9dcf9f1fe2e0ba;hb=5fbbcc264d55bb7b7f9f66a431d87d95d5857093;hp=06f1429c77e23335249c8112d5afb3190f8e36f3;hpb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 06f1429c7..e63f6cd1d 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, -%] @@ -87,12 +87,12 @@ [% '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, -%] @@ -126,6 +126,20 @@ [% L.date_tag('reqdateto') %] + + [%- IF type == 'sales_order' %] + + [% 'Insert Date' | $T8 %] [% 'From' | $T8 %] + + [% L.date_tag('insertdatefrom') %] + + [% 'Bis' | $T8 %] + + [% L.date_tag('insertdateto') %] + + + [%- END %] + [%- IF type == 'sales_quotation' %] [% 'Expected billing date' | $T8 %] [% 'From' | $T8 %] @@ -145,6 +159,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 %] @@ -206,6 +229,12 @@ + [%- IF type == 'sales_order' %] + + + + + [%- END %] @@ -252,6 +281,10 @@ + + + + @@ -308,6 +341,9 @@ + + [% CT_CUSTOM_VARIABLES_INCLUSION_CODE %] + [%- IF type == 'sales_order' %]
[%- END %]