Commit e4f7997bf89cf13a53c1940fa4ab61d9d8734a88
1 parent
8a41bd66
Exists in
master
and in
1 other branch
Adicionando periodo em relatório
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamentoResultado.html.twig
... | ... | @@ -9,7 +9,8 @@ |
9 | 9 | <div class="block box_content round_bottom padding_10"> |
10 | 10 | |
11 | 11 | <h2 class="">{{ 'Relatório de Faturamento'|trans }}</h2> |
12 | - <h5>{{ 'Relatório gerado em'|trans }} {% if idioma == 'pt_BR' %}{{ "now"|date("d/m/Y H\\hi") }}{% else %}{{ "now"|date("m/d/Y H\\hi") }}{% endif %}</h5> | |
12 | + <h5 class="">{{ 'Período: '|trans }}{{data['dtAcaoInicio']|date("d/m/Y") }} a {{ data['dtAcaoFim']|date("d/m/Y") }}</h5> | |
13 | + <h5>{{ 'Relatório gerado em'|trans }} {% if idioma == 'pt_BR' %}{{ "now"|date("d/m/Y H\\hi") }}{% else %}{{ "now"|date("m/d/Y H\\hi") }}{% endif %}</h5> | |
13 | 14 | |
14 | 15 | <hr /> |
15 | 16 | ... | ... |