Commit 031fdeb6aabec1b0ba9fd913fb8627a8c5ba74f9
1 parent
2ca80da5
Exists in
master
relatório de usuário logado
Showing
1 changed file
with
13 additions
and
1 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/config/routing.yml
@@ -192,4 +192,16 @@ cacic_relatorio_csv_hardware_wmi_detalhe: | @@ -192,4 +192,16 @@ cacic_relatorio_csv_hardware_wmi_detalhe: | ||
192 | 192 | ||
193 | cacic_faturamento_computador: | 193 | cacic_faturamento_computador: |
194 | pattern: /faturamento/computador | 194 | pattern: /faturamento/computador |
195 | - defaults: { _controller: CacicRelatorioBundle:Faturamento:computador } | ||
196 | \ No newline at end of file | 195 | \ No newline at end of file |
196 | + defaults: { _controller: CacicRelatorioBundle:Faturamento:computador } | ||
197 | + | ||
198 | +cacic_relatorio_usuario: | ||
199 | + pattern: /usuario | ||
200 | + defaults: { _controller: CacicRelatorioBundle:Faturamento:usuario } | ||
201 | + | ||
202 | +cacic_relatorio_usuario_detalhar: | ||
203 | + pattern: /usuario/detalhar | ||
204 | + defaults: { _controller: CacicRelatorioBundle:Faturamento:usuarioDetalhar } | ||
205 | + | ||
206 | +cacic_relatorio_usuario_csv: | ||
207 | + pattern: /usuario/csv | ||
208 | + defaults: { _controller: CacicRelatorioBundle:Faturamento:usuarioCsv } | ||
197 | \ No newline at end of file | 209 | \ No newline at end of file |