Fewo Booking
Booking via API in CRM v3
This commit is contained in:
parent
88360eabb7
commit
8c514bbd4d
38 changed files with 868 additions and 18044 deletions
|
|
@ -21,6 +21,10 @@ Abfahrts-/Abflugort: {{ booking_request.departure.name }}
|
|||
Gesamtpreis: {{ booking_price_info['total']|number_format(2) }} €
|
||||
|
||||
Anzahlung: {{ booking_price_info.deposit_total|number_format(2) }} € (ist sofort fällig)
|
||||
{% if( booking_price_info.totalInsurance > 0) %}
|
||||
|
||||
Versicherung: {{ booking_price_info.totalInsurance|number_format(2) }} € (ist sofort fällig)
|
||||
{% endif %}
|
||||
|
||||
Restzahlung: {{ booking_price_info.final_payment|number_format(2) }} € (bis zum {{ booking_price_info.final_payment_date}})
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,10 @@ Reiseanmelder: {% if fewo_booking_request.salutation == 2 %}in{% endif %}
|
|||
* E-Mail: {{ fewo_booking_request.email ?? 'keine Angabe' }}
|
||||
|
||||
=======================================================
|
||||
Reiseteilnehmer: {{ fewo_booking_request.travelerCount }}
|
||||
Reiseteilnehmer
|
||||
Erwachsene: {{ fewo_booking_request.travelerCountAdult }}
|
||||
Kinder: {{ fewo_booking_request.travelerCountChild }}
|
||||
Gesamt: {{ fewo_booking_request.travelerCount }}
|
||||
=======================================================
|
||||
Mitteilungen / Sonstiges:
|
||||
{{ fewo_booking_request.notes ?? '-' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue