X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fshow_vc_details.html;h=b1f502f7ffce775bd0ccfa8dc7498929201e1679;hb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;hp=be6406bce0ebb8d43dec14687a621f23b20dd3b0;hpb=20366719c9a10a765a7b1e852abd6ce0ddb11034;p=kivitendo-erp.git diff --git a/templates/webpages/common/show_vc_details.html b/templates/webpages/common/show_vc_details.html index be6406bce..b1f502f7f 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 %]

@@ -102,14 +98,26 @@ [% 'Discount' | $T8 %] - [% HTML.escape(discount) %]% + [% HTML.escape(discount_as_percent) %]% + + + [% IF is_customer %] + + [% 'Pricegroup' | $T8 %] + [% HTML.escape(pricegroup) %] + [% END %] [% 'Payment Terms' | $T8 %] [% HTML.escape(payment_terms) %] + + [% 'Delivery Terms' | $T8 %] + [% HTML.escape(delivery_terms) %] + + [% 'Tax Number' | $T8 %] [% HTML.escape(taxnumber) %] @@ -142,6 +150,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) %]