Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
f845e1c0
Commit
f845e1c0
authored
Feb 01, 2022
by
Guilherme Silva
Browse files
Adicionado relatórios na visualização de projeto
parent
6dee3d57
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
f845e1c0
...
@@ -276,6 +276,54 @@
...
@@ -276,6 +276,54 @@
</
div
>
</
div
>
</
div
>
</
div
>
<!--
Relatórios
-->
<
div
class
=
"row justify-content-center"
style
=
"margin-top: 20px;"
>
<
div
class
=
"col-md-10"
>
<
div
class
=
"card"
style
=
"border-radius: 5px"
>
<
div
class
=
"card-body"
style
=
"padding-top: 0.2rem;"
>
<
div
class
=
"container"
>
<
div
class
=
"form-row mt-3"
>
<
div
class
=
"col-sm-9"
><
h5
style
=
"color: #234B8B; font-weight: bold"
>
Relatórios
</
h5
></
div
>
<
div
class
=
"col-sm-3 text-sm-right"
>
<
a
href
=
"{{route('planos.listar', ['id' =>
$trabalho->id
])}}"
class
=
"button"
>
Lista
de
Relatórios
</
a
>
</
div
>
</
div
>
<
hr
style
=
"border-top: 1px solid#1492E6"
>
<
div
class
=
"row justify-content-center"
>
{{
--
Relatório
Parcial
--
}}
<
div
class
=
"col-sm-3"
>
<
label
for
=
"dt_inicioRelatorioParcial"
class
=
"col-form-label"
style
=
"font-weight: bold"
>
{{
__
(
'inicio do Relatório Parcial: '
)
}}
</
label
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
input
id
=
"dt_inicioRelatorioParcial
{
{$evento->id}
}
"
type
=
"date"
class
=
"form-control"
name
=
"dt_inicioRelatorioParcial"
value
=
"
{
{$evento->dt_inicioRelatorioParcial}
}
"
required
autocomplete
=
"dt_inicioRelatorioParcial"
disabled
autofocus
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
label
for
=
"dt_fimRelatorioParcial"
class
=
"col-form-label"
style
=
"font-weight: bold"
>
{{
__
(
'Fim do Relatório Parcial: '
)
}}
</
label
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
input
id
=
"dt_fimRelatorioParcial
{
{$evento->id}
}
"
type
=
"date"
class
=
"form-control"
name
=
"dt_fimRelatorioParcial"
value
=
"
{
{$evento->dt_fimRelatorioParcial}
}
"
required
autocomplete
=
"dt_fimRelatorioParcial"
disabled
autofocus
>
</
div
>
{{
--
Relatório
Final
--
}}
<
div
class
=
"col-sm-3"
>
<
label
for
=
"dt_inicioRelatorioFinal"
class
=
"col-form-label"
style
=
"font-weight: bold"
>
{{
__
(
'Início do Relatório Final:'
)
}}
</
label
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
input
id
=
"dt_inicioRelatorioFinal
{
{$evento->id}
}
"
type
=
"date"
class
=
"form-control"
name
=
"dt_inicioRelatorioFinal"
value
=
"
{
{$evento->dt_inicioRelatorioFinal}
}
"
required
autocomplete
=
"dt_inicioRelatorioFinal"
disabled
autofocus
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
label
for
=
"dt_fimRelatorioFinal"
class
=
"col-form-label"
style
=
"font-weight: bold"
>
{{
__
(
'Fim do Relatório Final:'
)
}}
</
label
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
input
id
=
"dt_fimRelatorioFinal
{
{$evento->id}
}
"
type
=
"date"
class
=
"form-control"
name
=
"dt_fimRelatorioFinal"
value
=
"
{
{$evento->dt_fimRelatorioFinal}
}
"
required
autocomplete
=
"dt_fimRelatorioFinal"
disabled
autofocus
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
<!--
Avaliadores
-->
<!--
Avaliadores
-->
<
div
class
=
"row justify-content-center"
style
=
"margin-top: 20px;"
>
<
div
class
=
"row justify-content-center"
style
=
"margin-top: 20px;"
>
<
div
class
=
"col-md-10"
>
<
div
class
=
"col-md-10"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment