| {{ @veiculo.placa }} |
{{ @veiculo.modelo }} |
{{ @veiculo.marca }} |
{{ @veiculo.grupo }} |
{~ @r = array_aggregate(@contratos[@veiculo.id], 'total') ~}
{{ number_format(@r, 2, ',', '.') }} |
{~ @d = array_aggregate(@despesas[@veiculo.id], 'valor') ~}
{{ number_format(@d, 2, ',', '.') }} |
{{ number_format(@r - @d, 2, ',', '.') }} |
{~ @g = array_aggregate(@despesas_gerais, 'valor') / @qtde_veiculos ~}
{{ number_format(@g, 2, ',', '.') }} |
{{ number_format(@r - @g - @d, 2, ',', '.') }} |
{~ @tr += @r; @tg += @g; @td += @d ~}
| 0 |
Receitas |
{{ number_format(array_aggregate(@contratos[@veiculo.id], 'total'), 2, ',', '.') }} |
|
{{ number_format(array_aggregate(@contratos[@veiculo.id], 'total'), 2, ',', '.') }} |
|
{{ number_format(array_aggregate(@contratos[@veiculo.id], 'total'), 2, ',', '.') }} |
| C-{{ @contrato.id }} |
[{{ @contrato.cliente_cnpj_cpf }}] {{ @contrato.cliente }} |
{{ @contrato.entrada,'d/m/Y'|date }} |
{{ number_format(@contrato.total, 2, ',', '.') }} |
|
{{ number_format(@contrato.total, 2, ',', '.') }} |
|
{{ number_format(@contrato.total, 2, ',', '.') }} |
| {{ @plano.conta }} |
{{ @plano.nome }} |
|
{{ (double)@plano.veiculo_total ? number_format(@plano.veiculo_total, 2, ',', '.') : '' }} |
{{ (double)@plano.veiculo_total ? number_format(@plano.veiculo_total, 2, ',', '.') : '' }} |
{{ (double)@plano.outro_total ? number_format(@plano.outro_total, 2, ',', '.') : '' }} |
{{ number_format(@plano.total, 2, ',', '.') }} |
| D-{{ @despesa.id }} |
|
{{ @despesa.data,'d/m/Y'|date }} |
|
{{ number_format(@despesa.valor, 2, ',', '.') }} |
{{ number_format(@despesa.valor, 2, ',', '.') }} |
|
{{ number_format(@despesa.valor, 2, ',', '.') }} |
| D-{{ @despesa.id }} |
|
{{ @despesa.data,'d/m/Y'|date }} |
|
|
|
{{ number_format(@despesa.valor / @qtde_veiculos, 2, ',', '.') }} |
{{ number_format(@despesa.valor / @qtde_veiculos, 2, ',', '.') }} |