ZLECENIE SPEDYCYJNE
{{ suborder.suborderNumber }}
Data: {{ suborder.createdAt|date("Y-m-d") }}
Id Klienta: {{ order.getClientIdNumber }}
ZLECENIODAWCA:
Progo Logistics Alina Gruza
Adres: ul. Mysłowicka 22,
81-550 Gdynia
NIP: PL 5860022274
Spedytor: {{ order.user.firstName }} {{ order.user.lastName }}
Tel: {{ order.user.phone }}
E-mail: {{ order.user.email }}
ZLECENIOBIORCA:
{{ carrier.getName }}
Adres: {{ buyer.getStreet }} {{ buyer.getBuildNumber }},
{{ buyer.getPostalCode() }} {{ buyer.getCity }}
NIP: {{ buyer.getNip }}
{% if contactPerson != '' %}
Imię i Nazwisko: {{ contactPerson.firstName }} {{ contactPerson.lastName }}
{% else %}
Imię i Nazwisko: -
{% endif %}
Tel: {{ carrier.getPhoneNumber }}
E-mail: {{ carrier.getEmail }}
Dane kierowcy: {{ order.getDriverContact }}
Nr tel. odbiorcy: {{ suborder.getPhoneUnloading }}
Data załadunku:
{% if loading.getComments != '' %}
{{ loading.getComments }}
{% endif %}
{% if loading.getBeforeTime == false %}
{% if loading.getTimeFrom != '' and loading.getTimeTo != '' %}
W dniu {{ loading.getDate()|date('Y-m-d') }} / {{ loading.getTimeFrom }} - {{ loading.getTimeTo }}
{% else %}
W dniu {{ loading.getDate()|date('Y-m-d') }}
{% endif%}
{% else %}
{% if loading.getTimeFrom != '' and loading.getTimeTo != '' %}
Do {{ loading.getDate()|date('Y-m-d') }} / {{ loading.getTimeFrom }} - {{ loading.getTimeTo }}
{% else %}
Do {{ loading.getDate()|date('Y-m-d') }}
{% endif%}
{% endif %}
Adres załadunku:
{% if loading.getTypeOfPoint == 0 %}
{% if loadingCompanyFullName != '' %}
{{ loadingCompanyFullName }}
{% else %}
{{ loading.description }}
{% endif %}
{% endif %}
{{ loading.getStreet }}
{{ loading.getBuildNumber }}
{{ loading.getPostalCode }}
{{ loading.getCity }}
{{ loadingCountry }}
Data rozładunku:
{% if unloading.getComments != '' %}
{{ unloading.getComments }}
{% endif %}
{% if unloading.getBeforeTime == false %}
{% if unloading.getTimeFrom != '' and unloading.getTimeTo != '' %}
W dniu {{ unloading.getDate()|date('Y-m-d') }} / {{ unloading.getTimeFrom }} - {{ unloading.getTimeTo }}
{% else %}
W dniu {{ unloading.getDate()|date('Y-m-d') }}
{% endif%}
{% else %}
{% if unloading.getTimeFrom != '' and unloading.getTimeTo != '' %}
Do {{ unloading.getDate()|date('Y-m-d') }} / {{ unloading.getTimeFrom }} - {{ unloading.getTimeTo }}
{% else %}
Do {{ unloading.getDate()|date('Y-m-d') }}
{% endif%}
{% endif %}
Adres rozładunku:
{% if unloading.getTypeOfPoint == 1 %}
{% if unloadingCompanyFullName != '' %}
{{ unloadingCompanyFullName }}
{% else %}
{{ unloading.description }}
{% endif %}
{% endif %}
{{ unloading.getStreet }}
{{ unloading.getBuildNumber }}
{{ unloading.getPostalCode }}
{{ unloading.getCity }}
{{ unloadingCountry }}
Towar: {{ suborder.getWeight }} kg, {{ suborder.getDescription }}
Instrukcje: {{ suborder.getComments }}
Fracht netto: {% if(suborder.form == 1)%} {{ form }} {{ suborder.getPriceNet }} {{ suborder.getCurrencyOrder.getIsoCode }}, {% else %} {{ suborder.getPriceNet }} {{ suborder.getCurrencyOrder.getIsoCode }}, {{ form }}, {% endif%} termin płatności: {{ suborder.getDateOfInvoice }} dni
Zleceniodawca
........................................
Zleceniobiorca
........................................