PROPINAS DOS ALUNOS Ano Lectivo: {{$anoAcademicoAtivo->ano}}
|
Total Alunos {{ number_format($NumeroAlunos, 0, ',', '.') }} |
Total Esperado {{ number_format($totalEsperado, 2, ',', '.') }} |
Total Pendente {{ number_format($totalPendentes, 2, ',', '.') }} |
Total Pago {{ number_format($totalPagos, 2, ',', '.') }} |
|
Total Multa {{ number_format($multas, 2, ',', '.') }} |
Total Isenções {{ number_format($isencoes, 2, ',', '.') }} |
Total Desconto {{ number_format($desconto, 0, ',', '.') }} |
Total Co-Curricular {{ number_format($cocurricular, 2, ',', '.') }} |
@foreach($mensalidadesPorMes as $classeNome => $mensalidades)
{{strtoupper($classeNome) }} |
|||||||||
| Codigo | Nome Aluno | Curricular | Co-Curr. | Multa | Desc. | Total | Estado | Data Pag. | Descrição |
|---|---|---|---|---|---|---|---|---|---|
| {{$mensalidade->aluno->codigo}} | {{$mensalidade->aluno->pessoa->nome}} | {{ number_format($mensalidade->valor, 2, ',', '.') }} | {{ number_format($mensalidade->valor_co_curricular, 2, ',', '.') }} | {{$mensalidade->multa}}% | {{$mensalidade->desconto}} | @if($mensalidade->pagamento->tipo==0) {{ number_format(0, 2, ',', '.') }} @else {{ number_format($valorTotal, 2, ',', '.') }} @endif | @if($mensalidade->pagamento->pagou==1) Pago ({{$mensalidade->pagamento->metodo->nome}}) @else Pendente @endif | @if($mensalidade->pagamento->pagou==1) {{ \Carbon\Carbon::parse($mensalidade->pagamento->data_pagamento)->format('d-M-Y') }} @else --- @endif | @if($mensalidade->pagamento->pagou==1) @if($mensalidade->pagamento->tipo==0) Isenção @elseif($mensalidade->pagamento->tipo==1) Com Desconto @elseif($mensalidade->pagamento->tipo==2) Normal @endif @else --- @endif |
| Totais da Classe: | {{ number_format($totalClasse, 2, ',', '.') }} | Pago: {{ number_format($totalPagos, 2, ',', '.') }} --- Pendente: {{ number_format($totalPendentes, 2, ',', '.') }} | |||||||
@endforeach
Impresso no dia {{ now()->format('d-M-Y H:i') }}
|
O(a) Secretaria(o) _________________________________________________ |
O(a) DAE(a) _________________________________________________ |