Produit | controller->getClass() != 'DeliveryNote'): ?> taxRate->value == 0): ?>Prix unitaire | Prix unitaire HT | Quantité | Unité | controller->getClass() != 'DeliveryNote'): ?> taxRate->value == 0): ?>Prix | TVA | Prix HT |
---|---|---|---|---|---|---|---|
= Html::encode($productOrder->product->name) ?> | controller->getClass() != 'DeliveryNote'): ?>= Price::format($productOrder->getPrice()) ?> | = $productOrder->quantity ?> | = Product::strUnit($productOrder->unit, 'wording') ?> | controller->getClass() != 'DeliveryNote'): ?> taxRate->value != 0): ?>= $productOrder->taxRate->value * 100 ?> % | = Price::format($productOrder->getPrice() * $productOrder->quantity) ?> | ||
Total HT | = Price::format($document->getAmount()) ?> | ||||||
TVA | = Price::format($document->getAmountWithTax() - $document->getAmount()) ?> | ||||||
Total TTC | = Price::format($document->getAmountWithTax()) ?> | ||||||
Total TVA non applicable |
= Price::format($document->getAmount()) ?> |