Produit | Prix unitaire HT | Quantité | Unité | TVA | Prix HT |
---|---|---|---|---|---|
= Html::encode($productOrder->product->name) ?> | = Price::format($productOrder->getPrice()) ?> | = $productOrder->quantity ?> | = Product::strUnit($productOrder->unit, 'wording') ?> | = $productOrder->product->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()) ?> |