X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Ftime_recording%2F_filter.html;h=16fbe6da912541adac58c2911875df85b5d5484d;hb=713de5ed35a8a1faea940354254c4e781631c495;hp=48259998797027b939a86227090e6f56ee24c4ee;hpb=22f2c3e86aeea63b9e25b6ba249ca9062ae337f8;p=kivitendo-erp.git diff --git a/templates/webpages/time_recording/_filter.html b/templates/webpages/time_recording/_filter.html index 482599987..16fbe6da9 100644 --- a/templates/webpages/time_recording/_filter.html +++ b/templates/webpages/time_recording/_filter.html @@ -1,5 +1,6 @@ [%- USE T8 %] [%- USE L %] +[%- USE P %] [%- USE LxERP %] [%- USE HTML %]
@@ -26,6 +27,18 @@ [% 'Customer Number' | $T8 %] [% L.input_tag('filter.customer.customernumber:substr::ilike', filter.customer.customernumber_substr__ilike, size = 20) %] + + [% 'Order Number' | $T8 %] + [% L.input_tag('filter.order.ordnumber:substr::ilike', filter.order.ordnumber_substr__ilike, size = 20) %] + + + [% 'Project' | $T8 %] + [% P.project.picker('filter.project_id', filter.project_id, active="both", valid="both", description_style='both', size = 20) %] + + + [% 'Description' | $T8 %] + [% L.input_tag('filter.description:substr::ilike', filter.description_substr__ilike, size = 20) %] + [%- IF SELF.can_view_all -%]