X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fshow_vc_details_de.html;h=2e2e54544a8ec286308f72bddf92b290358e4d2a;hb=06211d74ea81c20cd935a9f35df45a6f76590692;hp=bd2a6c7c5ea409a117cbe493efe330c54db6a64f;hpb=fb4d2ffa6aae03b36e4db77be10c3d9dce4413f8;p=kivitendo-erp.git diff --git a/templates/webpages/common/show_vc_details_de.html b/templates/webpages/common/show_vc_details_de.html index bd2a6c7c5..2e2e54544 100644 --- a/templates/webpages/common/show_vc_details_de.html +++ b/templates/webpages/common/show_vc_details_de.html @@ -1,133 +1,153 @@ +[% USE HTML %] + +[% BLOCK jump_block %] +

+ Springe zu Rechnungsadresse + [%- FOREACH shipto = SHIPTO %] + , + + Lieferadresse + "[% HTML.escape(shipto.shiptoname) %]" + + [%- END %] + [%- FOREACH contact = CONTACTS %] + , + + Ansprechpartner + "[% HTML.escape(contact.cp_name) %]" + + [%- END %] +

+ +
+[% END %] +
- KundendetailsLieferantendetails "" + [% IF is_customer %]Kundendetails[% ELSE %]Lieferantendetails[% END %] "[% HTML.escape(name) %]"
-

Springe zu Rechnungsadresse - , Lieferadresse "" - , Ansprechpartner ""

- -
+ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
Rechnungsadresse
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + [% IF is_customer %] - + - + [% END %] - + - + - + - - + + - + - +
Kundennummer[% HTML.escape(customernumber) %]
Firmenname[% HTML.escape(name) %]
Abteilung; [% HTML.escape(department_1) %][% IF department_2 %][% IF department_1 %]; [% END %][% HTML.escape(department_2) %][% END %]
Straße[% HTML.escape(street) %]
PLZ, Ort [% HTML.escape(zipcode) %] [% HTML.escape(city) %]
Land[% HTML.escape(country) %]
Ansprechpartner [% IF greeting %][% HTML.escape(greeting) %] [% END %][% HTML.escape(contact) %]
Telefon[% HTML.escape(phone) %]
Fax[% HTML.escape(fax) %]
eMail[% HTML.escape(email) %]
Homepage[% HTML.escape(homepage) %]
Kreditlimit[% HTML.escape(creditlimit) %]
Rabatt%[% HTML.escape(discount) %]%
Zahlungskonditionen[% HTML.escape(payment_terms) %]
Steuernummer[% HTML.escape(taxnumber) %]
USt-IdNr.[% HTML.escape(ustid) %]
KNr. beim Kunden[% HTML.escape(c_vendor_id) %]
Kontonummer[% HTML.escape(account_number) %]
BLZ[% HTML.escape(bank_code) %]
Bank[% HTML.escape(bank) %]
KundentypLieferantentyp[% IF is_customer %]Kundentyp[% ELSE %]Lieferantentyp[% END %][% HTML.escape(business) %]
Sprache[% HTML.escape(language) %]
Bemerkungen[% HTML.escape(notes) %]
@@ -135,70 +155,62 @@ - - - - - + [% FOREACH row = SHIPTO %]
-

Springe zu Rechnungsadresse - , Lieferadresse "" - , Ansprechpartner ""

- -
+ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -
Lieferadresse ""
+
Lieferadresse "[% HTML.escape(row.shiptoname) %]"
- + - + - + - + - + - + - + - + - +
Firmenname[% HTML.escape(row.shiptoname) %]
Abteilung; [% HTML.escape(row.shiptodepartment_1) %][% IF row.shiptodepartment_2 %][% IF row.shiptodepartment_1 %]; [% END %][% HTML.escape(row.shiptodepartment_2) %][% END %]
Straße[% HTML.escape(row.shiptostreet) %]
PLZ, Ort [% HTML.escape(row.shiptozipcode) %] [% HTML.escape(row.shiptocity) %]
Land[% HTML.escape(row.shiptocountry) %]
Ansprechpartner[% HTML.escape(row.shiptocontact) %]
Telefon[% HTML.escape(row.shiptophone) %]
Fax[% HTML.escape(row.shiptofax) %]
eMail[% HTML.escape(row.shiptoemail) %]
-
+ [% END %] @@ -209,107 +221,103 @@ - + [% FOREACH row = CONTACTS %]
-

Springe zu Rechnungsadresse - , Lieferadresse "" - , Ansprechpartner ""

- -
+ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -
Ansprechpartner ""
+
Ansprechpartner "[% HTML.escape(row.cp_name) %]"
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
Anrede[% HTML.escape(row.cp_greeting) %]
Titel[% HTML.escape(row.cp_title) %]
Vorname[% HTML.escape(row.cp_givenname) %]
Name[% HTML.escape(row.cp_name) %]
Abteilung[% HTML.escape(row.cp_abteilung) %]
Telefon 1 [% HTML.escape(row.cp_phone1) %]
Telefon 2[% HTML.escape(row.cp_phone2) %]
Fax[% HTML.escape(row.cp_fax) %]
Mobile 1[% HTML.escape(row.cp_mobile1) %]
Mobile 2[% HTML.escape(row.cp_mobile2) %]
Sat. Tel.[% HTML.escape(row.cp_satphone) %]
Sat. Fax[% HTML.escape(row.cp_satfax) %]
Projekt[% HTML.escape(row.cp_project) %]
eMail[% HTML.escape(row.cp_email) %]
Privates Tel.[% HTML.escape(row.cp_privatphone) %]
Private eMail[% HTML.escape(row.cp_privatemail) %]
Geburtstag[% HTML.escape(row.cp_birthday) %]
-
+ [% END %]