| Nº | Nome completo | Categoria | Dias | Salário Base | Abono Família | Sub. Alimentação | Sub. Transporte | Sub. Férias | Sub. Natal | Desempenho Mensal | Sub. Disponibilidade | Sub. Renda | Outros. Sub | Sal. Ilíquido | INSS | IRT | Desc. Falta | Outros Desc | Total Desc. | Salário Líquido |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$id}} | {{primeiro_ultimo($r->funcionario->nome)}} | {{$r->funcionario->funcao->funcao}} | {{$r->dias}} | {{number_format($r->sb, '2', ',', '.')}} | {{number_format($r->abono, '2', ',', '.')}} | {{number_format($r->alimentacao, '2', ',', '.')}} | {{number_format($r->transporte, '2', ',', '.')}} | {{number_format($r->sub_feria, '2', ',', '.')}} | {{number_format($r->sub_natal, '2', ',', '.')}} | {{number_format($r->sub_reconhecimento, '2', ',', '.')}} | {{number_format($r->desemp_mensal, '2', ',', '.')}} | {{number_format($r->sub_renda, '2', ',', '.')}} | {{number_format($r->outros_sub, '2', ',', '.')}} | {{number_format(salario_iliquido($r->id), '2', ',', '.')}} | {{number_format($r->inss, '2', ',', '.')}} | {{number_format($r->irt, '2', ',', '.')}} | {{number_format($r->faltas, '2', ',', '.')}} | {{number_format($r->outros_desc, '2', ',', '.')}} | {{number_format(descontos($r->id), '2', ',', '.')}} | {{number_format(salario_liquido($r->id), '2', ',', '.')}} |
| TOTAL | {{number_format($tot_sb, '2', ',', '.')}} | {{number_format($tot_abono, '2', ',', '.')}} | {{number_format($tot_ali, '2', ',', '.')}} | {{number_format($tot_tra, '2', ',', '.')}} | {{number_format($tot_fer, '2', ',', '.')}} | {{number_format($tot_nat, '2', ',', '.')}} | {{number_format($tot_rec, '2', ',', '.')}} | {{number_format($tot_des, '2', ',', '.')}} | {{number_format($tot_ren, '2', ',', '.')}} | {{number_format($tot_out, '2', ',', '.')}} | {{number_format($tot_siliquido, '2', ',', '.')}} | {{number_format($tot_inss, '2', ',', '.')}} | {{number_format($tot_irt, '2', ',', '.')}} | {{number_format($tot_fal, '2', ',', '.')}} | {{number_format($tot_outros_desc, '2', ',', '.')}} | {{number_format($tot_desc, '2', ',', '.')}} | {{number_format($tot_liq, '2', ',', '.')}} | |||
Resumo de Impostos:
| Entidade patronal (INSS - 8%) | {{number_format($tot_inss_empresa, '2', ',', '.')}} |
|---|---|
| Trabalhadores (INSS - 3%) | {{number_format($tot_inss, '2', ',', '.')}} |
| Total Pagar - INSS | {{number_format($tot_inss + $tot_inss_empresa, '2', ',', '.')}} |
| IRT | {{number_format($tot_irt, '2', ',', '.')}} |
| Total Geral de Impostos | {{number_format($tot_inss + $tot_inss_empresa + $tot_irt, '2', ',', '.')}} |
Elaborado Por:
{{auth()->user()->username}}
Analisado Por:
Aprovado Por: