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}})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue