X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/baf226d0b65e64f9475dea46b35d88d52fed1cc6..69e526ee5:/templates/webpages/oe/form_header.html diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 83d1b6527..7899ab324 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -3,7 +3,10 @@ [%- USE LxERP %] [%- USE L %][%- USE P -%] -
+ @@ -13,7 +16,7 @@ [%- END %] [%- FOREACH row = HIDDENS %] - + [%- END %] @@ -35,6 +38,10 @@ [%- IF INSTANCE_CONF.get_webdav %]
  • [% 'WebDAV' | $T8 %]
  • [%- END %] +[%- 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 %] @@ -66,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 %] @@ -110,12 +118,10 @@ [%- 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 %] @@ -184,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 %]