{% extends 'base.html.twig' %} {% block facture %} {% endblock %} {% block body %}

Facture pour le Dossier {{ dossier.codeAction }}

{{ agrope.action }}
{{ agrope.addresse }}
{{ agrope.cp }} {{ agrope.ville }}
Tel: {{ agrope.telephone }}
Email: {{ agrope.mail }}
FACTURE
N° Fact {{ facture.codeFacture }}
Date {{ facture.dateCreation|date('d/m/Y') }}
Client
{{ dossier.nomCompte }}
Bon de commande {{ dossier.bonCommande }}
DESCRIPTION
Code Designation Unité Qtté PU Montant
{{ facture.codeLigne }}
{{ facture.designation1 }}
{{ facture.designation2 }}
{{ facture.unite }} {{ facture.quantite }} {{ dossier.tarifContracte }} {{ facture.totalHt }}€
TOTAL HT FACTURE
{{ facture.totalHt }}
Montant TVA{{ facture.tva }}%
TOTAL TTC FACTURE
{{ facture.totalHt * (facture.tva/100) + facture.totalHt}}€

{{ agrope.denomination }}  Siège social : {{ agrope.siege }}
RSC LIBOURNE : {{ agrope.rcsLibourne }}  N° Activité : {{ agrope.agreementFormation }}  APE : {{ agrope.ape }}
{% endblock %}