mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 00:34:24 +00:00
51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
YAML
report_select_type:
|
|
path: /{_locale}/person/{person_id}/report/select/type/for/creation
|
|
defaults: { _controller: "ChillReportBundle:Report:selectReportType" }
|
|
options:
|
|
menus:
|
|
person:
|
|
order: 100
|
|
label: Add a report
|
|
report_new:
|
|
path: /{_locale}/person/{person_id}/report/cfgroup/{cf_group_id}/new
|
|
defaults: { _controller: "ChillReportBundle:Report:new" }
|
|
|
|
report_create:
|
|
path: /{_locale}/person/{person_id}/report/cfgroup/{cf_group_id}/create
|
|
defaults: { _controller: "ChillReportBundle:Report:create" }
|
|
requirements: { _method: post }
|
|
|
|
report_list:
|
|
path: /{_locale}/person/{person_id}/report/list
|
|
defaults: { _controller: "ChillReportBundle:Report:list" }
|
|
options:
|
|
menus:
|
|
person:
|
|
order: 101
|
|
label: Report list
|
|
report_view:
|
|
path: /{_locale}/person/{person_id}/report/{report_id}/view
|
|
defaults: { _controller: "ChillReportBundle:Report:view" }
|
|
|
|
report_edit:
|
|
path: /{_locale}/person/{person_id}/report/{report_id}/edit
|
|
defaults: { _controller: "ChillReportBundle:Report:edit" }
|
|
|
|
report_update:
|
|
path: /{_locale}/person/{person_id}/report/{report_id}/update
|
|
defaults: { _controller: "ChillReportBundle:Report:update" }
|
|
requirements: { _method: post|put }
|
|
|
|
report_export_list:
|
|
path: /{_locale}/export/report/cfgroup/{cf_group_id}
|
|
defaults: { _controller: "ChillReportBundle:Report:export" }
|
|
|
|
|
|
report_export_select_type:
|
|
path: /{_locale}/export/report/select/type
|
|
defaults: {_controller: "ChillReportBundle:Report:selectReportTypeForExport" }
|
|
options:
|
|
menus:
|
|
export:
|
|
order: 100
|
|
label: Export reports |