{$system_unit->name} CNPJ: {$system_unit->cnpj} {$system_unit->end_logradouro}, {$system_unit->end_numero}, {$system_unit->end_bairro}, {$system_unit->end_municipio}, {$system_unit->end_uf} Fone: {$system_unit->fone} |
Atend. Comercial - Sem valor Fiscal |
Data: {$data_hora_venda} | Código: {$id} |
Cliente: {$cliente->nome} Fone: {$cliente->fone} Endereço: {$cliente_endereco->logradouro}, {$cliente_endereco->numero}, {$cliente_endereco->bairro} |
Cód. | Descrição | Quantidade | Valor Unitário | Valor Total |
---|---|---|---|---|
{$id} | {$produto->nome} | {$quantidade} | number_format({$valor_unitario}, 2, ',', '.') | number_format({$valor_total}, 2, ',', '.') |
Total da Venda: | R$number_format({$valor_total}, 2, ',', '.') |
Forma Pagamento: |
|
|
---|---|---|
Total Pago: | R$number_format({$valor_avista}, 2, ',', '.') | |
Troco: | R$number_format({$valor_troco}, 2, ',', '.') |