Résumé de l'entreprise {{ company.name }}
{% if ischecklistcompleted %}
Entreprise
Désignation commerciale :
{{ company.designation }}
Type d'établissement :
{{ company.type }}
Nom société :
{{ company.name }}
Adresse du point de vente :
{{ company.adress }}
Acquisition :
{{ company.typeoperation }}
Checklist
Commercial(e) :
{{ checklist.commercial }}
N° Client :
{{ checklist.clientnumber }}
Option :
{{ checklist.radiochoice }}
Siret :
{{ checklist.siret }}
{% if company.type_operation == "Reprise" %}
Siret reprise société :
{{ checklist.acquisitionsiret }}
{% endif %}
Url back-office souhaité :
{{ checklist.wantedbackofficeurl }}
Mot de passe souhaité :
{{ checklist.wantedpassword }}
Nom / Prénom du gérant :
{{ checklist.managernames }}
Date de naissance :
{{ checklist.managerbirthday|date('d/m/Y') }}
Code NAF ou APE :
{{ checklist.nafape }}
RCS :
{{ checklist.rcs }}
TVA intracommunautaire :
{{ checklist.tvanumber }}
Capital social :
{{ checklist.socialcapital }}
Code immatriculation :
{{ checklist.immatriculationcode }}
Ville du greffe :
{{ checklist.greffecity }}
Forme juridique :
{{ checklist.legalstatus }}
Téléphone :
{{ checklist.phone }}
Email :
{{ checklist.mail }}
Adresse postale de livraison :
{{ checklist.deliveryadress }}
Téléphone du PDV :
{{ checklist.shopphone }}
Date d'installation souhaitée :
{{ checklist.wantedinstallationdate|date('d/m/Y') }}
{% endif %}
{% if isterminalspecscompleted %}
Borne(s)
Modèles de borne :
{% for type in terminalspecs.terminaltypes %}
{{ type }}{% if not loop.last %}, {% endif %}
{% endfor %}
Type d'affichage :
{% if terminalspecs.isanimated %}
Animée
{% else %}
Statique
{% endif %}
Mode de vente :
{% for method in terminalspecs.sellingmethod %}
{{ method }}{% if not loop.last %}, {% endif %}
{% endfor %}
Dénomination sur place :
{% for denomination in terminalspecs.onsitedenomination %}
{{ denomination }}{% if not loop.last %}, {% endif %}
{% endfor %}
Dénomination à emporter :
{% for denomination in terminalspecs.takeawaydenomination %}
{{ denomination }}{% if not loop.last %}, {% endif %}
{% endfor %}
Catégories :
{% for category in terminalspecs.categories %}
{{ category }}{% if not loop.last %}, {% endif %}
{% endfor %}
Méthode de paiement :
{% for payment in terminalspecs.paymentmethod %}
{{ payment }}{% if not loop.last %}, {% endif %}
{% endfor %}
Écran d'appel :
{% for screen in terminalspecs.callscreen %}
{{ screen }}{% if not loop.last %}, {% endif %}
{% endfor %}
Langue supplémentaire choisie :
{{ terminalspecs.additionallanguage }}
Prestataire de fidélité choisi :
{{ terminalspecs.loyaltyprovider }}
{% endif %}
{% if isubereatcompleted or isdeliveroocompleted %}
Livraisons
{% if isubereatcompleted %}
Ubereat UUID :
{{ ubereat.uuid }}
Ubereat url de la carte :
{{ ubereat.cardurl }}
{% endif %}
{% if isdeliveroocompleted %}
Deliveroo Location ID :
{{ deliveroo.locationid }}
Deliveroo url de la carte :
{{ deliveroo.cardurl }}
{% endif %}
{% endif %}