X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/549f187d3a2b1d15f96c4556714666ed954447bb..HEAD:/templates/webpages/ar/search.html
diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html
index 3a6896222..007e17d2f 100644
--- a/templates/webpages/ar/search.html
+++ b/templates/webpages/ar/search.html
@@ -65,6 +65,38 @@
[% 'Ship via' | $T8 %] |
[% L.input_tag("shipvia", "", style=style) %] |
+
+ | [% 'Name (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptoname", "", style=style) %] |
+
+
+ | [% 'Department 1 (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptodepartment_1", "", style=style) %] |
+
+
+ | [% 'Department 2 (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptodepartment_2", "", style=style) %] |
+
+
+ | [% 'Street (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptostreet", "", style=style) %] |
+
+
+ | [% 'Zipcode (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptozipcode", "", style=style) %] |
+
+
+ | [% 'City (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptocity", "", style=style) %] |
+
+
+ | [% 'Country (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptocountry", "", style=style) %] |
+
+
+ | [% 'Payment Term' | $T8 %] |
+ [% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key="description", style=style) %] |
+
| [% 'Project Number' | $T8 %] |
[% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %] |
@@ -101,6 +133,14 @@
[% L.date_tag('duedateto') %]
+
+ | [% 'Date Paid' | $T8 %] |
+
+ [% L.date_tag('datepaidfrom') %]
+ [% 'Bis' | $T8 %]
+ [% L.date_tag('datepaidto') %]
+ |
+
[%- IF CT_CUSTOM_VARIABLES.size %]
@@ -208,12 +248,14 @@
|
[% 'direct debit' | $T8 %] |
-[% IF INSTANCE_CONF.get_doc_storage -%]
+ |
+ | [% 'Positions' | $T8 %] |
+[% IF INSTANCE_CONF.get_doc_storage -%]
|
[% 'Attachments' | $T8 %] |
-
[% END-%]
+
| [% 'Customer' | $T8 %] |
@@ -224,6 +266,29 @@
[% 'Country' | $T8 %] |
|
[% 'USt-IdNr.' | $T8 %] |
+ |
+ [% 'Dunning lock' | $T8 %] |
+
+
+ | [% 'Shipping Address' | $T8 %] |
+
+
+ |
+ [% 'Name' | $T8 %] |
+ |
+ [% 'Department 1' | $T8 %] |
+ |
+ [% 'Department 2' | $T8 %] |
+
+
+ |
+ [% 'Street' | $T8 %] |
+ |
+ [% 'Zipcode' | $T8 %] |
+ |
+ [% 'City' | $T8 %] |
+ |
+ [% 'Country' | $T8 %] |