X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=3a3c170703b2cc155ca67c1e9b791384bfe2a620;hb=677f0dd53d5f964fb4e69eaf7236ffb6a830568b;hp=66367ef88cd80ac98b9f166b1ef96bf981290015;hpb=e6291b3ab19b0f14f39ef371cbb337d6e7667d1c;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 66367ef88..3a3c17070 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -34,8 +34,9 @@ [%- END %] [%- IF id %] [%- IF INSTANCE_CONF.get_doc_storage %] -
  • [% 'Documents' | $T8 %]
  • -
  • [% 'Attachments' | $T8 %]
  • + [% object_type = is_type_credit_note? 'credit_note' : 'invoice' %] +
  • [% 'Documents' | $T8 %]
  • +
  • [% 'Attachments' | $T8 %]
  • [%- END %] [%- IF AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • @@ -54,7 +55,7 @@ [% 'Customer' | $T8 %] - [% P.customer_vendor_picker("customer_id", customer_id, type="customer", style="width: 250px", class="initial_focus", onchange="\$('#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) %] @@ -136,6 +137,14 @@ [%- END %] +[%- IF ALL_LANGUAGES %] + + [% 'Language' | $T8 %] + + [% L.select_tag('language_id', ALL_LANGUAGES, default = language_id, title_key = 'description', with_empty = 1, style = 'width:250px') %] + + +[%- END %] [%- IF ALL_DEPARTMENTS %] [% 'Department' | $T8 %] @@ -163,7 +172,7 @@ [% 'Exchangerate' | $T8 %] [%- IF forex %] - [% LxERP.format_amount(exchangerate, 2) %] + [% LxERP.format_amount(exchangerate, 5) %] [%- ELSE %] [%- END %] @@ -180,7 +189,7 @@ [% 'Transaction description' | $T8 %] - + [% L.input_tag("transaction_description", transaction_description, size=35, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %] @@ -204,7 +213,16 @@ [%- IF is_type_credit_note %] [% 'Credit Note Number' | $T8 %] - + +[%- IF INSTANCE_CONF.get_sales_purchase_record_numbers_changeable %] + [% L.input_tag("invnumber", invnumber, size="11") %] +[%- ELSIF id %] + [% L.hidden_tag("invnumber", invnumber) %] + [% HTML.escape(invnumber) %] +[%- ELSE %] + [% LxERP.t8("will be set upon posting") %] +[%- END %] + [% 'Invoice Number' | $T8 %] @@ -217,7 +235,16 @@ [%- ELSE %] [% 'Invoice Number' | $T8 %] - + +[%- IF INSTANCE_CONF.get_sales_purchase_record_numbers_changeable %] + [% L.input_tag("invnumber", invnumber, size="11") %] +[%- ELSIF id %] + [% L.hidden_tag("invnumber", invnumber) %] + [% HTML.escape(invnumber) %] +[%- ELSE %] + [% LxERP.t8("will be set upon posting") %] +[%- END %] + [% 'Invoice Date' | $T8 %] @@ -230,8 +257,14 @@ +[%- END %] + + [% LxERP.t8('Tax point') %] + [% L.date_tag('tax_point', tax_point, id='tax_point') %] + +[%- IF !is_type_credit_note %] - [% 'Delivery Order Number' | $T8 %] + [% 'Delivery Order Number' | $T8 %] [%- END %] @@ -284,9 +317,11 @@ [% IF resubmit && is_format_html %] window.open('about:blank','Beleg'); document.invoice.target = 'Beleg'; - $('#action_print').click(); + kivi.SalesPurchase.show_print_dialog(); + kivi.SalesPurchase.print_record(); [% ELSIF resubmit %] - $('#action_print').click(); + kivi.SalesPurchase.show_print_dialog(); + kivi.SalesPurchase.print_record(); [% ELSIF creditwarning != '' %] alert('[% 'Credit Limit exceeded!!!' | $T8 %]'); [% ELSE %]