Logo Agence

Voucher de Réservation

Confirmation de la réservation

Numéro de voucher: {{ booking.voucherNumber }}

Numéro de Réservation: {{ booking.bookingNumber }}

Hôtel: {{ booking.hotelName }}

Nom du client: {{ booking.getClientFullName() }}

Adresse Email du client: {{ booking.email }}

Télephone du client: {{ booking.phone }}

Date d'arrivée: {{ booking.beginDate|date('Y-m-d') }}

Date de départ: {{ booking.endDate|date('Y-m-d') }}

Nombre de Nuits: {{ booking.numberOfStay }}

Pension: {{ booking.pensionName }}

{#

Chambres: {{ booking.roomsName }}

#}

Mode de paiement: {{ displayPaymentType(booking.paymentType) }} {% if booking.paymentType == 1 %} {{ ', ' ~ displayAgencyCoordinate(booking.agencyId)['name'] ?? 'aucun'}} {% endif %}

{# {% for chambre in booking.roomIds %} {% endfor %}
Type de Chambre Prix par nuit (TND)
{{ chambre }} {{ chambre }}
#} {% set finalPrice = 0 %} {% for details in booking.detailsPrices %} {% if details['roomsPerPension'] is defined %} {% for roomPerPension in details['roomsPerPension'] %} {% set room = null %} {% for price in roomPerPension['priceRoomsPerDay'] %} {% set finalPricePerRoom = 0 %} {% set room = price['finalPricePerDay']['room'] %} {% set supplement = price['finalPricePerDay']['supplements'] %} {% set finalPricePerRoom = finalPricePerRoom + room['brutPrice']%} {% if supplement is not empty %} {% set finalPricePerRoom = finalPricePerRoom + supplement['brutPrice']%} {% endif %} {% set finalPrice = finalPrice + finalPricePerRoom %} {# #} {# #} {% endfor %} {% endfor %} {% endif %} {% endfor %}
Date Pension Chambre Prix Total
{{ price['date'] }} {{ details['pensionName'] }} {{ roomPerPension['name'] }} {% if room['promoType'] is defined and room['promoType'] is not null %} {{ room['promoType'] ~' '~ room['promoReduction'] }} {% else %} aucun {% endif %} {% if room['earlyBookingReduction'] is not null %} {{ room['earlyBookingReduction'] }} {% else %} aucun {% endif %} {{ room['brutPrice'] }} {% if supplement['mandatory'] is defined %} {{ supplement['name'] }}, {{ supplement['mandatory'] == true ? 'obligatoire' : 'faculatif' }} :
- Net adulte: {{ supplement['netPrice'] }}
- Net enfant: {{ supplement['netPriceChild'] }}
- Cm(%): {{ supplement['commissionPrice'] }}
- Brute: {{ supplement['brutPrice'] }}
{% else %} aucun {% endif %}
{{ finalPricePerRoom }}

Total : {{ finalPrice}}

Merci d'avoir choisi {{ booking.hotelName }} pour votre séjour. Nous avons hâte de vous accueillir !

Contact Agence: {{ displayAgencyCoordinate(booking.agencyId)['phone'] ?? 'aucun'}}

Ce voucher est valable uniquement pour la réservation indiquée ci-dessus.