|
{$system_unit->name} {$system_unit->end_logradouro}, {$system_unit->end_bairro}, {$system_unit->end_municipio}/ {$system_unit->end_uf} CEP: {$system_unit->end_cep} FONE: {$system_unit->fone} |
Devolução N° {$id} Venda N° {$venda_id} Emitida em: {$data_devolucao} |
Cliente: {$venda->cliente->nome} |
Vendedor: {$venda->vendedor->nome} |
Cód. | Produto | Qtde | Valor Unit | Valor Total |
---|---|---|---|---|
{$id} | {$produto->nome} | number_format({$quantidade}, 2, ',', '.') | R$ number_format({$valor_unitario}, 2, ',', '.') | R$ number_format({$valor_total}, 2, ',', '.') |