module & config for totals on case fees report
This commit is contained in:
parent
d9f439c724
commit
df22c9f52e
@ -50,7 +50,7 @@
|
|||||||
"drupal/typed_data": "^1.0@alpha",
|
"drupal/typed_data": "^1.0@alpha",
|
||||||
"drupal/views_aggregator": "^1.0@beta",
|
"drupal/views_aggregator": "^1.0@beta",
|
||||||
"drupal/views_autosubmit": "^1.4",
|
"drupal/views_autosubmit": "^1.4",
|
||||||
"drupal/views_summarize": "^1.1@beta",
|
"drupal/views_summarize": "1.1.x-dev",
|
||||||
"drush/drush": "*"
|
"drush/drush": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
23
composer.lock
generated
23
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "1400f8da4aac9a6063e4f60140db35e9",
|
"content-hash": "1dcd292bcc51cfadae5247424b1c4533",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
@ -4389,29 +4389,26 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/views_summarize",
|
"name": "drupal/views_summarize",
|
||||||
"version": "1.1.0-beta2",
|
"version": "dev-1.1.x",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/views_summarize.git",
|
"url": "https://git.drupalcode.org/project/views_summarize.git",
|
||||||
"reference": "1.1.0-beta2"
|
"reference": "e03c0444567e618be1042284c51f44b205d46c4b"
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://ftp.drupal.org/files/projects/views_summarize-1.1.0-beta2.zip",
|
|
||||||
"reference": "1.1.0-beta2",
|
|
||||||
"shasum": "7551972736e95055545ed92cf62e086d282357c7"
|
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8 || ^9"
|
"drupal/core": "^8 || ^9"
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.1.x": "1.1.x-dev"
|
||||||
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "1.1.0-beta2",
|
"version": "1.1.0-beta2+2-dev",
|
||||||
"datestamp": "1604614255",
|
"datestamp": "1613857786",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "not-covered",
|
||||||
"message": "Beta releases are not covered by Drupal security advisories."
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -11938,7 +11935,7 @@
|
|||||||
"drupal/tamper": 15,
|
"drupal/tamper": 15,
|
||||||
"drupal/typed_data": 15,
|
"drupal/typed_data": 15,
|
||||||
"drupal/views_aggregator": 10,
|
"drupal/views_aggregator": 10,
|
||||||
"drupal/views_summarize": 10
|
"drupal/views_summarize": 20
|
||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
|
@ -18,6 +18,7 @@ dependencies:
|
|||||||
- options
|
- options
|
||||||
- taxonomy
|
- taxonomy
|
||||||
- user
|
- user
|
||||||
|
- views_summarize
|
||||||
id: case_fees_report
|
id: case_fees_report
|
||||||
label: 'Case Fees Report'
|
label: 'Case Fees Report'
|
||||||
module: views
|
module: views
|
||||||
@ -27,59 +28,12 @@ base_table: oc_case_fee_field_data
|
|||||||
base_field: id
|
base_field: id
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_plugin: default
|
|
||||||
id: default
|
id: default
|
||||||
display_title: Master
|
display_title: Master
|
||||||
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
access:
|
title: 'Project Fees Report'
|
||||||
type: role
|
|
||||||
options:
|
|
||||||
role:
|
|
||||||
gno_admin_user: gno_admin_user
|
|
||||||
cache:
|
|
||||||
type: tag
|
|
||||||
options: { }
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_comment: ''
|
|
||||||
query_tags: { }
|
|
||||||
exposed_form:
|
|
||||||
type: basic
|
|
||||||
options:
|
|
||||||
submit_button: Apply
|
|
||||||
reset_button: true
|
|
||||||
reset_button_label: Reset
|
|
||||||
exposed_sorts_label: 'Sort by'
|
|
||||||
expose_sort_order: true
|
|
||||||
sort_asc_label: Asc
|
|
||||||
sort_desc_label: Desc
|
|
||||||
pager:
|
|
||||||
type: mini
|
|
||||||
options:
|
|
||||||
items_per_page: 50
|
|
||||||
offset: 0
|
|
||||||
id: 0
|
|
||||||
total_pages: null
|
|
||||||
expose:
|
|
||||||
items_per_page: false
|
|
||||||
items_per_page_label: 'Items per page'
|
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
|
||||||
items_per_page_options_all: false
|
|
||||||
items_per_page_options_all_label: '- All -'
|
|
||||||
offset: false
|
|
||||||
offset_label: Offset
|
|
||||||
tags:
|
|
||||||
previous: ‹‹
|
|
||||||
next: ››
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
fields:
|
fields:
|
||||||
field_umbrella_client:
|
field_umbrella_client:
|
||||||
id: field_umbrella_client
|
id: field_umbrella_client
|
||||||
@ -88,6 +42,7 @@ display:
|
|||||||
relationship: client
|
relationship: client
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
label: 'Umbrella Client'
|
label: 'Umbrella Client'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
@ -143,7 +98,6 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
plugin_id: field
|
|
||||||
field_type_of_umbrella_client:
|
field_type_of_umbrella_client:
|
||||||
id: field_type_of_umbrella_client
|
id: field_type_of_umbrella_client
|
||||||
table: oc_organisation__field_type_of_umbrella_client
|
table: oc_organisation__field_type_of_umbrella_client
|
||||||
@ -151,6 +105,7 @@ display:
|
|||||||
relationship: field_umbrella_client
|
relationship: field_umbrella_client
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
label: 'Umbrella client type'
|
label: 'Umbrella client type'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
@ -205,7 +160,6 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
plugin_id: field
|
|
||||||
client:
|
client:
|
||||||
id: client
|
id: client
|
||||||
table: oc_case_field_data
|
table: oc_case_field_data
|
||||||
@ -213,6 +167,9 @@ display:
|
|||||||
relationship: oc_case
|
relationship: oc_case
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
entity_type: oc_case
|
||||||
|
entity_field: client
|
||||||
|
plugin_id: field
|
||||||
label: Client
|
label: Client
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
@ -268,9 +225,6 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
entity_type: oc_case
|
|
||||||
entity_field: client
|
|
||||||
plugin_id: field
|
|
||||||
field_client_type:
|
field_client_type:
|
||||||
id: field_client_type
|
id: field_client_type
|
||||||
table: oc_organisation__field_client_type
|
table: oc_organisation__field_client_type
|
||||||
@ -278,6 +232,7 @@ display:
|
|||||||
relationship: client
|
relationship: client
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
label: 'Client type'
|
label: 'Client type'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
@ -333,7 +288,6 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
plugin_id: field
|
|
||||||
field_client_subtype:
|
field_client_subtype:
|
||||||
id: field_client_subtype
|
id: field_client_subtype
|
||||||
table: oc_organisation__field_client_subtype
|
table: oc_organisation__field_client_subtype
|
||||||
@ -341,6 +295,7 @@ display:
|
|||||||
relationship: client
|
relationship: client
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
label: 'Client subtype'
|
label: 'Client subtype'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
@ -396,7 +351,6 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
plugin_id: field
|
|
||||||
oc_case:
|
oc_case:
|
||||||
id: oc_case
|
id: oc_case
|
||||||
table: oc_case_fee_field_data
|
table: oc_case_fee_field_data
|
||||||
@ -404,6 +358,9 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
entity_type: oc_case_fee
|
||||||
|
entity_field: oc_case
|
||||||
|
plugin_id: field
|
||||||
label: Project
|
label: Project
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
@ -459,9 +416,6 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
entity_type: oc_case_fee
|
|
||||||
entity_field: oc_case
|
|
||||||
plugin_id: field
|
|
||||||
field_contract_signed_date:
|
field_contract_signed_date:
|
||||||
id: field_contract_signed_date
|
id: field_contract_signed_date
|
||||||
table: oc_case__field_contract_signed_date
|
table: oc_case__field_contract_signed_date
|
||||||
@ -469,6 +423,7 @@ display:
|
|||||||
relationship: oc_case
|
relationship: oc_case
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
label: 'Contract signed date'
|
label: 'Contract signed date'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
@ -525,7 +480,6 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
plugin_id: field
|
|
||||||
oc_fee_category:
|
oc_fee_category:
|
||||||
id: oc_fee_category
|
id: oc_fee_category
|
||||||
table: oc_case_fee_field_data
|
table: oc_case_fee_field_data
|
||||||
@ -533,6 +487,9 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
entity_type: oc_case_fee
|
||||||
|
entity_field: oc_fee_category
|
||||||
|
plugin_id: field
|
||||||
label: 'Fee Category'
|
label: 'Fee Category'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
@ -588,9 +545,6 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
entity_type: oc_case_fee
|
|
||||||
entity_field: oc_fee_category
|
|
||||||
plugin_id: field
|
|
||||||
amount:
|
amount:
|
||||||
id: amount
|
id: amount
|
||||||
table: oc_case_fee_field_data
|
table: oc_case_fee_field_data
|
||||||
@ -598,6 +552,9 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
entity_type: oc_case_fee
|
||||||
|
entity_field: amount
|
||||||
|
plugin_id: field
|
||||||
label: Amount
|
label: Amount
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
@ -643,9 +600,9 @@ display:
|
|||||||
type: number_decimal
|
type: number_decimal
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ','
|
thousand_separator: ','
|
||||||
prefix_suffix: true
|
|
||||||
decimal_separator: .
|
decimal_separator: .
|
||||||
scale: 2
|
scale: 2
|
||||||
|
prefix_suffix: true
|
||||||
group_column: value
|
group_column: value
|
||||||
group_columns: { }
|
group_columns: { }
|
||||||
group_rows: true
|
group_rows: true
|
||||||
@ -656,23 +613,59 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
entity_type: oc_case_fee
|
pager:
|
||||||
entity_field: amount
|
type: mini
|
||||||
plugin_id: field
|
options:
|
||||||
|
offset: 0
|
||||||
|
items_per_page: 50
|
||||||
|
total_pages: null
|
||||||
|
id: 0
|
||||||
|
tags:
|
||||||
|
next: ››
|
||||||
|
previous: ‹‹
|
||||||
|
expose:
|
||||||
|
items_per_page: false
|
||||||
|
items_per_page_label: 'Items per page'
|
||||||
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
|
items_per_page_options_all: false
|
||||||
|
items_per_page_options_all_label: '- All -'
|
||||||
|
offset: false
|
||||||
|
offset_label: Offset
|
||||||
|
exposed_form:
|
||||||
|
type: basic
|
||||||
|
options:
|
||||||
|
submit_button: Apply
|
||||||
|
reset_button: true
|
||||||
|
reset_button_label: Reset
|
||||||
|
exposed_sorts_label: 'Sort by'
|
||||||
|
expose_sort_order: true
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
|
access:
|
||||||
|
type: role
|
||||||
|
options:
|
||||||
|
role:
|
||||||
|
gno_admin_user: gno_admin_user
|
||||||
|
cache:
|
||||||
|
type: tag
|
||||||
|
options: { }
|
||||||
|
empty: { }
|
||||||
|
sorts: { }
|
||||||
|
arguments: { }
|
||||||
filters:
|
filters:
|
||||||
status:
|
status:
|
||||||
value: '1'
|
id: status
|
||||||
table: oc_case_fee_field_data
|
table: oc_case_fee_field_data
|
||||||
field: status
|
field: status
|
||||||
plugin_id: boolean
|
|
||||||
entity_type: oc_case_fee
|
entity_type: oc_case_fee
|
||||||
entity_field: status
|
entity_field: status
|
||||||
id: status
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
expose:
|
expose:
|
||||||
operator: ''
|
operator: ''
|
||||||
operator_limit_selection: false
|
operator_limit_selection: false
|
||||||
operator_list: { }
|
operator_list: { }
|
||||||
group: 1
|
|
||||||
field_type_of_umbrella_client_value:
|
field_type_of_umbrella_client_value:
|
||||||
id: field_type_of_umbrella_client_value
|
id: field_type_of_umbrella_client_value
|
||||||
table: oc_organisation__field_type_of_umbrella_client
|
table: oc_organisation__field_type_of_umbrella_client
|
||||||
@ -680,6 +673,7 @@ display:
|
|||||||
relationship: field_umbrella_client
|
relationship: field_umbrella_client
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
plugin_id: list_field
|
||||||
operator: or
|
operator: or
|
||||||
value: { }
|
value: { }
|
||||||
group: 1
|
group: 1
|
||||||
@ -717,7 +711,6 @@ display:
|
|||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
reduce_duplicates: false
|
reduce_duplicates: false
|
||||||
plugin_id: list_field
|
|
||||||
field_contract_signed_date_value_1:
|
field_contract_signed_date_value_1:
|
||||||
id: field_contract_signed_date_value_1
|
id: field_contract_signed_date_value_1
|
||||||
table: oc_case__field_contract_signed_date
|
table: oc_case__field_contract_signed_date
|
||||||
@ -725,6 +718,7 @@ display:
|
|||||||
relationship: oc_case
|
relationship: oc_case
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
plugin_id: datetime
|
||||||
operator: between
|
operator: between
|
||||||
value:
|
value:
|
||||||
min: ''
|
min: ''
|
||||||
@ -752,9 +746,9 @@ display:
|
|||||||
gno_admin_user: '0'
|
gno_admin_user: '0'
|
||||||
follow_up_alerts: '0'
|
follow_up_alerts: '0'
|
||||||
newly_accredited_alerts: '0'
|
newly_accredited_alerts: '0'
|
||||||
placeholder: ''
|
|
||||||
min_placeholder: ''
|
min_placeholder: ''
|
||||||
max_placeholder: ''
|
max_placeholder: ''
|
||||||
|
placeholder: ''
|
||||||
is_grouped: false
|
is_grouped: false
|
||||||
group_info:
|
group_info:
|
||||||
label: ''
|
label: ''
|
||||||
@ -767,7 +761,6 @@ display:
|
|||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
plugin_id: datetime
|
|
||||||
field_client_type_target_id:
|
field_client_type_target_id:
|
||||||
id: field_client_type_target_id
|
id: field_client_type_target_id
|
||||||
table: oc_organisation__field_client_type
|
table: oc_organisation__field_client_type
|
||||||
@ -775,6 +768,7 @@ display:
|
|||||||
relationship: client
|
relationship: client
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
plugin_id: taxonomy_index_tid
|
||||||
operator: or
|
operator: or
|
||||||
value: { }
|
value: { }
|
||||||
group: 1
|
group: 1
|
||||||
@ -812,17 +806,118 @@ display:
|
|||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
reduce_duplicates: false
|
reduce_duplicates: false
|
||||||
type: select
|
|
||||||
limit: true
|
|
||||||
vid: client_types
|
vid: client_types
|
||||||
|
type: select
|
||||||
hierarchy: false
|
hierarchy: false
|
||||||
|
limit: true
|
||||||
error_message: true
|
error_message: true
|
||||||
plugin_id: taxonomy_index_tid
|
style:
|
||||||
sorts: { }
|
type: tablesummarized
|
||||||
title: 'Project Fees Report'
|
options:
|
||||||
header: { }
|
grouping: { }
|
||||||
footer: { }
|
row_class: ''
|
||||||
empty: { }
|
default_row_class: true
|
||||||
|
override: 1
|
||||||
|
sticky: 0
|
||||||
|
caption: ''
|
||||||
|
summary: ''
|
||||||
|
description: ''
|
||||||
|
columns:
|
||||||
|
field_umbrella_client: field_umbrella_client
|
||||||
|
field_type_of_umbrella_client: field_type_of_umbrella_client
|
||||||
|
client: client
|
||||||
|
field_client_type: field_client_type
|
||||||
|
field_client_subtype: field_client_subtype
|
||||||
|
oc_case: oc_case
|
||||||
|
field_contract_signed_date: field_contract_signed_date
|
||||||
|
oc_fee_category: oc_fee_category
|
||||||
|
amount: amount
|
||||||
|
info:
|
||||||
|
field_umbrella_client:
|
||||||
|
sortable: 0
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: 0
|
||||||
|
responsive: ''
|
||||||
|
summarize: none
|
||||||
|
field_type_of_umbrella_client:
|
||||||
|
sortable: 0
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: 0
|
||||||
|
responsive: ''
|
||||||
|
summarize: none
|
||||||
|
client:
|
||||||
|
sortable: 0
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: 0
|
||||||
|
responsive: ''
|
||||||
|
summarize: none
|
||||||
|
field_client_type:
|
||||||
|
sortable: 0
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: 0
|
||||||
|
responsive: ''
|
||||||
|
summarize: none
|
||||||
|
field_client_subtype:
|
||||||
|
sortable: 0
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: 0
|
||||||
|
responsive: ''
|
||||||
|
summarize: none
|
||||||
|
oc_case:
|
||||||
|
sortable: 0
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: 0
|
||||||
|
responsive: ''
|
||||||
|
summarize: none
|
||||||
|
field_contract_signed_date:
|
||||||
|
sortable: 0
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: 0
|
||||||
|
responsive: ''
|
||||||
|
summarize: none
|
||||||
|
oc_fee_category:
|
||||||
|
sortable: 0
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: 0
|
||||||
|
responsive: ''
|
||||||
|
summarize: none
|
||||||
|
amount:
|
||||||
|
sortable: 0
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: 0
|
||||||
|
responsive: ''
|
||||||
|
summarize: currency
|
||||||
|
default: '-1'
|
||||||
|
empty_table: 0
|
||||||
|
summary_only: 0
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
|
query:
|
||||||
|
type: views_query
|
||||||
|
options:
|
||||||
|
query_comment: ''
|
||||||
|
disable_sql_rewrite: false
|
||||||
|
distinct: false
|
||||||
|
replica: false
|
||||||
|
query_tags: { }
|
||||||
relationships:
|
relationships:
|
||||||
oc_case:
|
oc_case:
|
||||||
id: oc_case
|
id: oc_case
|
||||||
@ -831,10 +926,10 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: Case
|
admin_label: Case
|
||||||
required: false
|
|
||||||
entity_type: oc_case_fee
|
entity_type: oc_case_fee
|
||||||
entity_field: oc_case
|
entity_field: oc_case
|
||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
|
required: false
|
||||||
client:
|
client:
|
||||||
id: client
|
id: client
|
||||||
table: oc_case_field_data
|
table: oc_case_field_data
|
||||||
@ -842,10 +937,10 @@ display:
|
|||||||
relationship: oc_case
|
relationship: oc_case
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: Organisation
|
admin_label: Organisation
|
||||||
required: false
|
|
||||||
entity_type: oc_case
|
entity_type: oc_case
|
||||||
entity_field: client
|
entity_field: client
|
||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
|
required: false
|
||||||
field_umbrella_client:
|
field_umbrella_client:
|
||||||
id: field_umbrella_client
|
id: field_umbrella_client
|
||||||
table: oc_organisation__field_umbrella_client
|
table: oc_organisation__field_umbrella_client
|
||||||
@ -853,9 +948,10 @@ display:
|
|||||||
relationship: client
|
relationship: client
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: 'field_umbrella_client: Organisation'
|
admin_label: 'field_umbrella_client: Organisation'
|
||||||
required: false
|
|
||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
arguments: { }
|
required: false
|
||||||
|
header: { }
|
||||||
|
footer: { }
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
@ -873,23 +969,23 @@ display:
|
|||||||
- 'config:field.storage.oc_organisation.field_type_of_umbrella_client'
|
- 'config:field.storage.oc_organisation.field_type_of_umbrella_client'
|
||||||
- 'config:field.storage.oc_organisation.field_umbrella_client'
|
- 'config:field.storage.oc_organisation.field_umbrella_client'
|
||||||
page_1:
|
page_1:
|
||||||
display_plugin: page
|
|
||||||
id: page_1
|
id: page_1
|
||||||
display_title: Page
|
display_title: Page
|
||||||
|
display_plugin: page
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
|
exposed_block: true
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
path: project-fees-report
|
path: project-fees-report
|
||||||
exposed_block: true
|
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
title: 'Project fees report'
|
title: 'Project fees report'
|
||||||
description: ''
|
description: ''
|
||||||
expanded: false
|
|
||||||
parent: opencase.reporting
|
|
||||||
weight: 0
|
weight: 0
|
||||||
context: '0'
|
expanded: false
|
||||||
menu_name: opencase
|
menu_name: opencase
|
||||||
|
parent: opencase.reporting
|
||||||
|
context: '0'
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
Reference in New Issue
Block a user