Skip to content
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

Open
wants to merge 7 commits into
base: 2.9
Choose a base branch
from

Conversation

techspot
Copy link

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.
modelo-4-carteirinha

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.

modelo-carodromo

Também adiciona um pequeno bugfix na impressão do boletim do Aluno.

@edersoares edersoares changed the base branch from 2.8 to 2.9 June 20, 2024 18:20
Copy link
Member

@edersoares edersoares left a 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()';
Copy link
Member

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

Suggested change
//$this->acao_enviar = 'customPrintReport()';
$this->acao_enviar = 'customPrintReport()';

];
$this->inputsHelper()->select('situacao_matricula', $options);

if (config('legacy.report.mostrar_relatorios') == 'botucatu') {
Copy link
Member

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);
Copy link
Member

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

Suggested change
//$this->report->addArg('caminho_fundo_carteira_transporte', $path);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants