nobohan
7922f8f181
fix deprecations: use fqcn for submit in controllers
2018-04-03 17:14:52 +02:00
bf12046afa
add specific page for download
2017-04-19 00:30:36 +02:00
d5c26c6d47
[export] adding spreadsheet formatter
2017-02-19 21:40:55 +01:00
dc98fd9d86
add a hack to export on CSV
...
Currently, it seems that using the function fputcsv make PHP consider
that header were sent. We have to send headers explicitly from the Controller.
2016-05-25 11:01:43 +02:00
afcf9e270e
add translations for all steps and clean layout
2016-04-21 22:50:17 +02:00
70806408fd
rewrite interface and create first tests
2016-04-15 23:13:41 +02:00
df69448324
add acl for exports
2016-04-15 23:13:41 +02:00
630be1d3d2
take into account all reachble centers by default for authorization
2016-04-15 23:13:41 +02:00
de27c50a5a
begin to take ACL into account [WIP] [ci skip]
2016-04-15 23:13:41 +02:00
8eba8dca24
add a step to pick center before export
2016-04-15 23:13:41 +02:00
fa246b37b6
[wip] clean controller + column header [ci skip]
2016-04-15 23:13:41 +02:00
fe1a9a0838
add form to formatter
...
The formatter can add a form. This form is handle by controller and exportManager.
[WIP] The csv formatter ask the user to ordering the aggregators.
2016-04-15 23:13:41 +02:00
cf255cd0a2
rewrite controller to add form validation
...
The controller handle form validation. Each step is now responsible for validating his own form and, if valid, redirect to next step. The last step gather data from previous step and generate a redirection to an HTTP GET query to generate the report.
2016-04-15 23:13:41 +02:00
fa1be795ec
add method helper on manager to simplify controller
...
The controller does not have to handle data of the form ExportType. The ExportManager now handles those data. This is supposed to limit the number of place where the form data are handled.
2016-04-15 23:13:40 +02:00
ce2119ee6f
handle requests and form to build an export
2016-04-15 23:13:40 +02:00
e1a9ad1612
[wip] add different steps to handle request
2016-04-15 23:13:40 +02:00
b40b85527a
create a first set of export framework
...
- create interfaces
- create an export manager
- add a compiler pass to gather services tagged for export
2016-04-15 23:13:40 +02:00
Marc Ducobu
756a188817
Export view
2015-02-16 18:09:04 +01:00