X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fsearch.html;h=4f03f6a1ee938d30bac1904af02f8993e7d7082b;hb=3b955bea1639c5202f4fc26c2903a22c0b3d5db6;hp=c32800377d9d6706e27d09e5e55ef993bed9c70a;hpb=0aa885f4f0bb531a7691a641f954ff296ffa04a5;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index c32800377..4f03f6a1e 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -56,7 +56,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) %] [% IF ALL_BUSINESS_TYPES.as_list.size > 0 %] @@ -68,6 +68,12 @@ [% 'Show only marked as paid invoices' | $T8 %] [% L.checkbox_tag('show_marked_as_closed') %] + [% IF INSTANCE_CONF.get_email_journal %] + + [% 'Show only not mailed invoices' | $T8 %] + [% L.checkbox_tag('show_not_mailed') %] + + [% END %] [% 'Invoice Date' | $T8 %] @@ -129,7 +135,12 @@ [% 'Customer Number' | $T8 %] [% 'Department' | $T8 %] - + + + + [% 'Delivery Order Number' | $T8 %] + + [% 'Delivery Date' | $T8 %]