X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fshow_vc_details.html;h=f3749803372c6fec2e00180a391857de70f2358a;hb=a928895c831f0e7ea94676cac120341ab7a24e96;hp=e0555d33cd67848a6aad33c403b780547fcadb96;hpb=6061749dc0ece2873ef61a0c14af1b8a9e46034a;p=kivitendo-erp.git diff --git a/templates/webpages/common/show_vc_details.html b/templates/webpages/common/show_vc_details.html index e0555d33c..f37498033 100644 --- a/templates/webpages/common/show_vc_details.html +++ b/templates/webpages/common/show_vc_details.html @@ -1,5 +1,6 @@ [%- USE T8 %] [% USE HTML %] +

[% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] "[% HTML.escape(name) %]"

[% BLOCK jump_block %] [%- IF SHIPTO.size || CONTACTS.size %] @@ -25,11 +26,6 @@ [%- END %] [% END %] - -
- [% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] "[% HTML.escape(name) %]" -
- [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]

[% 'Billing Address' | $T8 %]

@@ -70,6 +66,11 @@ [% HTML.escape(country) %] + + [% 'GLN' | $T8 %] + [% HTML.escape(gln) %] + + [% 'Contact Person' | $T8 %] [% IF greeting %][% HTML.escape(greeting) %] [% END %][% HTML.escape(contact) %] @@ -102,7 +103,7 @@ [% 'Discount' | $T8 %] - [% HTML.escape(discount) %]% + [% HTML.escape(discount_as_percent) %]% [% IF is_customer %] @@ -117,6 +118,11 @@ [% HTML.escape(payment_terms) %] + + [% 'Delivery Terms' | $T8 %] + [% HTML.escape(delivery_terms) %] + + [% 'Tax Number' | $T8 %] [% HTML.escape(taxnumber) %] @@ -149,6 +155,15 @@ [% HTML.escape(bank) %] + + [% 'IBAN' | $T8 %] + [% HTML.escape(iban) %] + + + + [% 'BIC' | $T8 %] + [% HTML.escape(bic) %] + [% IF is_customer %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %] [% HTML.escape(business) %] @@ -203,6 +218,11 @@ [% HTML.escape(row.shiptocountry) %] + + [% 'GLN' | $T8 %] + [% HTML.escape(row.shiptogln) %] + + [% 'Contact Person' | $T8 %] [% HTML.escape(row.shiptocontact) %]