lengthened pronoun field, also added some reporting related stuff that is not finished.
This commit is contained in:
@ -12,10 +12,14 @@ dependencies:
|
||||
- field.storage.oc_organisation.field_type_of_umbrella_client
|
||||
- field.storage.oc_organisation.field_umbrella_client
|
||||
- opencase_entities.oc_organisation_type.client
|
||||
- taxonomy.vocabulary.clie
|
||||
- taxonomy.vocabulary.tags
|
||||
module:
|
||||
- better_exposed_filters
|
||||
- datetime
|
||||
- opencase_entities
|
||||
- options
|
||||
- taxonomy
|
||||
id: client_report
|
||||
label: 'Client Report'
|
||||
module: views
|
||||
@ -45,15 +49,57 @@ display:
|
||||
query_comment: ''
|
||||
query_tags: { }
|
||||
exposed_form:
|
||||
type: basic
|
||||
type: bef
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: false
|
||||
reset_button: true
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
text_input_required: 'Select any filter and click on Apply to see results'
|
||||
text_input_required_format: full_html
|
||||
bef:
|
||||
general:
|
||||
autosubmit: false
|
||||
autosubmit_exclude_textfield: true
|
||||
autosubmit_textfield_delay: 500
|
||||
autosubmit_hide: false
|
||||
input_required: false
|
||||
allow_secondary: false
|
||||
secondary_label: 'Advanced options'
|
||||
secondary_open: false
|
||||
filter:
|
||||
field_client_status_target_id:
|
||||
plugin_id: default
|
||||
advanced:
|
||||
sort_options: false
|
||||
rewrite:
|
||||
filter_rewrite_values: ''
|
||||
collapsible: false
|
||||
is_secondary: false
|
||||
field_tags_target_id:
|
||||
plugin_id: default
|
||||
advanced:
|
||||
sort_options: false
|
||||
rewrite:
|
||||
filter_rewrite_values: ''
|
||||
collapsible: false
|
||||
is_secondary: false
|
||||
field_type_of_umbrella_client_value:
|
||||
plugin_id: default
|
||||
advanced:
|
||||
sort_options: false
|
||||
rewrite:
|
||||
filter_rewrite_values: ''
|
||||
collapsible: false
|
||||
is_secondary: false
|
||||
field_accreditation_date_value:
|
||||
plugin_id: bef_datepicker
|
||||
advanced:
|
||||
collapsible: false
|
||||
is_secondary: false
|
||||
pager:
|
||||
type: full
|
||||
options:
|
||||
@ -198,7 +244,7 @@ display:
|
||||
click_sort_column: value
|
||||
type: string
|
||||
settings:
|
||||
link_to_entity: false
|
||||
link_to_entity: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
@ -327,7 +373,7 @@ display:
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: true
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
@ -390,7 +436,7 @@ display:
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: true
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
@ -516,7 +562,7 @@ display:
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: true
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
@ -579,7 +625,7 @@ display:
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: true
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
@ -742,11 +788,218 @@ display:
|
||||
expose:
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
group: 1
|
||||
field_client_status_target_id:
|
||||
id: field_client_status_target_id
|
||||
table: oc_organisation__field_client_status
|
||||
field: field_client_status_target_id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
operator: or
|
||||
value: { }
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_client_status_target_id_op
|
||||
label: 'Client status'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_client_status_target_id_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: field_client_status_target_id
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
administrator: '0'
|
||||
gno_admin_user: '0'
|
||||
follow_up_alerts: '0'
|
||||
newly_accredited_alerts: '0'
|
||||
reduce: false
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
reduce_duplicates: false
|
||||
type: select
|
||||
limit: true
|
||||
vid: clie
|
||||
hierarchy: false
|
||||
error_message: true
|
||||
plugin_id: taxonomy_index_tid
|
||||
field_tags_target_id:
|
||||
id: field_tags_target_id
|
||||
table: oc_organisation__field_tags
|
||||
field: field_tags_target_id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
operator: or
|
||||
value: { }
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_tags_target_id_op
|
||||
label: Tags
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_tags_target_id_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: field_tags_target_id
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
administrator: '0'
|
||||
gno_admin_user: '0'
|
||||
follow_up_alerts: '0'
|
||||
newly_accredited_alerts: '0'
|
||||
reduce: false
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
reduce_duplicates: false
|
||||
type: select
|
||||
limit: true
|
||||
vid: tags
|
||||
hierarchy: false
|
||||
error_message: true
|
||||
plugin_id: taxonomy_index_tid
|
||||
field_type_of_umbrella_client_value:
|
||||
id: field_type_of_umbrella_client_value
|
||||
table: oc_organisation__field_type_of_umbrella_client
|
||||
field: field_type_of_umbrella_client_value
|
||||
relationship: field_umbrella_client
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
operator: or
|
||||
value: { }
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_type_of_umbrella_client_value_op
|
||||
label: 'Umbrella client type'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_type_of_umbrella_client_value_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: field_type_of_umbrella_client_value
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
administrator: '0'
|
||||
gno_admin_user: '0'
|
||||
follow_up_alerts: '0'
|
||||
newly_accredited_alerts: '0'
|
||||
reduce: false
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
reduce_duplicates: false
|
||||
plugin_id: list_field
|
||||
field_accreditation_date_value:
|
||||
id: field_accreditation_date_value
|
||||
table: oc_organisation__field_accreditation_date
|
||||
field: field_accreditation_date_value
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
operator: between
|
||||
value:
|
||||
min: ''
|
||||
max: ''
|
||||
value: ''
|
||||
type: date
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_accreditation_date_value_op
|
||||
label: 'Accreditation date between'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_accreditation_date_value_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: field_accreditation_date_value
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
administrator: '0'
|
||||
gno_admin_user: '0'
|
||||
follow_up_alerts: '0'
|
||||
newly_accredited_alerts: '0'
|
||||
placeholder: ''
|
||||
min_placeholder: ''
|
||||
max_placeholder: ''
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
plugin_id: datetime
|
||||
sorts: { }
|
||||
title: 'Client Report'
|
||||
header: { }
|
||||
footer: { }
|
||||
empty: { }
|
||||
empty:
|
||||
area_text_custom:
|
||||
id: area_text_custom
|
||||
table: views
|
||||
field: area_text_custom
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
empty: true
|
||||
tokenize: false
|
||||
content: 'None found'
|
||||
plugin_id: text_custom
|
||||
relationships:
|
||||
field_umbrella_client:
|
||||
id: field_umbrella_client
|
||||
@ -759,12 +1012,18 @@ display:
|
||||
plugin_id: standard
|
||||
arguments: { }
|
||||
display_extenders: { }
|
||||
filter_groups:
|
||||
operator: AND
|
||||
groups:
|
||||
1: AND
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user
|
||||
tags:
|
||||
- 'config:field.storage.oc_organisation.field_accreditation_date'
|
||||
- 'config:field.storage.oc_organisation.field_client_status'
|
||||
@ -782,12 +1041,15 @@ display:
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
path: client-report
|
||||
exposed_block: true
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user
|
||||
tags:
|
||||
- 'config:field.storage.oc_organisation.field_accreditation_date'
|
||||
- 'config:field.storage.oc_organisation.field_client_status'
|
||||
|
||||
Reference in New Issue
Block a user