::use 'design.mtt'::
::o.contract.name:: - ::o.contract._vendor.name:: |
|||||
---|---|---|---|---|---|
::_("Quantities"):: | ::_("Product"):: | ::_("Reference"):: | ::_("Unit price incl. VAT"):: | ::_("Total HT"):: | ::_("Total TTC"):: |
::formatNum(m.quantity):: | ::m.pname:: | $$nullSafe(::m.ref::) | ::formatNum(m.priceTTC):: ::currency():: | ::formatNum(m.totalHT):: ::currency():: | ::formatNum(m.totalTTC):: ::currency():: | ::set total = total + m.totalTTC::
::_("Total"):: | ::formatNum(total):: ::currency():: |