X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fsearch.html;h=59f4b371c04ce2b2809b558bc48b4fa160ec07db;hb=08460123f185fc145d4d87ae150b6b5f051d119a;hp=ac1d70fd603aed327f254fc08932af90846f9b31;hpb=0070a2500fcd59d65a6f39a7a4e8d5eb9ef6cdbd;p=kivitendo-erp.git diff --git a/templates/webpages/ap/search.html b/templates/webpages/ap/search.html index ac1d70fd6..59f4b371c 100644 --- a/templates/webpages/ap/search.html +++ b/templates/webpages/ap/search.html @@ -29,6 +29,9 @@ [% 'Order Number' | $T8 %] [% L.input_tag("ordnumber", "", style=style) %] + + [% 'Transaction description' | $T8 %] + [% L.input_tag("transaction_description", "", style=style) %] [% 'Notes' | $T8 %] [% L.input_tag("notes", "", style=style) %] @@ -37,7 +40,7 @@ [% 'Project Number' | $T8 %] - [% P.project_picker("project_id", project_id, style=style) %] + [% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %] [% 'Part Number' | $T8 %] [% L.input_tag("parts_partnumber", "", style=style) %] @@ -49,6 +52,14 @@ [% L.date_tag('transdateto') %] + + [% 'Due Date' | $T8 %] + + [% L.date_tag('duedatefrom') %] + [% 'Bis' | $T8 %] + [% L.date_tag('duedateto') %] + + @@ -103,12 +114,16 @@ [% 'Notes' | $T8 %] [% 'Employee' | $T8 %] + + [% 'Department' | $T8 %] [% 'Subtotal' | $T8 %] [% 'Document Project Number' | $T8 %] + + [% 'Transaction description' | $T8 %] @@ -120,6 +135,12 @@ [% 'direct debit' | $T8 %] + + + [% 'Debit Account' | $T8 %] + + [% 'Insert Date' | $T8 %] + [% 'Vendor' | $T8 %]