X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fform_header.html;h=c4902bbe304ef9e9f1e5d50cda6012f9d8ab931a;hb=5734251762d9fc172a5110472d029bb6a36578a0;hp=6f73fd9d5e1eb352c3ed52505444bc99cb49e601;hpb=dccb820ac74462367f37c2d7d4afab8b214a37ad;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 6f73fd9d5..c4902bbe3 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -18,7 +18,7 @@ - + @@ -63,7 +63,7 @@
  • [% 'WebDAV' | $T8 %]
  • [%- END %] [%- IF id AND INSTANCE_CONF.get_doc_storage %] -
  • [% 'Documents' | $T8 %]
  • +
  • [% 'Documents' | $T8 %]
  • [% 'Attachments' | $T8 %]
  • [%- END %] [%- IF id %] @@ -74,6 +74,10 @@ [%- END %] +[%- IF id AND INSTANCE_CONF.get_doc_storage %] +
    +[%- END %] +
    @@ -157,12 +161,16 @@ - + + + + + @@ -203,7 +211,13 @@ @@ -388,5 +407,5 @@
    [% 'Invoice Date' | $T8 %][% L.date_tag('transdate', transdate) %][% L.date_tag('transdate', transdate, onchange='kivi.SalesPurchase.set_duedate_on_reference_date_change("transdate")') %]
    [% 'Due Date' | $T8 %] [% L.date_tag('duedate', duedate) %]
    [% LxERP.t8('Tax point') %][% L.date_tag('tax_point', tax_point, id='tax_point') %]
    [% 'Delivery Date' | $T8 %] [% L.date_tag('deliverydate', deliverydate) %] - [% temp = "tax_"_ i %][% $temp | html %] + [% IF "tax_reverse_"_ i %] + [% temp_r = "tax_reverse_"_ i %][% $temp_r | html %] +     + [% temp_c = "tax_charge_"_ i %][% $temp_c | html %] + [% ELSE %] + [% temp = "tax_"_ i %][% $temp | html %] + [% END %] [% temp = 'selected_taxchart_'_ i %] @@ -234,19 +248,24 @@
    - - - - - - - - -
    [% 'Notes' | $T8 %] - - [% 'Notes for vendor' | $T8 %] - -
    + + + + + + + + + + + +
    [% 'Notes' | $T8 %][% 'Internal Notes' | $T8 %][% 'Payment Terms' | $T8 %]
    + [% L.textarea_tag("notes", notes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %] + + [% L.textarea_tag("intnotes", intnotes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %] + + [% L.select_tag('payment_id', payment_terms, default=payment_id, title_key='description', with_empty=1, style="width: 250px", onchange="kivi.SalesPurchase.set_duedate_on_reference_date_change('transdate')") %] +