Skip to content

Commit

Permalink
Merge branch 'dev' into fix/food_module
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoncalves committed Apr 26, 2024
2 parents d31a49c + 6e625a5 commit 6c875ff
Show file tree
Hide file tree
Showing 153 changed files with 5,242 additions and 147 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [Versão 3.78.136]
- Datepicker modificado para apresentar as informações em português

## [Versão 3.78.135]
- Adicionando funcionalidade de validação de planos de aula
- Criando novo tipo de usuário e visibilidade "Coordenador"

## [Versão 3.77.135]
- Adicionado novas inconsistências para a falta de componentes curriculasres

Expand All @@ -6,11 +13,14 @@
-
## [Versão 3.77.133]
- Realizado correções nas validações das datas para Professor, Estudante e Escola

- Correção no id da classe para as inconsistências
-
## [Versão 3.78.132]
- Adicionado campo para a assinatura do diretor
- Adicionado campo para a assinatura do diretor
- Adicionado unidades de medida para o lançamento no estoque

## [Versão 3.77.132]
- Adicionado correção para a tamanho da descrição da merenda
- Criando as telas relacionadas a agricultor no novo módulo de merenda escolar

## [Versão 3.76.131]
Expand Down
41 changes: 41 additions & 0 deletions app/components/DatePickerWidget.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?php

class DatePickerWidget
{
public static function renderDatePicker($model, $attribute)
{
return [
'model' => $model,
'attribute' => $attribute,
'options' => [
'dateFormat' => 'dd/mm/yy',
'changeYear' => true,
'changeMonth' => true,
'yearRange' => '1930:' . date('Y'),
'showOn' => 'focus',
'maxDate' => 0,
'monthNamesShort' => [
'Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho',
'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'
],
'dayNames' => [
'Domingo',
'Segunda-feira',
'Terça-feira',
'Quarta-feira',
'Quinta-feira',
'Sexta-feira',
'Sábado'
],
'dayNamesShort' => ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb'],
'dayNamesMin' => ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb'],
],
'htmlOptions' => [
'id' => 'initial_date_picker',
'readonly' => 'readonly',
'style' => 'cursor: pointer;',
'placeholder' => 'Clique aqui para escolher a data'
],
];
}
}
3 changes: 2 additions & 1 deletion app/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
'curricularcomponents',
'stages',
'foods',
'dashboard'
'dashboard',
'courseplan'
),
// application components
'components' => array(
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions app/extensions/bncc-import/Arte.csv.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[remap]

importer="csv_translation"
type="Translation"
uid="uid://bx4g0rbsp14sw"

[deps]

files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Arte. cultivando a percepção.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Arte. o imaginário.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Arte. a capacidade de simbolizar e o repertório imagético..translation"]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Arte.csv"
dest_files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Arte. cultivando a percepção.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Arte. o imaginário.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Arte. a capacidade de simbolizar e o repertório imagético..translation"]

[params]

compress=true
delimiter=0
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions app/extensions/bncc-import/Ciências.csv.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[remap]

importer="csv_translation"
type="Translation"
uid="uid://bhmkok23b4enw"

[deps]

files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ciências. discutindo sua origem.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ciências. os modos como são descartados e como podem ser usados de forma mais consciente..translation"]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ciências.csv"
dest_files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ciências. discutindo sua origem.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ciências. os modos como são descartados e como podem ser usados de forma mais consciente..translation"]

[params]

compress=true
delimiter=0
Binary file not shown.
17 changes: 17 additions & 0 deletions app/extensions/bncc-import/Educação Física.csv.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[remap]

importer="csv_translation"
type="Translation"
uid="uid://cm1mb0qc76yv2"

[deps]

files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Educação Física. fruir e recriar diferentes brincadeiras e jogos da cultura popular presentes no contexto comunitário e regional.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Educação Física. reconhecendo e respeitando as diferenças individuais de desempenho dos colegas..translation"]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Educação Física.csv"
dest_files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Educação Física. fruir e recriar diferentes brincadeiras e jogos da cultura popular presentes no contexto comunitário e regional.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Educação Física. reconhecendo e respeitando as diferenças individuais de desempenho dos colegas..translation"]

[params]

compress=true
delimiter=0
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions app/extensions/bncc-import/Ensino religioso.csv.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[remap]

importer="csv_translation"
type="Translation"
uid="uid://w6embo321fi6"

[deps]

files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ensino religioso. o outro e o nós;(EF01ER01) Identificar e acolher as semelhanças e diferenças entre o eu.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ensino religioso. o outro e o nós..translation"]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ensino religioso.csv"
dest_files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ensino religioso. o outro e o nós;(EF01ER01) Identificar e acolher as semelhanças e diferenças entre o eu.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Ensino religioso. o outro e o nós..translation"]

[params]

compress=true
delimiter=0
Binary file not shown.
17 changes: 17 additions & 0 deletions app/extensions/bncc-import/Geografia.csv.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[remap]

importer="csv_translation"
type="Translation"
uid="uid://d0o7c1dllq5rt"

[deps]

files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Geografia. escola etc.) e identificar semelhanças e diferenças entre esses lugares..translation"]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Geografia.csv"
dest_files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Geografia. escola etc.) e identificar semelhanças e diferenças entre esses lugares..translation"]

