X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=310508b76e54141668deae3a045e7c94e6341159;hb=fee85764baaeeecac00c862a979cd52b4655fece;hp=7b6712d45e315550ad66fa67a5699128a4970594;hpb=4bcc6d5246fe26db457d9ae916963154fb89cda9;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 7b6712d45..310508b76 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -1,30 +1,29 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] -[%- USE L %] -[%- SET follow_up_trans_info = invnumber _ ' (' _ customer_name _ ')' %] +[%- USE L %][%- USE P -%] +[%- SET follow_up_trans_info = invnumber _ ' (' _ customer_obj.name _ ')' %] - - -
+ [%- FOREACH key = HIDDENS %] - + [%- END %] - - - - + + + + +

[% title %]

[% saved_message %]

-[%- PROCESS 'common/flash.html' %] +[%- INCLUDE 'common/flash.html' %] [%- INCLUDE 'generic/set_longdescription.html' %]
@@ -34,8 +33,16 @@
  • [% 'WebDAV' | $T8 %]
  • [%- END %] [%- IF id %] + [%- IF INSTANCE_CONF.get_doc_storage %] +
  • [% 'Documents' | $T8 %]
  • +
  • [% 'Attachments' | $T8 %]
  • + [%- END %] + [%- IF AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • + [%- END %] + [%- IF AUTH.assert('invoice_edit', 1) %]
  • [% LxERP.t8('Transactions') %]
  • + [%- END %] [%- END %] @@ -47,23 +54,10 @@ [% 'Customer' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - id = 'customer', - name = 'customer', - style = 'width: 250px', - class = 'initial_focus', - DATA = ALL_CUSTOMERS, - id_sub = 'vc_keys', - label_key = 'name', - select = vc_select, - limit = vclimit, - allow_textbox = 1, - onChange = "document.getElementById('update_button').click();" -%] - - - - - + [% P.customer_vendor_picker("customer_id", customer_id, type="customer", style="width: 250px", class="initial_focus", onchange="\$('#update_button').click()") %] + [% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %] + [% L.hidden_tag("previous_customer_id", customer_id) %] + [% L.hidden_tag("customer_pricegroup_id", customer_pricegroup_id) %] [%- IF ALL_CONTACTS.size %] @@ -74,15 +68,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 %] [% 'Credit Limit' | $T8 %] @@ -108,6 +103,17 @@ [%- END %] +[%- IF invoice_obj.sepa_exports.as_list.size %] + + [% LxERP.t8("SEPA exports") %] + + [% FOREACH export = invoice_obj.sepa_exports.as_list %] + [% HTML.escape(export.id) %] + [% UNLESS loop.last %], [% END %] + [% END %] + + +[%- END %] [%- IF business %] [% 'Customer type' | $T8 %] @@ -130,11 +136,11 @@ [%- END %] -[%- IF all_departments %] +[%- IF ALL_DEPARTMENTS %] [% '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 %] @@ -148,6 +154,8 @@ + + [%- IF show_exchangerate %] @@ -172,7 +180,7 @@ [% 'Transaction description' | $T8 %] - + [% L.input_tag("transaction_description", transaction_description, size=35, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %] @@ -196,11 +204,11 @@ [%- IF is_type_credit_note %] [% 'Credit Note Number' | $T8 %] - + [% 'Invoice Number' | $T8 %] - + [% 'Credit Note Date' | $T8 %] @@ -209,7 +217,7 @@ [%- ELSE %] [% 'Invoice Number' | $T8 %] - + [% 'Invoice Date' | $T8 %] @@ -224,7 +232,7 @@ [% 'Delivery Order Number' | $T8 %] - + [%- END %] @@ -233,7 +241,7 @@ [% 'Order Number' | $T8 %] - + [% 'Order Date' | $T8 %] @@ -241,7 +249,7 @@ [% 'Quotation Number' | $T8 %] - + [% 'Quotation Date' | $T8 %] @@ -249,7 +257,7 @@ [% 'Customer Order Number' | $T8 %] - + [% 'Project Number' | $T8 %] @@ -276,9 +284,11 @@ [% IF resubmit && is_format_html %] window.open('about:blank','Beleg'); document.invoice.target = 'Beleg'; - document.invoice.submit(); + kivi.SalesPurchase.show_print_dialog(); + kivi.SalesPurchase.print_record(); [% ELSIF resubmit %] - document.invoice.submit(); + kivi.SalesPurchase.show_print_dialog(); + kivi.SalesPurchase.print_record(); [% ELSIF creditwarning != '' %] alert('[% 'Credit Limit exceeded!!!' | $T8 %]'); [% ELSE %]