X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fshow_vc_details_master.html;h=ca6fca25fbc9f3d5c1ed3fbabb89e869a7f48270;hb=274ef023214260e0124a230340452aff39dc126c;hp=8264712fdfe50a70f99c7a0f4ede27d57949d1a2;hpb=fb4d2ffa6aae03b36e4db77be10c3d9dce4413f8;p=kivitendo-erp.git diff --git a/templates/webpages/common/show_vc_details_master.html b/templates/webpages/common/show_vc_details_master.html index 8264712fd..ca6fca25f 100644 --- a/templates/webpages/common/show_vc_details_master.html +++ b/templates/webpages/common/show_vc_details_master.html @@ -1,12 +1,12 @@ - +[% USE HTML %]
- Customer detailsVendor details "" + [% IF is_customer %]Customer details[% ELSE %]Vendor details[% END %] "[% HTML.escape(name) %]"

Jump to Billing Address - , Shipping Address "" - , Contact Person ""

+ [% FOREACH shipto = SHIPTO %], Shipping Address "[% HTML.escape(shipto.shiptoname) %]"[% END %] + [% FOREACH contact = CONTACTS %], Contact Person "[% HTML.escape(contact.cp_name) %]"[% END %]


@@ -15,119 +15,119 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + [% IF is_customer %] - + - + [% END %] - + - + - + - - + + - + - +
Customer Number[% HTML.escape(customernumber) %]
Company Name[% HTML.escape(name) %]
Department; [% HTML.escape(department_1) %][% IF department_2 %][% IF department_1 %]; [% END %][% HTML.escape(department_2) %][% END %]
Street[% HTML.escape(street) %]
Zip, City [% HTML.escape(zipcode) %] [% HTML.escape(city) %]
Country[% HTML.escape(country) %]
Contact Person [% IF greeting %][% HTML.escape(greeting) %] [% END %][% HTML.escape(contact) %]
Phone[% HTML.escape(phone) %]
Fax[% HTML.escape(fax) %]
E-mail[% HTML.escape(email) %]
Homepage[% HTML.escape(homepage) %]
Credit Limit[% HTML.escape(creditlimit) %]
Discount%[% HTML.escape(discount) %]%
Payment Terms[% HTML.escape(payment_terms) %]
Tax Number[% HTML.escape(taxnumber) %]
USt-IdNr.[% HTML.escape(ustid) %]
KNr. beim Kunden[% HTML.escape(c_vendor_id) %]
Account Number[% HTML.escape(account_number) %]
Bank Code[% HTML.escape(bank_code) %]
Bank[% HTML.escape(bank) %]
Customer typeVendor type[% IF is_customer %]Customer type[% ELSE %]Vendor type[% END %][% HTML.escape(business) %]
Language[% HTML.escape(language) %]
Notes[% HTML.escape(notes) %]
@@ -139,66 +139,66 @@ - + [% FOREACH row = SHIPTO %]

Jump to Billing Address - , Shipping Address "" - , Contact Person ""

+ [% FOREACH shipto = SHIPTO %], Shipping Address "[% HTML.escape(shipto.shiptoname) %]"[% END %] + [% FOREACH contact = CONTACTS %], Contact Person "[% HTML.escape(contact.cp_name) %]"[% END %]


-
Shipping Address ""
+
Shipping Address "[% HTML.escape(row.shiptoname) %]"
- + - + - + - + - + - + - + - + - +
Company Name[% HTML.escape(row.shiptoname) %]
Department; [% HTML.escape(row.shiptodepartment_1) %][% IF row.shiptodepartment_2 %][% IF row.shiptodepartment_1 %]; [% END %][% HTML.escape(row.shiptodepartment_2) %][% END %]
Street[% HTML.escape(row.shiptostreet) %]
Zip, City [% HTML.escape(row.shiptozipcode) %] [% HTML.escape(row.shiptocity) %]
Country[% HTML.escape(row.shiptocountry) %]
Contact Person[% HTML.escape(row.shiptocontact) %]
Phone[% HTML.escape(row.shiptophone) %]
Fax[% HTML.escape(row.shiptofax) %]
E-mail[% HTML.escape(row.shiptoemail) %]
-
+ [% END %] @@ -209,107 +209,107 @@ - + [% FOREACH row = CONTACTS %]

Jump to Billing Address - , Shipping Address "" - , Contact Person ""

+ [% FOREACH shipto = SHIPTO %], Shipping Address "[% HTML.escape(shipto.shiptoname) %]"[% END %] + [% FOREACH contact = CONTACTS %], Contact Person "[% HTML.escape(contact.cp_name) %]"[% END %]


-
Contact Person ""
+
Contact Person "[% HTML.escape(row.cp_name) %]"
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
Greeting[% HTML.escape(row.cp_greeting) %]
Title[% HTML.escape(row.cp_title) %]
Given Name[% HTML.escape(row.cp_givenname) %]
Name[% HTML.escape(row.cp_name) %]
Department[% HTML.escape(row.cp_abteilung) %]
Phone1[% HTML.escape(row.cp_phone1) %]
Phone2[% HTML.escape(row.cp_phone2) %]
Fax[% HTML.escape(row.cp_fax) %]
Mobile1[% HTML.escape(row.cp_mobile1) %]
Mobile2[% HTML.escape(row.cp_mobile2) %]
Sat. Phone[% HTML.escape(row.cp_satphone) %]
Sat. Fax[% HTML.escape(row.cp_satfax) %]
Project[% HTML.escape(row.cp_project) %]
E-mail[% HTML.escape(row.cp_email) %]
Private Phone[% HTML.escape(row.cp_privatphone) %]
Private E-mail[% HTML.escape(row.cp_privatemail) %]
Birthday[% HTML.escape(row.cp_birthday) %]
-
+ [% END %]