Commit Graph

143 Commits

Author SHA1 Message Date
Naomi c1e24593fa limiting involved parties facet to non-clients. 2019-07-15 20:34:32 +01:00
Naomi c98f028045 Removed ajax from views
Although it is beautiful, it stops the export from being filtered.
2019-07-15 19:51:57 +01:00
Naomi 873f751795 Added config files for reporting on cases
And moved indexes to optional config so as not to have to keep
rebuilding them
2019-07-15 18:36:53 +01:00
Naomi 6b9ff3a5e7 typo 2019-06-09 15:26:29 +01:00
Naomi b24ba377d2 removed dependency no longer required 2019-06-09 14:27:59 +01:00
Naomi 33168ecb62 Added new module, Opencase Default Reporting 2019-06-09 14:00:23 +01:00
Naomi 3eacbc952f Moved some configs from here into new module, Opencase Default Reporting 2019-06-09 13:58:39 +01:00
Naomi 47ea8493ce added a permission to delete people 2019-04-29 16:44:34 +01:00
Naomi eb6cfb89dd removed old commented-out permissions
that had been superseded by the dynamic permissions
2018-12-19 09:13:20 +00:00
Naomi 94e2635ee1 Hopefully fixed OSIC level reporting bug. Config to delete:
- Volunteer reporting index.

Not sure how, I fixed it, just re-created everything
2018-12-18 15:32:53 +00:00
Naomi fa7516b03a Menus other than "support" not available when logged out. 2018-12-15 14:21:38 +00:00
Naomi bfa4f27cf7 Items per pages on views. Manual changes needed
- delete volunteer report view
2018-12-15 14:07:15 +00:00
Naomi e0260256fa Actor -> Person. Need to update entities 2018-12-15 14:00:26 +00:00
Naomi fd47bee26a Added "sex" field. Optionally change config:
- Add to form and view display for client (optional)
2018-12-15 13:53:35 +00:00
Naomi 150cc6cfd1 Data export. Config changed (some from previous commits):
- view - cases
- view - reporting_clients
- view - reporting_volunteers
- block - nationalities
2018-12-15 13:41:13 +00:00
Naomi 99733415c8 Facet block config 2018-12-15 13:16:37 +00:00
Naomi 5e127358b2 Added some css and a list of nationalities for the dropdown 2018-12-15 11:34:59 +00:00
Naomi 9a937e2d46 Changed minimum count to 0 on all facets
which means the checkboxes don't disappear when there are none of that kind in the search results.
Also changed how name is displayed in reporting view
2018-12-14 19:02:20 +00:00
Naomi ca04c3e259 Replaced text-box "nationality" field with drop-down "nationalities" 2018-12-14 18:51:45 +00:00
Naomi b81d6b5f31 Removed config for disused menus 2018-11-09 16:38:00 +00:00
Naomi ad6811b5e9 Changed "Actor" to "Person" in a few places 2018-11-09 16:14:48 +00:00
Naomi 3e6011a359 menu order 2018-11-09 15:03:34 +00:00
Naomi 7e28f88b86 Shiny new menu at top of screen! 2018-11-09 14:59:25 +00:00
Naomi 0efab1af06 Moved search bar to top, and styled
Also add opencase_search as dependency to opencase because the css for it is in opencase/css (hopefully all this css can go into an opencase theme one day)
2018-11-09 13:16:47 +00:00
Naomi 4b14537dc4 Renamed config file in line with id 2018-11-08 18:58:44 +00:00
Naomi 52eb5898e3 Removed duplicate configs, and added dependency 2018-11-08 18:47:24 +00:00
Naomi acf3e704cc Added a commented out bit of code for automatic permissions 2018-10-26 11:23:21 +01:00
Naomi 142c22f8e2 Dynamic permissions! 2018-10-25 19:47:12 +01:00
Naomi 981439d3c6 Added "use opencase" permission to all roles 2018-10-25 18:28:25 +01:00
Naomi 0333e20afd Added form and display config permissions to crm admin 2018-10-25 18:26:31 +01:00
Naomi ec25af3858 Confined rogue OSIC Level facet to reporting/* 2018-10-25 18:14:00 +01:00
Naomi 30a4d13081 Date format for dob for client.
Also removed some other fields that I'm not sure why were there...
2018-10-25 17:55:39 +01:00
Naomi 904cf2d63c Explicity stop OSIC Level facet from apearing on home page
God knows why but it was doing
2018-10-25 17:45:37 +01:00
Naomi 7c30d9d02e postcode weight 2018-10-25 14:55:25 +01:00
Naomi fd5d145866 Added volunteer supervision activity type 2018-10-24 17:39:56 +01:00
Naomi 530df37e92 removed cases link from reporting menu 2018-10-24 16:51:22 +01:00
Naomi 7fd551982d Added OSIC level facet to volunteer report 2018-10-24 16:48:00 +01:00
Naomi 0aa6b92490 Added a bunch of facets 2018-10-24 16:16:35 +01:00
Naomi b62f2f34a9 Bodged download button for reporting. 2018-10-24 16:16:17 +01:00
Naomi 8187f6b306 Finished client reporting 2018-10-01 18:55:51 +01:00
Naomi 56be669fe9 Fixed the jQuery on the download data button
The click binding was getting lost after ajax reload
2018-10-01 17:55:41 +01:00
Naomi 5cde32c975 Added reporting menu with one link for Custom Report 2018-10-01 14:58:00 +01:00
Naomi bfef673d42 Simplified reporting. Presets will be hard coded 2018-10-01 14:35:10 +01:00
Naomi 9f735eb492 Deleted a bunch of stuff to do with report entities
because we are not using them at this stage
2018-10-01 10:41:32 +01:00
Naomi a8c454c509 Made all base fields on actors not configurable
Making them configurable seems to mess up weights and stuff.
2018-09-19 09:15:42 +01:00
Naomi 9424aca1e9 Added config for "skills" field on volunteer. 2018-09-19 09:15:19 +01:00
Naomi b5f718647e Using views for CRUDding saved reports. 2018-09-17 18:49:20 +01:00
Naomi 7e1889346b newly generated content entity. 2018-09-17 17:29:04 +01:00
Naomi 1e0a6a41d3 got rid of reference to the report config entity 2018-09-17 17:26:40 +01:00
Naomi e14a68ef62 removed "report" config entity
so as to try out making it a content entity instead.
2018-09-17 17:23:03 +01:00