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

Portabilis patch 26/10/2018 #454

Merged
merged 67 commits into from Oct 29, 2018
Merged

Commits on Sep 5, 2018

  1. Utiliza parâmetro de substituição da nota;

    Refs portabilis/i-educar-portabilis#3473
    
    Utiliza informação do parâmetro "substitui menor nota" para definir
    se haverá utilização da nota de recuperação caso a mesma seja
    menor que a nota regular.
    eberfreitas committed Sep 5, 2018
    Copy the full SHA
    9c8ea0d View commit details
    Browse the repository at this point in the history
  2. Migração para definir parâmetro da regra substitui_menor_nota;

    Refs portabilis/i-educar-portabilis#3473
    eberfreitas committed Sep 5, 2018
    Copy the full SHA
    5e5cd7b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1b9afdb View commit details
    Browse the repository at this point in the history
  4. Remove coalesce desnecessário;

    Refs portabilis/i-educar-portabilis#3473
    eberfreitas committed Sep 5, 2018
    Copy the full SHA
    6f537a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Copy the full SHA
    0899496 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Ajuste de PSR-2;

    Refs portabilis/i-educar-portabilis#4209;
    eberfreitas committed Sep 11, 2018
    Copy the full SHA
    ba370af View commit details
    Browse the repository at this point in the history
  2. Implementa método que busca a melhor data de matrícula;

    Refs portabilis/i-educar-portabilis#4209
    eberfreitas committed Sep 11, 2018
    Copy the full SHA
    249aaac View commit details
    Browse the repository at this point in the history
  3. PSR-2 e ajustes;

    Refs portabilis/i-educar-portabilis#4209
    eberfreitas committed Sep 11, 2018
    Copy the full SHA
    0ad9c0e View commit details
    Browse the repository at this point in the history
  4. PSR-2 e ajustes;

    Refs portabilis/i-educar-portabilis#4209
    eberfreitas committed Sep 11, 2018
    Copy the full SHA
    9b8371a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Corrigindo bug e otimizando código;

    Refs portabilis/i-educar-portabilis#4209
    eberfreitas committed Sep 12, 2018
    Copy the full SHA
    1654614 View commit details
    Browse the repository at this point in the history
  2. PSR-2;

    Refs portabilis/i-educar-portabilis#4209
    eberfreitas committed Sep 12, 2018
    Copy the full SHA
    7c2d27f View commit details
    Browse the repository at this point in the history
  3. Movendo método de pegar melhor data para classe clsPmieducarMatricula;

    Refs portabilis/i-educar-portabilis#4209
    eberfreitas committed Sep 12, 2018
    Copy the full SHA
    95fdd0b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Copy the full SHA
    9de821f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Copy the full SHA
    ae9d48a View commit details
    Browse the repository at this point in the history
  2. Troca label do checkbox;

    Refs portabilis/i-educar-portabilis#3473
    eberfreitas committed Sep 21, 2018
    Copy the full SHA
    75cfe33 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Copy the full SHA
    f4b63c4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    53a4c27 View commit details
    Browse the repository at this point in the history
  3. Corrige substituição de nota de recuperação;

    Refs portabilis/i-educar-portabilis#3473
    
    - Remove método antigo de substituição (não deve ocorrer);
    - Realiza a substituição apenas na hora de calcular média.
    eberfreitas committed Sep 25, 2018
    Copy the full SHA
    ce24c27 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Copy the full SHA
    86c70f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Copy the full SHA
    7a0ed89 View commit details
    Browse the repository at this point in the history
  2. Corrige validações da data de matrícula;

    Refs portabilis/i-educar-portabilis#4209
    
    - Remove lógica de validação da transferência p/
      um novo método;
    - Adiciona método para verificar fim do nao letivo.
    eberfreitas committed Sep 27, 2018
    Copy the full SHA
    8b9be0b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Copy the full SHA
    713bb9c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Corrigindo verificação da data inicial;

    Refs portabilis/i-educar-portabilis#4209
    
    Corrige a query que realiza verificação da data inicial
    do ano letivo da escola e da turma.
    eberfreitas committed Sep 30, 2018
    Copy the full SHA
    d041179 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Copy the full SHA
    aa336fe View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Copy the full SHA
    23f8767 View commit details
    Browse the repository at this point in the history
  2. Ajusta casas decimais no processamento de notas

    Notas serão processadas com as casas decimais
    de acordo com o que for definido na regra de
    avaliação.
    Bonot committed Oct 2, 2018
    Copy the full SHA
    0f13adb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7f740ec View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c7b6e33 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Copy the full SHA
    c2bee37 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Copy the full SHA
    8166ef5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Copy the full SHA
    1c15292 View commit details
    Browse the repository at this point in the history
  2. Ajusta exceção para eventuais erros;

    Refs #4278
    MatheusNicoski committed Oct 5, 2018
    Copy the full SHA
    bd70d02 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Copy the full SHA
    2a38819 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Copy the full SHA
    3154a48 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Copy the full SHA
    02bdd96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4231 from portabilis/issue-4209

    Validações na data de nova matrícula
    eberfreitas committed Oct 11, 2018
    Copy the full SHA
    efb2e51 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    43fb9c3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f0707b4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4312 from portabilis/issue-4235

    Ajusta importação dos anos letivos no educacenso
    Bonot committed Oct 11, 2018
    Copy the full SHA
    5498fe3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2d21768 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4318 from portabilis/issue-4221

    Ajusta link e mensagem de análise do registro 50
    Bonot committed Oct 11, 2018
    Copy the full SHA
    c71b6c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Merge pull request #4319 from portabilis/issue-4316

    Corrige bug ao criar novo ano letivo na escola;
    MatheusNicoski committed Oct 16, 2018
    Copy the full SHA
    cc23aee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4305 from portabilis/issue-4278

    Trata exceção quando a série não possuir disciplinas habilitadas;
    MatheusNicoski committed Oct 16, 2018
    Copy the full SHA
    80d209b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Copy the full SHA
    3878e2d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    98dc15a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4291 from portabilis/issue-4263

    Implementa possibilidade de seleção de escolas para aplicar as alterações da tela de componentes da série
    munizeverton committed Oct 17, 2018
    Copy the full SHA
    037bb4e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7613b77 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4283 from portabilis/issue-2560

    Ajusta casas decimais no processamento de notas
    Bonot committed Oct 17, 2018
    Copy the full SHA
    4d6c045 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Copy the full SHA
    2c0ff8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4336 from portabilis/issue-4314

    Atualiza versão dos assets
    munizeverton committed Oct 18, 2018
    Copy the full SHA
    ac67a46 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    65de218 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Copy the full SHA
    e47e4af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4344 from portabilis/issue-2751

    Ajusta alguns campos da pessoa que não estavam sendo exibidos no cadastro de aluno
    munizeverton committed Oct 19, 2018
    Copy the full SHA
    8d163ed View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6bbab74 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4346 from portabilis/issue-4297

    Desconsidera situação transferido na validação de sequencia de enturmação
    munizeverton committed Oct 19, 2018
    Copy the full SHA
    85707a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Copy the full SHA
    8deae64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4139 from portabilis/issue-3473

    Utiliza corretamente `substitui_menor_nota` nas regras de recuperação paralela
    eberfreitas committed Oct 20, 2018
    Copy the full SHA
    5f0b1f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Copy the full SHA
    569da9c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b2b5d2a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Merge pull request #4358 from portabilis/fix/exibicao-sexo-aluno

    Não exibe sexo do aluno se o campo estiver vazio
    munizeverton committed Oct 24, 2018
    Copy the full SHA
    1d27d59 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a9e9dc9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4348 from portabilis/issue-4331

    Adiciona label Substitui termo assinatura do secretario;
    MatheusNicoski committed Oct 24, 2018
    Copy the full SHA
    a9df359 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Merge pull request #4368 from portabilis/issue-4359

    Corrige bug na verificação de matrícula no mesmo ano
    munizeverton committed Oct 25, 2018
    Copy the full SHA
    e790e06 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Copy the full SHA
    cbfbb34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4379 from portabilis/update-assets

    Atualiza a versão dos assets
    munizeverton committed Oct 26, 2018
    Copy the full SHA
    81b888d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a141de5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4381 from portabilis/comunidade-patch-2018-10-26

    Comunidade patch 26/10/2018
    MatheusNicoski committed Oct 26, 2018
    Copy the full SHA
    4ec676f View commit details
    Browse the repository at this point in the history