CLIENTE | QUANTIDADE | QUANTIDADE % |
---|---|---|
{{$linhas->CLIENTE}} | {{number_format($linhas->QUANTIDADE , $filtro['decimal'], ',', '.')}} | {{number_format((($linhas->QUANTIDADE/$base) * 100) , 2, ',', '')}}% |
TOTAL | {{number_format($soma_total , $filtro['decimal'], ',', '.')}} | {{number_format($soma_perct , 2, ',', '' )}}% |
REPRESENTANTE | UF | QUANTIDADE | QUANTIDADE % |
---|---|---|---|
{{$linha->REPRESENTANTE}} | {{$linha->UF}} | {{number_format($linha->QUANTIDADE , $filtro['decimal'], ',', '.')}} | {{number_format((($linha->QUANTIDADE/$base) * 100) , 2, ',', '')}}% |
TOTAL | {{number_format($soma_total , $filtro['decimal'], ',', '.')}} | {{number_format($soma_perct , 2, ',', '' )}}% |
UF | QUANTIDADE | QUANTIDADE % |
---|---|---|
{{$linha->UF}} | {{number_format($linha->QUANTIDADE , $filtro['decimal'], ',', '.')}} | {{number_format((($linha->QUANTIDADE/$base) * 100) , 2, ',', '')}}% |
TOTAL | {{number_format($soma_total , $filtro['decimal'], ',', '.')}} | {{number_format($soma_perct , 2, ',', '.' )}}% |
DESCRIÇÃO | QUANTIDADE | QUANTIDADE % |
---|---|---|
{{$linha->DESCRICAO}} | {{number_format($linha->QUANTIDADE , $filtro['decimal'], ',', '.')}} | {{number_format((($linha->QUANTIDADE/$base) * 100) , 2, ',', '')}}% |
TOTAL | {{number_format($soma_total , $filtro['decimal'], ',', '.')}} | {{number_format($soma_perct , 2, ',', '.' )}}% |
DESCRIÇÃO | QUANTIDADE | QUANTIDADE % |
---|---|---|
{{$linha->DESCRICAO}} | {{number_format($linha->QUANTIDADE , $filtro['decimal'], ',', '.')}} | {{number_format((($linha->QUANTIDADE/$base) * 100) , 2, ',', '')}}% |
TOTAL | {{number_format($soma_total , $filtro['decimal'], ',', '.')}} | {{number_format($soma_perct , 2, ',', '.' )}}% |
DESCRIÇÃO | QUANTIDADE | QUANTIDADE % |
---|---|---|
{{$linha->DESCRICAO}} | {{number_format($linha->QUANTIDADE , $filtro['decimal'], ',', '.')}} | {{number_format((($linha->QUANTIDADE/$base) * 100) , 2, ',', '')}}% |
TOTAL | {{number_format($soma_total , $filtro['decimal'], ',', '.')}} | {{number_format($soma_perct , 2, ',', '.' )}}% |
DESCRIÇÃO | QUANTIDADE | QUANTIDADE % |
---|---|---|
{{$linha->DESCRICAO}} | {{number_format($linha->QUANTIDADE , $filtro['decimal'], ',', '.')}} | {{number_format((($linha->QUANTIDADE/$base) * 100) , 2, ',', '')}}% |
TOTAL | {{number_format($soma_total , $filtro['decimal'], ',', '.')}} | {{number_format($soma_perct , 2, ',', '.' )}}% |
DESCRIÇÃO | QUANTIDADE | QUANTIDADE % |
---|---|---|
{{$linha->DESCRICAO}} | {{number_format($linha->QUANTIDADE , $filtro['decimal'], ',', '.')}} | {{number_format((($linha->QUANTIDADE/$base) * 100) , 2, ',', '')}}% |
TOTAL | {{number_format($soma_total , $filtro['decimal'], ',', '.')}} | {{number_format($soma_perct , 2, ',', '.' )}}% |