{% trans_default_domain 'lcshop' %} {% macro tableHead() %}
Produits / Producteurs | Compléments | Prix achat HT | Prix HT | Prix TTC | Marge | Disponibilité | Quantité | Total | Actions | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{% verbatim %}{{orderProduct.title}}{% endverbatim %} - - | {% verbatim %}{{orderProduct.complementaryReference}}{% endverbatim %} | {% verbatim %}{{orderProduct.buyingPrice}}{% endverbatim %} € | {% verbatim %}{{orderProduct.price}}{% endverbatim %}€ | {% verbatim %}{{orderProduct.priceWithTax}}{% endverbatim %} € | {% verbatim %}{{orderProduct.totalMargin}}{% endverbatim %} € / {% verbatim %}{{orderProduct.marginPercent}}{% endverbatim %} % | {% verbatim %}{{orderProduct.availableQuantity}}{% endverbatim %} |
{% if form_order_products is not null %}
{{ form_widget(form_order_products.orderProducts.vars.prototype.quantityOrder, {'attr' : {'ref': 'fieldQuantity', 'v-model' : 'orderProduct.quantityOrder', '@change' : 'updateOrderProducts'}}) }}
{{ form_widget(form_order_products.orderProducts.vars.prototype.product, {'attr' : {'ref' : 'fieldProduct', 'v-model' : 'orderProduct.product'}}) }}
{#{{ form_widget(form_order_products.orderProducts.vars.prototype.id, {'attr' : {'ref' : 'fieldId', 'v-model' : 'orderProduct.id'}}) }}#}
{% verbatim %}{{ orderProduct.quantityOrder }}{% endverbatim %}
{% else %}
{% verbatim %}{{ orderProduct.quantityOrder }}{% endverbatim %}
{% endif %}
|
{% verbatim %}{{orderProduct.totalWithTaxAndReduction}}{% endverbatim %} € |
|
Total produits TTC | ${order.totalOrderProductsWithTax} € |
---|---|
${orderReductionCart.title} | ${orderReductionCart.amount} € |
${orderReductionCredit.title} | ${orderReductionCredit.amount} € |
Total produits après réductions TTC | ${order.totalOrderProductsWithTaxAndReductions} € |
Total marge produits | ${order.totalMargin} € ${order.totalMarginPercent} % |
Frais de livraisons TTC | ${order.deliveryPriceWithTaxAndReduction} € |
Total TTC | ${order.totalWithTax} € |
Total produits TTC : |
${order.totalOrderProductsWithTaxAndReductions} € |
Total marge produits : |
${order.totalMargin} € / ${order.totalMarginPercent} % |
Frais de livraisons TTC : |
${order.deliveryPriceWithTaxAndReduction} € |
Total commandes : |
${order.totalWithTax} € |
Référence | Mode de règlement | Date | Montant | Actions |
---|---|---|---|---|
${orderPayment.orderReference} | ${orderPayment.meanPaymentText} | ${orderPayment.paidAtText} | ${orderPayment.amount} |
Référence | Date | Type | Numéro | Actions |
---|---|---|---|---|
${orderDocument.orderReference} | ${orderDocument.date} | Facture | ${orderDocument.reference} | Télécharger |
Réference | Date | total | Actions |
---|---|---|---|
${complementaryOrderShop.reference} | ${complementaryOrderShop.date} | ${complementaryOrderShop.total} | Afficher |
Date | Status | Subject | Actions |
---|---|---|---|
${ticket.date} | ${ticket.status} | ${ticket.subject} | Afficher |