X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=7899ab3242a313baa29bf74eca3380b908416807;hb=032e3094aedff7d72652a4caf4fc1a1db9f3ad64;hp=a64a87da419bab7a0f177d81327aae5c3976dee3;hpb=f3a02fb642b3320d29955474c733cc953e557293;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index a64a87da4..7899ab324 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -1,21 +1,22 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] -[%- USE L %] +[%- USE L %][%- USE P -%] -
+ - - [%- IF is_sales_ord %] [% L.javascript_tag("js/edit_periodic_invoices_config") %] [%- END %] [%- FOREACH row = HIDDENS %] - + [%- END %] @@ -37,7 +38,11 @@ [%- IF INSTANCE_CONF.get_webdav %]
  • [% 'WebDAV' | $T8 %]
  • [%- END %] -[%- IF id %] +[%- IF id AND INSTANCE_CONF.get_doc_storage %] +
  • [% 'Documents' | $T8 %]
  • +
  • [% 'Attachments' | $T8 %]
  • +[%- END %] +[%- IF id AND AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • [%- END %] @@ -54,18 +59,10 @@ [% IF vc == 'customer' %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %] - [%- INCLUDE 'generic/multibox.html' - name = vc, - style = 'width: 250px', - class = 'initial_focus', - DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS, - id_sub = 'vc_keys', - label_key = 'name', - select = vc_select, - limit = vclimit, - allow_textbox = 1, - onChange = "document.getElementById('update_button').click();" -%] - + [%- SET vc_id = vc _ "_id" %] + [% P.customer_vendor_picker(vc_id, $vc_id, type=vc, style="width: 250px", class="initial_focus") %] + [% P.button_tag("show_vc_details('" _ HTML.escape(vc) _ "')", LxERP.t8("Details (one letter abbreviation)")) %] + [% P.hidden_tag("previous_" _ vc_id, $vc_id) %] [%- IF ALL_CONTACTS.size %] @@ -76,15 +73,16 @@ [%- END %] -[%- IF ALL_SHIPTO.size %] [% 'Shipping Address' | $T8 %] +[%- IF ALL_SHIPTO.size %] [% shiptos = [ [ "", LxERP.t8("No/individual shipping address") ] ] ; L.select_tag('shipto_id', shiptos.import(ALL_SHIPTO), default=shipto_id, value_key='shipto_id', title_key='displayable_id', style='width: 250px') %] +[%- END %] + [% L.button_tag("kivi.SalesPurchase.edit_custom_shipto()", LxERP.t8("Custom shipto")) %] -[%- END %] [%- IF is_order %] [% 'Credit Limit' | $T8 %] @@ -112,20 +110,18 @@ [% L.select_tag('taxzone_id', ( id ? ALL_TAXZONES : ALL_ACTIVE_TAXZONES), default=taxzone_id, title_key='description', style='width: 250px') %] -[%- IF ALL_DEPARTMENTS %] +[%- IF ALL_DEPARTMENTS.size %] [% 'Department' | $T8 %] - [% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_sub=\department_labels, with_empty=1, style='width:250px') %] + [% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_key = 'description', with_empty=1, style='width:250px') %] [%- END %] -[%- IF currencies %] [% 'Currency' | $T8 %] - [% currencies %] + [% L.select_tag("currency", ALL_CURRENCIES, value_key="name", default=currency, onchange="document.getElementById('update_button').click();") %] -[%- END %] [%- IF show_exchangerate %] [% 'Exchangerate' | $T8 %] @@ -194,17 +190,17 @@ [%- IF is_order %] [% 'Order Number' | $T8 %] - + [%- END %] [% IF is_req_quo %][% 'RFQ Number' | $T8 %][% ELSE %][% 'Quotation Number' | $T8 %][% END %] - + [%- IF is_order %] [% 'Customer Order Number' | $T8 %] - + [%- END %]