1001Evasions
1001Evasions
Ryad Ahl Souss, B6, Appt 17, Cité Dakhla Agadir, Maroc
Email : msoussi@1001evasions.com // 1001evasions@gmail.com
Site web : https://fasttrackmaroc.com https://www.1001evasions.com
FastTrack Maroc


{% set ice = facture[0].order.user.ice %} {% if ice!="" %} {% endif %}
Commande/order: {{ order.ref }} Client: {{ facture[0].order.user }}Entreprise: {{ facture[0].order.user.entreprise }} ICE: {{ ice }}

{% set dorder = order.dateOrder.date|split('.') %}
Facture/Invoice: {{ facture[0].getRef() }}000{{ facture[0].getId() }}
Date: {{ dorder[0] }} Service: Fast Track Mode de paiement: {{ facture[0].order.getPaymentMethod }}


{% for book in bookings %} {% set dresa = book.dateReservation.date|split('.' ) %} {% set dff = book.dateFly.date|split('.' ) %} {% set df = dff[0]|split(' ' ) %} {% set hff = book.heureFly.date|split('.' ) %} {% set hf = hff[0]|split(' ') %} {% set passagers= book.passagersAdlt+book.passagersFree+book.passagersOffre %} {% if (order.paymentMethod=='CMI I') or (order.paymentMethod=='paypal') %} {# #} {% else %} {% set BookPriceHMad = book.price*10 %} {% set PackpriceMad = book.pack.priceAdlt*10 %} {# #} {% endif %} {% endfor %}
Reservations/Bookings Date N Passagers Prix/Price HT {% if (order.paymentMethod=='CMI I') or (order.paymentMethod=='paypal') %} ( € ) {% else %} ( MAD ) {% endif %} total {% if (order.paymentMethod=='CMI I') or (order.paymentMethod=='paypal') %} ( € ) {% else %} ( MAD ) {% endif %}
{{book.pack.title}} - {% if book.type==1 %}Arrrival{% else %}Departure{% endif %} to {{book.pack.aeroport.abr}}
{% set chars = book.passagers|split('||' ) %} Names :
{% for char in chars %} {% set names = char|split('//' ) %} {% if names[1] is defined %} {{names[0]}} {{names[1]}}
{% endif %} {% endfor %} Adults (12+ Years): {{book.passagersAdlt}}
Child (0-1.99 Years): {{book.passagersFree}}
Child (2-12 Years): {{book.passagersOffre}}
Fly Number : {{ book.numfly }}
Date: {{df[0]}}
Time: {{hf[1]}}
{{ dresa[0] }} {{passagers}}{{ book.pack.priceAdlt }}{{ book.price }} {{ book.price }}{{ PackpriceMad }}{{ BookPriceHMad }} {{ BookPriceHMad }}


{% if order.paymentMethod=='CMI I' %} {% if order.id < 3325 %} {% set totalHT = order.totalPrice + order.totalPrice*0.05 %} {% else %} {% set totalHT = order.totalPrice %} {% endif %} {% elseif order.paymentMethod=='CMI L' %} {% if order.id < 3325 %} {% set priceHT = order.totalPrice + order.totalPrice*0.04 %} {% set totalHT = priceHT*10 %} {% else %} {% set priceHT = order.totalPrice %} {% set totalHT = priceHT*10 %} {% endif %} {% elseif order.paymentMethod=='paypal' %} {% set totalHT = order.totalPrice + order.totalPrice*0.10 %} {% else %} {% set totalHT = order.totalPrice*10 %} {% endif %} {% if order.paymentMethod=='CMI L' %} {% set totalTVA = totalHT*0.2 %} {% elseif order.paymentMethod=='CMI I' %} {% if order.id < 3325 %} {% set totalTVA = 0 %} {% else %} {% set totalTVA = totalHT*0.2 %} {% endif %} {% elseif order.paymentMethod=='transfer' %} {#{% set totalTVA = 0 %} #} {% set totalTVA = totalHT*0.2 %} {% elseif order.paymentMethod=='cash' %} {% set totalTVA = 0 %} {% else %} {% set totalTVA = 0 %} {% endif %} {% set totalTTC = totalHT+totalTVA %}
Total HT (avec commission CMI)Total HT {{ totalHT|number_format(2) }}Total HT (avec commission CMI)Total HT {{ totalHT|number_format(2) }}Total HT (avec commission PayPal){{ totalHT|number_format(2) }}Total HT{{ totalHT|number_format(2) }}
TVA ( 20% ){{ totalTVA|number_format(2) }}TVA ( 0% ) 0.00TVA ( 20% ) {{ totalTVA|number_format(2) }}TVA ( 20% ) {{ totalTVA|number_format(2) }}TVA ( 0% ) 0.00TVA ( 0% ) 0.00
Total TTC{{ totalTTC|number_format(2) }}