|
| ITEM |
QTD |
VALOR R$ |
DESCONTO R$ |
TOTAL R$ |
| {$produto->nome} |
{$quantidade} |
number_format({$valor},2,',','.') |
number_format({$desconto},2,',','.') |
number_format({$valor_total},2,',','.') |
|
{$produto->obs_contrato}
|
| TOTAL |
sum({$quantidade}) |
|
|
R$ number_format(sum({$valor_total}),2,',','.') |
|