-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carodromo de Turma + Novo Modelo de Carteirinha + Bugfix Boletim Aluno #151
base: 2.9
Are you sure you want to change the base?
Carodromo de Turma + Novo Modelo de Carteirinha + Bugfix Boletim Aluno #151
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obrigado @techspot pela contribuição.
Você pode fazer os ajustes necessários? Na próxima faça PRs individuais se possível.
Abraço!
@@ -19,7 +19,7 @@ protected function _preRender() | |||
{ | |||
parent::_preRender(); | |||
|
|||
$this->acao_enviar = 'customPrintReport()'; | |||
//$this->acao_enviar = 'customPrintReport()'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esse trecho precisa estar ativo. Você está publicando os assets do relatório?
php artisan vendor:publish --tags=reports-assets
//$this->acao_enviar = 'customPrintReport()'; | |
$this->acao_enviar = 'customPrintReport()'; |
]; | ||
$this->inputsHelper()->select('situacao_matricula', $options); | ||
|
||
if (config('legacy.report.mostrar_relatorios') == 'botucatu') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isso é uma configuração exclusiva, não faz sentido estar aqui.
$configPath = config('legacy.report.caminho_fundo_carteira_transporte'); | ||
$path = empty($configPath) ? '/var/www/ieducar/ieducar/modules/Reports/Assets/Images/StudentCard' : $configPath; | ||
|
||
//$this->report->addArg('caminho_fundo_carteira_transporte', $path); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remover se não é preciso
//$this->report->addArg('caminho_fundo_carteira_transporte', $path); |
O que isso inclui:
Adiciona o Modelo 4 de Carteirinha de Estudante contendo um QR Code com o código da matrícula do aluno.
Muito útil para escolas que possuem entrada por cancela automática.
Adicionar um novo Item ao Menu Documentos, chamado: Carodromo
Que seria um quadro com as fotos de todos os alunos da turma, muito útil em algumas escolas onde o professor precisa se familiarizar com os alunos, assim como para que seja colado na porta das salas facilitando aos pais identificar a sala do seu filho.
Também adiciona um pequeno bugfix na impressão do boletim do Aluno.