{% extends 'admin/base.html.twig' %} {% block title %}Factures - Boutique{% endblock %} {% block breadcrumb %}Boutique Factures{% endblock %} {% block body %}
Aucune facture pour le moment
| N° Facture | Date | Commande | Client | Montant | Paiement | Actions |
|---|---|---|---|---|---|---|
| {{ invoice.invoiceNumber }} | {{ invoice.createdAt|date('d/m/Y') }} | {{ invoice.order.orderNumber }} |
{{ invoice.order.customerFullName }}
{{ invoice.order.customerEmail }} |
{{ invoice.order.formattedTotal }} | {% if invoice.order.paymentMethod == 'stripe' %} CB {% elseif invoice.order.paymentMethod == 'paypal' %} PayPal {% elseif invoice.order.paymentMethod == 'bank_transfer' %} Virement {% else %} {{ invoice.order.paymentMethod|default('-') }} {% endif %} |
Aucune facture ne correspond aux filtres