Created "client report" view. Also added facets et al but will probably remove them

This commit is contained in:
2021-11-16 16:40:57 +00:00
parent 4508de3149
commit d86877ce45
7 changed files with 968 additions and 6 deletions

View File

@ -0,0 +1,85 @@
uuid: db5edde5-3b1f-4270-a9f7-1a2e7e43fc90
langcode: en
status: true
dependencies:
config:
- field.storage.oc_organisation.field_accreditation_date
- field.storage.oc_organisation.field_client_status
- field.storage.oc_organisation.field_client_type
- field.storage.oc_organisation.field_tags
- field.storage.oc_organisation.field_type_of_umbrella_client
- field.storage.oc_organisation.field_umbrella_client
- search_api.server.opencase_server
module:
- opencase_entities
- search_api
id: clients
name: Clients
description: ''
read_only: false
field_settings:
field_accreditation_date:
label: 'Accreditation date'
datasource_id: 'entity:oc_organisation'
property_path: field_accreditation_date
type: date
dependencies:
config:
- field.storage.oc_organisation.field_accreditation_date
field_client_status:
label: 'Client Status'
datasource_id: 'entity:oc_organisation'
property_path: field_client_status
type: integer
dependencies:
config:
- field.storage.oc_organisation.field_client_status
field_client_type:
label: 'Client type'
datasource_id: 'entity:oc_organisation'
property_path: field_client_type
type: integer
dependencies:
config:
- field.storage.oc_organisation.field_client_type
field_tags:
label: Tags
datasource_id: 'entity:oc_organisation'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.oc_organisation.field_tags
field_type_of_umbrella_client:
label: 'Type of umbrella client that this client belongs to'
datasource_id: 'entity:oc_organisation'
property_path: 'field_umbrella_client:entity:field_type_of_umbrella_client'
type: string
dependencies:
config:
- field.storage.oc_organisation.field_type_of_umbrella_client
- field.storage.oc_organisation.field_umbrella_client
module:
- opencase_entities
datasource_settings:
'entity:oc_organisation':
bundles:
default: false
selected:
- client
languages:
default: true
selected: { }
processor_settings:
add_url: { }
aggregated_field: { }
language_with_fallback: { }
rendered_item: { }
tracker_settings:
default:
indexing_order: fifo
options:
index_directly: true
track_changes_in_references: true
cron_limit: 50
server: opencase_server