X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fsearch.html;h=8676fb55c1bef58052662919b125d87b14b2b864;hb=d4822592760d8731199dae24df91a3121c1c64f1;hp=467d4b290f350b65a092faad7db49f36ce7b748f;hpb=85b0c4abbd467480f39106241e9cbe037710a157;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index 467d4b290..8676fb55c 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -1,118 +1,115 @@ [%- USE T8 %] -[%- USE L %] +[%- USE L %][%- USE P -%] +[%- SET style="width: 250px" %] +

[% title %]

-
+ + [% L.hidden_tag("action", nextsub) %] + [% L.hidden_tag("sort", "transdate") %] - - @@ -124,110 +121,116 @@
[% title %]
- + + + + + - + - + - + - + - + - + + + + + - + + + - + + + + + + + + + - + - [% IF SHOW_BUSINESS_TYPES %] + [% IF ALL_BUSINESS_TYPES.as_list.size > 0 %] - + + + [% END %] + + + + + [% IF INSTANCE_CONF.get_email_journal %] + + + [% END %] - + - - - + + + + + +[%- IF CT_CUSTOM_VARIABLES.size %] + + + + + [% CT_CUSTOM_VARIABLES_FILTER_CODE %] +[%- END %] +
[% 'Customer' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'customer', - default = oldcustomer, - style = 'width: 250px', - DATA = ALL_VC, - id_sub = 'vc_keys', - label_key = 'name', - select = vc_select, - limit = vclimit, - show_empty = 1, - allow_textbox = 1, - class = 'initial_focus', - -%] - [% L.input_tag("customer", customer, style=style, class="initial_focus") %]
[% 'Contact Person' | $T8 %][% L.input_tag("cp_name", '', style=style) %]
[% 'Department' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'department', - select_name = 'department_id', - style = 'width: 250px', - DATA = ALL_DEPARTMENTS, - id_key = 'id', - label_key = 'description', - show_empty = 1, - allow_textbox = 0, - -%] - [% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style=style) %]
[% 'Invoice Number' | $T8 %][% L.input_tag("invnumber", "", style=style) %]
[% 'Order Number' | $T8 %][% L.input_tag("ordnumber", "", style=style) %]
[% 'Customer Order Number' | $T8 %][% L.input_tag("cusordnumber", "", style=style) %]
[% 'Employee' | $T8 %][% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %][% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style=style) %]
[% 'Salesman' | $T8 %][% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %][% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style=style) %]
[% 'Steuersatz' | $T8 %][% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style=style) %]
[% 'Transaction description' | $T8 %][% L.input_tag("transaction_description", "", style=style) %][% 'Part Description' | $T8 %][% L.input_tag("parts_description", "", style=style) %]
[% 'Notes' | $T8 %][% L.input_tag("notes", "", style=style) %][% 'Part Number' | $T8 %][% L.input_tag("parts_partnumber", "", style=style) %]
[% 'Shipping Point' | $T8 %][% L.input_tag("shippingpoint", "", style=style) %][% 'Ship via' | $T8 %][% L.input_tag("shipvia", "", style=style) %]
[% 'Project Number' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'project_id', - style = "width: 250px", - DATA = ALL_PROJECTS, - id_key = 'id', - label_key = 'projectnumber', - limit = vclimit, - show_empty = 1, - allow_textbox = 0, - -%] - [% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %]
[% 'Customer type' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'business_id', - style = "width: 250px", - DATA = ALL_BUSINESS_TYPES, - id_key = 'id', - label_key = 'description', - limit = vclimit, - show_empty = 1, - allow_textbox = 0, - -%] - [% L.select_tag("business_id", ALL_BUSINESS_TYPES, with_empty=1, title_key="description", style=style) %]
[% 'Show only marked as paid invoices' | $T8 %][% L.checkbox_tag('show_marked_as_closed') %]
[% 'Show only not mailed invoices' | $T8 %][% L.checkbox_tag('show_not_mailed') %]
[% 'From' | $T8 %][% 'Invoice Date' | $T8 %] [% L.date_tag('transdatefrom') %] - [% 'Bis' | $T8 %] - [% L.date_tag('transdateto') %] + [% 'Bis' | $T8 %] + [% L.date_tag('transdateto') %]
[% 'Due Date' | $T8 %] + [% L.date_tag('duedatefrom') %] + [% 'Bis' | $T8 %] + [% L.date_tag('duedateto') %] +
[% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %]
- + - + - + - + - + - + - + - + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + - + - + - + - + - - - - - - - - + +
[% 'Open' | $T8 %] [% 'Closed' | $T8 %]
[% 'ID' | $T8 %] [% 'Invoice Number' | $T8 %] [% 'Order Number' | $T8 %] [% 'Customer Order Number' | $T8 %]
[% 'Invoice Date' | $T8 %] [% 'Customer' | $T8 %] [% 'Customer Number' | $T8 %][% 'Department' | $T8 %]
[% 'Delivery Order Number' | $T8 %][% 'Delivery Date' | $T8 %]
[% 'Amount' | $T8 %] [% 'Tax' | $T8 %] [% 'Total' | $T8 %]
[% 'Date Paid' | $T8 %] [% 'Paid' | $T8 %] [% 'Due Date' | $T8 %] [% 'Amount Due' | $T8 %]
[% 'Notes' | $T8 %] [% 'Salesperson' | $T8 %] [% 'Shipping Point' | $T8 %] [% 'Ship via' | $T8 %]
[% 'Ertrag' | $T8 %] [% 'Ertrag prozentual' | $T8 %] [% 'Employee' | $T8 %]
[% 'Subtotal' | $T8 %] [% 'Document Project Number' | $T8 %] [% 'Transaction description' | $T8 %][% 'Dunning level' | $T8 %]
[% 'Steuersatz' | $T8 %][% 'Payment Terms' | $T8 %][% 'Chart' | $T8 %][% 'direct debit' | $T8 %]
[% 'Customer' | $T8 %] [% 'Customer' | $T8 %]
[% 'Customer Number' | $T8 %] [% 'Country' | $T8 %] [% 'USt-IdNr.' | $T8 %][% 'Steuersatz' | $T8 %]
[% 'Payment Terms' | $T8 %][% 'Buchungskonto' | $T8 %]
+ +
+ [% CT_CUSTOM_VARIABLES_INCLUSION_CODE %] +
+
- -
- - -
-
-