[params]

compress=true
delimiter=0
Binary file not shown.
17 changes: 17 additions & 0 deletions app/extensions/bncc-import/História.csv.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[remap]

importer="csv_translation"
type="Translation"
uid="uid://dxx6deuwh2kvc"

[deps]

files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/História. presente.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/História. futuro);(EF01HI01) Identificar aspectos do seu crescimento por meio do registro das lembranças particulares ou de lembranças dos membros de sua família e/ou de sua comunidade..translation"]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/História.csv"
dest_files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/História. presente.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/História. futuro);(EF01HI01) Identificar aspectos do seu crescimento por meio do registro das lembranças particulares ou de lembranças dos membros de sua família e/ou de sua comunidade..translation"]

[params]

compress=true
delimiter=0
Binary file not shown.
17 changes: 17 additions & 0 deletions app/extensions/bncc-import/Língua Inglesa.csv.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[remap]

importer="csv_translation"
type="Translation"
uid="uid://dahxr1kjtgbpk"

[deps]

files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Língua Inglesa. demonstrando iniciativa para utilizar a língua inglesa..translation"]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Língua Inglesa.csv"
dest_files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Língua Inglesa. demonstrando iniciativa para utilizar a língua inglesa..translation"]

[params]

compress=true
delimiter=0
Binary file not shown.
17 changes: 17 additions & 0 deletions app/extensions/bncc-import/Matemática.csv.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[remap]

importer="csv_translation"
type="Translation"
uid="uid://ohp31advqjuq"

[deps]

files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Matemática. mas sim código de identificação..translation"]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Matemática.csv"
dest_files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/Matemática. mas sim código de identificação..translation"]

[params]

compress=true
delimiter=0
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions app/extensions/bncc-import/infantil.csv.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[remap]

importer="csv_translation"
type="Translation"
uid="uid://b57yt4k66mnlc"

[deps]

files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/infantil. tempos.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/infantil. quantidades.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/infantil. relações e transformações;Bebês (zero a 1 ano e 6 meses);(EI01ET01) Explorar e descobrir as propriedades de objetos e materiais (odor, cor, sabor, temperatura)..translation"]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/infantil.csv"
dest_files=["res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/infantil. tempos.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/infantil. quantidades.translation", "res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/extensions/bncc-import/infantil. relações e transformações;Bebês (zero a 1 ano e 6 meses);(EI01ET01) Explorar e descobrir as propriedades de objetos e materiais (odor, cor, sabor, temperatura)..translation"]

[params]

compress=true
delimiter=0
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[remap]

importer="font_data_dynamic"
type="FontFile"
uid="uid://iq47utuq47ok"
path="res://.godot/imported/icons.ttf-e5f5e99d986f73dfee6a0c64c3b99978.fontdata"

[deps]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/gii/iptimodule/templates/francisco-template/resources/lib/semantic/dist/themes/basic/assets/fonts/icons.ttf"
dest_files=["res://.godot/imported/icons.ttf-e5f5e99d986f73dfee6a0c64c3b99978.fontdata"]

[params]

Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[remap]

importer="font_data_dynamic"
type="FontFile"
uid="uid://d2mf8hjyqs78i"
path="res://.godot/imported/icons.woff-4015b8233b2c536618fddfe9121f73e0.fontdata"

[deps]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/gii/iptimodule/templates/francisco-template/resources/lib/semantic/dist/themes/basic/assets/fonts/icons.woff"
dest_files=["res://.godot/imported/icons.woff-4015b8233b2c536618fddfe9121f73e0.fontdata"]

[params]

Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[remap]

importer="font_data_dynamic"
type="FontFile"
uid="uid://82iw2u73dggq"
path="res://.godot/imported/icons.ttf-67e712ad91b7ce0aa60b532345855a7d.fontdata"

[deps]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/gii/iptimodule/templates/francisco-template/resources/lib/semantic/dist/themes/default/assets/fonts/icons.ttf"
dest_files=["res://.godot/imported/icons.ttf-67e712ad91b7ce0aa60b532345855a7d.fontdata"]

[params]

Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[remap]

importer="font_data_dynamic"
type="FontFile"
uid="uid://rwmqhei1asyw"
path="res://.godot/imported/icons.woff-ea35b8e335951bcf5fa9354dd861e3c2.fontdata"

[deps]

source_file="res://OneDrive - Instituto de Pesquisas em Tecnologia e Inovação/Documentos/GitHub/br.tag/app/gii/iptimodule/templates/francisco-template/resources/lib/semantic/dist/themes/default/assets/fonts/icons.woff"
dest_files=["res://.godot/imported/icons.woff-ea35b8e335951bcf5fa9354dd861e3c2.fontdata"]

[params]

Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

0 comments on commit 6c875ff

Please sign in to comment.