From f562d9c58025b28d075fb108f6a5a7c86de6313e Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 20 Jun 2023 19:03:40 +0200 Subject: [PATCH] config export from online imported db --- ...eue.advancedqueue_queue.commerce_email.yml | 12 + ....commerce_subscription.license.default.yml | 176 ++++ ...subscription.product_variation.default.yml | 141 ++- ...mmerce_subscription.standalone.default.yml | 116 ++- .../core.menu.static_menu_link_overrides.yml | 10 +- .../sync/symfony_mailer.mailer_policy._.yml | 4 +- .../views.view.commerce_order_payments.yml | 902 ++++++++++++++++++ .../views.view.commerce_pricelist_prices.yml | 618 ++++++++++++ ...view.commerce_pricelist_product_prices.yml | 824 ++++++++++++++++ ...merce_subscription_initial_order_admin.yml | 617 ++++++++++++ .../views.view.commerce_subscriptions.yml | 2 +- 11 files changed, 3358 insertions(+), 64 deletions(-) create mode 100644 config/sync/advancedqueue.advancedqueue_queue.commerce_email.yml create mode 100644 config/sync/core.entity_view_display.commerce_subscription.license.default.yml create mode 100644 config/sync/views.view.commerce_order_payments.yml create mode 100644 config/sync/views.view.commerce_pricelist_prices.yml create mode 100644 config/sync/views.view.commerce_pricelist_product_prices.yml create mode 100644 config/sync/views.view.commerce_subscription_initial_order_admin.yml diff --git a/config/sync/advancedqueue.advancedqueue_queue.commerce_email.yml b/config/sync/advancedqueue.advancedqueue_queue.commerce_email.yml new file mode 100644 index 00000000..7f81da77 --- /dev/null +++ b/config/sync/advancedqueue.advancedqueue_queue.commerce_email.yml @@ -0,0 +1,12 @@ +uuid: 41562777-d361-457b-ae22-8370d9d405b4 +langcode: en +status: true +dependencies: { } +id: commerce_email +label: 'Commerce Email' +backend: database +backend_configuration: + lease_time: 300 +processor: cron +processing_time: 180 +locked: false diff --git a/config/sync/core.entity_view_display.commerce_subscription.license.default.yml b/config/sync/core.entity_view_display.commerce_subscription.license.default.yml new file mode 100644 index 00000000..91fdfb23 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_subscription.license.default.yml @@ -0,0 +1,176 @@ +uuid: 95054e74-5821-44bd-97b9-fcc8841989d1 +langcode: en +status: true +dependencies: + module: + - commerce_price + - commerce_recurring + - options +id: commerce_subscription.license.default +targetEntityType: commerce_subscription +bundle: license +mode: default +content: + billing_schedule: + type: entity_reference_label + label: inline + settings: + link: true + third_party_settings: { } + weight: 15 + region: content + created: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 2 + region: content + ends: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 6 + region: content + initial_order: + type: subscription_orders + label: above + settings: + view: commerce_subscription_initial_order_admin + third_party_settings: { } + weight: -1 + region: content + license: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 1 + region: content + next_renewal: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 11 + region: content + orders: + type: subscription_orders + label: above + settings: + view: commerce_subscription_orders_admin + third_party_settings: { } + weight: 1 + region: content + payment_method: + type: entity_reference_entity_view + label: inline + settings: + view_mode: default + link: true + third_party_settings: { } + weight: 14 + region: content + purchased_entity: + type: entity_reference_label + label: inline + settings: + link: true + third_party_settings: { } + weight: 12 + region: content + renewed: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 10 + region: content + scheduled_changes: + type: commerce_scheduled_change_default + label: hidden + settings: { } + third_party_settings: { } + weight: 16 + region: content + starts: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 5 + region: content + state: + type: list_default + label: hidden + settings: { } + third_party_settings: { } + weight: 7 + region: content + store_id: + type: entity_reference_label + label: inline + settings: + link: false + third_party_settings: { } + weight: 8 + region: content + trial_ends: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 4 + region: content + trial_starts: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 3 + region: content + uid: + type: entity_reference_label + label: inline + settings: + link: true + third_party_settings: { } + weight: 9 + region: content + unit_price: + type: commerce_price_default + label: inline + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + weight: 13 + region: content +hidden: + quantity: true + search_api_excerpt: true + synonyms: true + title: true diff --git a/config/sync/core.entity_view_display.commerce_subscription.product_variation.default.yml b/config/sync/core.entity_view_display.commerce_subscription.product_variation.default.yml index ada11e82..7b94ebba 100644 --- a/config/sync/core.entity_view_display.commerce_subscription.product_variation.default.yml +++ b/config/sync/core.entity_view_display.commerce_subscription.product_variation.default.yml @@ -3,6 +3,7 @@ langcode: en status: true dependencies: module: + - commerce_price - commerce_recurring - options id: commerce_subscription.product_variation.default @@ -10,33 +11,59 @@ targetEntityType: commerce_subscription bundle: product_variation mode: default content: + billing_schedule: + type: entity_reference_label + label: inline + settings: + link: true + third_party_settings: { } + weight: 15 + region: content + created: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 2 + region: content ends: type: timestamp label: inline settings: - date_format: medium - custom_date_format: '' - timezone: '' - third_party_settings: { } - weight: 4 - region: content - next_renewal: - type: timestamp - label: inline - settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } weight: 6 region: content + initial_order: + type: subscription_orders + label: above + settings: + view: commerce_subscription_initial_order_admin + third_party_settings: { } + weight: 0 + region: content + next_renewal: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 13 + region: content orders: type: subscription_orders - label: hidden + label: above settings: view: commerce_subscription_orders_admin third_party_settings: { } - weight: 0 + weight: 1 region: content payment_method: type: entity_reference_entity_view @@ -45,65 +72,115 @@ content: view_mode: default link: true third_party_settings: { } - weight: 7 + weight: 14 + region: content + purchased_entity: + type: entity_reference_label + label: inline + settings: + link: true + third_party_settings: { } + weight: 10 + region: content + quantity: + type: number_decimal + label: inline + settings: + thousand_separator: '' + decimal_separator: . + scale: 2 + prefix_suffix: true + third_party_settings: { } + weight: 11 region: content renewed: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 5 + weight: 9 + region: content + scheduled_changes: + type: commerce_scheduled_change_default + label: hidden + settings: { } + third_party_settings: { } + weight: 17 region: content starts: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 3 + weight: 5 region: content state: type: list_default label: hidden settings: { } third_party_settings: { } - weight: 8 + weight: 16 + region: content + store_id: + type: entity_reference_label + label: inline + settings: + link: false + third_party_settings: { } + weight: 7 region: content trial_ends: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 2 + weight: 4 region: content trial_starts: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 1 + weight: 3 + region: content + uid: + type: entity_reference_label + label: inline + settings: + link: true + third_party_settings: { } + weight: 8 + region: content + unit_price: + type: commerce_price_default + label: inline + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + weight: 12 + region: content + variations: + type: subscription_orders + label: above + settings: + view: commerce_subscription_initial_order_admin + third_party_settings: { } + weight: -1 region: content hidden: - billing_schedule: true - created: true - initial_order: true - purchased_entity: true - quantity: true - scheduled_changes: true search_api_excerpt: true - store_id: true synonyms: true title: true - uid: true - unit_price: true diff --git a/config/sync/core.entity_view_display.commerce_subscription.standalone.default.yml b/config/sync/core.entity_view_display.commerce_subscription.standalone.default.yml index 9b5071a1..c0ac966d 100644 --- a/config/sync/core.entity_view_display.commerce_subscription.standalone.default.yml +++ b/config/sync/core.entity_view_display.commerce_subscription.standalone.default.yml @@ -3,6 +3,7 @@ langcode: en status: true dependencies: module: + - commerce_price - commerce_recurring - options id: commerce_subscription.standalone.default @@ -10,33 +11,59 @@ targetEntityType: commerce_subscription bundle: standalone mode: default content: + billing_schedule: + type: entity_reference_label + label: inline + settings: + link: true + third_party_settings: { } + weight: 15 + region: content + created: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + weight: 3 + region: content ends: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 4 + weight: 7 + region: content + initial_order: + type: subscription_orders + label: above + settings: + view: commerce_subscription_initial_order_admin + third_party_settings: { } + weight: 1 region: content next_renewal: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 6 + weight: 14 region: content orders: type: subscription_orders - label: hidden + label: above settings: view: commerce_subscription_orders_admin third_party_settings: { } - weight: 0 + weight: 2 region: content payment_method: type: entity_reference_entity_view @@ -45,64 +72,107 @@ content: view_mode: default link: true third_party_settings: { } - weight: 7 + weight: 12 + region: content + quantity: + type: number_decimal + label: inline + settings: + thousand_separator: '' + decimal_separator: . + scale: 2 + prefix_suffix: true + third_party_settings: { } + weight: 10 region: content renewed: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 5 + weight: 13 + region: content + scheduled_changes: + type: commerce_scheduled_change_default + label: hidden + settings: { } + third_party_settings: { } + weight: 16 region: content starts: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 3 + weight: 6 region: content state: type: list_default label: hidden settings: { } third_party_settings: { } + weight: 0 + region: content + store_id: + type: entity_reference_label + label: inline + settings: + link: false + third_party_settings: { } weight: 8 region: content trial_ends: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 2 + weight: 5 region: content trial_starts: type: timestamp label: inline settings: - date_format: medium + date_format: short custom_date_format: '' timezone: '' third_party_settings: { } - weight: 1 + weight: 4 + region: content + uid: + type: entity_reference_label + label: inline + settings: + link: true + third_party_settings: { } + weight: 9 + region: content + unit_price: + type: commerce_price_default + label: above + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + weight: 11 + region: content + variations: + type: subscription_orders + label: above + settings: + view: commerce_subscription_initial_order_admin + third_party_settings: { } + weight: -1 region: content hidden: - billing_schedule: true - created: true - initial_order: true - quantity: true - scheduled_changes: true search_api_excerpt: true - store_id: true synonyms: true title: true - uid: true - unit_price: true diff --git a/config/sync/core.menu.static_menu_link_overrides.yml b/config/sync/core.menu.static_menu_link_overrides.yml index b0b927e4..a83ff482 100644 --- a/config/sync/core.menu.static_menu_link_overrides.yml +++ b/config/sync/core.menu.static_menu_link_overrides.yml @@ -68,20 +68,20 @@ definitions: expanded: false enabled: true editors_menus__contents: + menu_name: editors + parent: '' weight: -50 - menu_name: editors - parent: '' - enabled: true expanded: false + enabled: true editors_menus__users: - weight: -46 menu_name: editors parent: '' + weight: -46 expanded: false enabled: true editors_menus__commerce: - weight: -45 menu_name: editors parent: '' + weight: -45 expanded: false enabled: true diff --git a/config/sync/symfony_mailer.mailer_policy._.yml b/config/sync/symfony_mailer.mailer_policy._.yml index efcb989f..cedbe663 100644 --- a/config/sync/symfony_mailer.mailer_policy._.yml +++ b/config/sync/symfony_mailer.mailer_policy._.yml @@ -7,10 +7,8 @@ _core: id: _ configuration: mailer_default_headers: { } + mailer_html_to_text: { } mailer_inline_css: { } email_theme: theme: _active_fallback mailer_url_to_absolute: { } - mailer_wrap_and_convert: - plain: false - swiftmailer: false diff --git a/config/sync/views.view.commerce_order_payments.yml b/config/sync/views.view.commerce_order_payments.yml new file mode 100644 index 00000000..0395e5b7 --- /dev/null +++ b/config/sync/views.view.commerce_order_payments.yml @@ -0,0 +1,902 @@ +uuid: 67f537e6-2119-493c-9cbc-fcdf488efb23 +langcode: en +status: true +dependencies: + module: + - commerce_payment + - commerce_price + - options + - user +id: commerce_order_payments +label: Payments +module: views +description: '' +tag: '' +base_table: commerce_payment +base_field: payment_id +display: + default: + id: default + display_title: Default + display_plugin: default + position: 0 + display_options: + title: Payments + fields: + amount__number: + id: amount__number + table: commerce_payment + field: amount__number + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: amount + plugin_id: field + label: Payment + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + refunded_amount__number: + id: refunded_amount__number + table: commerce_payment + field: refunded_amount__number + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: refunded_amount + plugin_id: field + label: 'Refunded:' + exclude: false + alter: + alter_text: true + text: 'Refunded: {{ refunded_amount__number }}' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: true + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + avs_response_code_label: + id: avs_response_code_label + table: commerce_payment + field: avs_response_code_label + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: avs_response_code_label + plugin_id: field + label: '' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: true + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + avs_response_code: + id: avs_response_code + table: commerce_payment + field: avs_response_code + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: avs_response_code + plugin_id: field + label: 'AVS response code' + exclude: false + alter: + alter_text: true + text: 'AVS response: [{{ avs_response_code }}] {{ avs_response_code_label }}' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: true + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + state: + id: state + table: commerce_payment + field: state + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: state + plugin_id: field + label: State + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: list_default + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + payment_gateway: + id: payment_gateway + table: commerce_payment + field: payment_gateway + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: payment_gateway + plugin_id: field + label: 'Payment gateway' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + authorized: + id: authorized + table: commerce_payment + field: authorized + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: authorized + plugin_id: field + label: Authorized + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + completed: + id: completed + table: commerce_payment + field: completed + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: completed + plugin_id: field + label: Completed + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + remote_id: + id: remote_id + table: commerce_payment + field: remote_id + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: remote_id + plugin_id: field + label: 'Remote ID' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: N/A + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + operations: + id: operations + table: commerce_payment + field: operations + relationship: none + group_type: group + admin_label: '' + entity_type: null + entity_field: null + plugin_id: entity_operations + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: false + pager: + type: none + options: + offset: 0 + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + access: + type: perm + options: + perm: 'administer commerce_payment' + cache: + type: tag + options: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + plugin_id: text_custom + empty: true + content: 'No payments yet.' + tokenize: false + sorts: + payment_id: + id: payment_id + table: commerce_payment + field: payment_id + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: payment_id + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false + arguments: + order_id: + id: order_id + table: commerce_payment + field: order_id + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_payment + entity_field: order_id + plugin_id: numeric + default_action: empty + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + override: false + items_per_page: 25 + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + filters: { } + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + amount__number: amount__number + refunded_amount__number: amount__number + avs_response_code_label: amount__number + avs_response_code: amount__number + state: state + payment_gateway: payment_gateway + authorized: authorized + completed: completed + remote_id: remote_id + operations: operations + default: '-1' + info: + amount__number: + sortable: false + default_sort_order: asc + align: '' + separator: '
' + empty_column: false + responsive: '' + refunded_amount__number: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + avs_response_code_label: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + avs_response_code: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + state: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + payment_gateway: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + authorized: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + completed: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + remote_id: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + align: '' + separator: '' + empty_column: false + responsive: '' + override: true + sticky: false + summary: '' + empty_table: true + caption: '' + description: '' + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: { } + header: { } + footer: + commerce_payment_total_summary: + id: commerce_payment_total_summary + table: views + field: commerce_payment_total_summary + relationship: none + group_type: group + admin_label: '' + plugin_id: commerce_payment_total_summary + empty: false + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - user.permissions + tags: { } + page_1: + id: page_1 + display_title: Page + display_plugin: page + position: 1 + display_options: + enabled: true + display_extenders: { } + path: admin/commerce/orders/%commerce_order/payments + menu: + type: tab + title: Payments + description: '' + weight: 15 + expanded: false + menu_name: main + parent: '' + context: '0' + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - user.permissions + tags: { } diff --git a/config/sync/views.view.commerce_pricelist_prices.yml b/config/sync/views.view.commerce_pricelist_prices.yml new file mode 100644 index 00000000..b7e4f90c --- /dev/null +++ b/config/sync/views.view.commerce_pricelist_prices.yml @@ -0,0 +1,618 @@ +uuid: 4b3fba1c-1cd3-4e1c-bd57-8dcfe4548b76 +langcode: en +status: true +dependencies: + module: + - commerce_price + - commerce_pricelist + - user +id: commerce_pricelist_prices +label: 'Pricelist prices' +module: views +description: '' +tag: '' +base_table: commerce_pricelist_item +base_field: id +display: + default: + id: default + display_title: Default + display_plugin: default + position: 0 + display_options: + title: Prices + fields: + purchasable_entity: + id: purchasable_entity + table: commerce_pricelist_item + field: purchasable_entity + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: purchasable_entity + plugin_id: field + label: 'Product variation' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + quantity: + id: quantity + table: commerce_pricelist_item + field: quantity + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: quantity + plugin_id: field + label: Quantity + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_decimal + settings: + thousand_separator: '' + decimal_separator: . + scale: 2 + prefix_suffix: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + list_price__number: + id: list_price__number + table: commerce_pricelist_item + field: list_price__number + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: list_price + plugin_id: field + label: 'List price' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: N/A + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + price__number: + id: price__number + table: commerce_pricelist_item + field: price__number + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: price + plugin_id: field + label: Price + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + status: + id: status + table: commerce_pricelist_item + field: status + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: status + plugin_id: field + label: Status + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: boolean + settings: + format: default + format_custom_false: '' + format_custom_true: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + operations: + id: operations + table: commerce_pricelist_item + field: operations + relationship: none + group_type: group + admin_label: '' + entity_type: null + entity_field: null + plugin_id: entity_operations + label: 'Operations links' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: false + pager: + type: full + options: + offset: 0 + items_per_page: 50 + total_pages: null + id: 0 + tags: + next: ›› + previous: ‹‹ + first: '« First' + last: 'Last »' + 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 + quantity: 9 + 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: perm + options: + perm: 'administer commerce_pricelist' + cache: + type: tag + options: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + plugin_id: text_custom + empty: true + content: 'There are no prices yet.' + tokenize: false + sorts: + id: + id: id + table: commerce_pricelist_item + field: id + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: id + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false + arguments: + id: + id: id + table: commerce_pricelist + field: id + relationship: price_list_id + group_type: group + admin_label: '' + entity_type: commerce_pricelist + entity_field: id + plugin_id: numeric + default_action: 'not found' + exception: + value: '' + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + override: false + items_per_page: 25 + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + filters: { } + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + quantity: quantity + list_price__number: list_price__number + price__number: price__number + status: status + operations: operations + default: '-1' + info: + quantity: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + list_price__number: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + price__number: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + align: '' + separator: '' + empty_column: false + responsive: '' + override: true + sticky: false + summary: '' + empty_table: true + caption: '' + description: '' + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: + price_list_id: + id: price_list_id + table: commerce_pricelist_item + field: price_list_id + relationship: none + group_type: group + admin_label: 'Price list' + entity_type: commerce_pricelist_item + entity_field: price_list_id + plugin_id: standard + required: true + header: { } + footer: { } + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } + admin: + id: admin + display_title: 'Admin prices' + display_plugin: page + position: 1 + display_options: + display_description: '' + display_extenders: { } + path: price-list/%/prices + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } diff --git a/config/sync/views.view.commerce_pricelist_product_prices.yml b/config/sync/views.view.commerce_pricelist_product_prices.yml new file mode 100644 index 00000000..57122a28 --- /dev/null +++ b/config/sync/views.view.commerce_pricelist_product_prices.yml @@ -0,0 +1,824 @@ +uuid: 9ae35704-f476-4c59-9f66-91064da080ab +langcode: en +status: true +dependencies: + module: + - commerce_price + - commerce_pricelist + - commerce_product + - user +id: commerce_pricelist_product_prices +label: 'Product prices' +module: views +description: '' +tag: '' +base_table: commerce_pricelist_item +base_field: id +display: + default: + id: default + display_title: Default + display_plugin: default + position: 0 + display_options: + title: Prices + fields: + sku: + id: sku + table: commerce_product_variation_field_data + field: sku + relationship: purchasable_entity + group_type: group + admin_label: '' + entity_type: commerce_product_variation + entity_field: sku + plugin_id: field + label: SKU + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + purchasable_entity: + id: purchasable_entity + table: commerce_pricelist_item + field: purchasable_entity + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: purchasable_entity + plugin_id: field + label: Title + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + name: + id: name + table: commerce_pricelist + field: name + relationship: price_list_id + group_type: group + admin_label: '' + entity_type: commerce_pricelist + entity_field: name + plugin_id: field + label: List + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + quantity: + id: quantity + table: commerce_pricelist_item + field: quantity + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: quantity + plugin_id: field + label: Quantity + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_decimal + settings: + thousand_separator: '' + decimal_separator: . + scale: 2 + prefix_suffix: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + list_price__number: + id: list_price__number + table: commerce_pricelist_item + field: list_price__number + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: list_price + plugin_id: field + label: 'List price' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: N/A + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + price__number: + id: price__number + table: commerce_pricelist_item + field: price__number + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: price + plugin_id: field + label: Price + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + status: + id: status + table: commerce_pricelist_item + field: status + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: status + plugin_id: field + label: Status + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: boolean + settings: + format: default + format_custom_false: '' + format_custom_true: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + operations: + id: operations + table: commerce_pricelist_item + field: operations + relationship: none + group_type: group + admin_label: '' + entity_type: null + entity_field: null + plugin_id: entity_operations + label: 'Operations links' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: false + pager: + type: full + options: + offset: 0 + items_per_page: 50 + total_pages: null + id: 0 + tags: + next: ›› + previous: ‹‹ + first: '« First' + last: 'Last »' + 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 + quantity: 9 + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + access: + type: perm + options: + perm: 'administer commerce_pricelist' + cache: + type: tag + options: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + plugin_id: text_custom + empty: true + content: 'No prices yet.' + tokenize: false + sorts: + weight: + id: weight + table: commerce_pricelist + field: weight + relationship: price_list_id + group_type: group + admin_label: '' + entity_type: commerce_pricelist + entity_field: weight + plugin_id: standard + order: ASC + expose: + label: '' + field_identifier: '' + exposed: false + id: + id: id + table: commerce_pricelist + field: id + relationship: price_list_id + group_type: group + admin_label: '' + entity_type: commerce_pricelist + entity_field: id + plugin_id: standard + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false + quantity: + id: quantity + table: commerce_pricelist_item + field: quantity + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_pricelist_item + entity_field: quantity + plugin_id: standard + order: ASC + expose: + label: '' + field_identifier: '' + exposed: false + arguments: + product_id: + id: product_id + table: commerce_product_variation_field_data + field: product_id + relationship: purchasable_entity + group_type: group + admin_label: '' + entity_type: commerce_product_variation + entity_field: product_id + plugin_id: numeric + default_action: default + exception: + value: '' + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: product + default_argument_options: { } + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + override: false + items_per_page: 25 + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: true + validate: + type: 'entity:commerce_product' + fail: 'not found' + validate_options: + bundles: { } + access: true + operation: update + multiple: 0 + break_phrase: false + not: false + filters: { } + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + sku: sku + purchasable_entity: purchasable_entity + name: name + quantity: quantity + list_price__number: list_price__number + price__number: price__number + status: status + operations: operations + default: '-1' + info: + sku: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + purchasable_entity: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + name: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + quantity: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + list_price__number: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + price__number: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + align: '' + separator: '' + empty_column: false + responsive: '' + override: true + sticky: false + summary: '' + empty_table: true + caption: '' + description: '' + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: + price_list_id: + id: price_list_id + table: commerce_pricelist_item + field: price_list_id + relationship: none + group_type: group + admin_label: 'Price list' + entity_type: commerce_pricelist_item + entity_field: price_list_id + plugin_id: standard + required: true + purchasable_entity: + id: purchasable_entity + table: commerce_pricelist_item + field: purchasable_entity + relationship: none + group_type: group + admin_label: 'Product variation' + entity_type: commerce_pricelist_item + entity_field: purchasable_entity + plugin_id: standard + required: true + header: { } + footer: { } + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } + page: + id: page + display_title: 'Product prices' + display_plugin: page + position: 1 + display_options: + display_description: '' + display_extenders: { } + path: product/%commerce_product/prices + menu: + type: tab + title: Prices + description: '' + weight: 20 + expanded: false + menu_name: admin + parent: '' + context: '0' + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } diff --git a/config/sync/views.view.commerce_subscription_initial_order_admin.yml b/config/sync/views.view.commerce_subscription_initial_order_admin.yml new file mode 100644 index 00000000..04ab8be8 --- /dev/null +++ b/config/sync/views.view.commerce_subscription_initial_order_admin.yml @@ -0,0 +1,617 @@ +uuid: 5f2e8856-ec2f-4e4e-800b-7232e1da2aa7 +langcode: en +status: true +dependencies: + module: + - commerce_order + - commerce_price + - commerce_recurring + - options + - user +id: commerce_subscription_initial_order_admin +label: 'Subscription initial order' +module: views +description: 'Used to display the initial order on the subscription view administration page.' +tag: 'Commerce, Commerce Recurring' +base_table: commerce_order +base_field: order_id +display: + default: + id: default + display_title: Master + display_plugin: default + position: 0 + display_options: + fields: + order_id: + id: order_id + table: commerce_order + field: order_id + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_order + entity_field: order_id + plugin_id: field + label: ID + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_integer + settings: + thousand_separator: '' + prefix_suffix: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + uid: + id: uid + table: users_field_data + field: uid + relationship: uid + group_type: group + admin_label: '' + entity_type: user + entity_field: uid + plugin_id: field + label: 'User ID' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_integer + settings: + thousand_separator: '' + prefix_suffix: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + order_number: + id: order_number + table: commerce_order + field: order_number + relationship: none + group_type: group + admin_label: '' + entity_type: null + entity_field: order_number + plugin_id: field + label: 'Order number' + exclude: false + alter: + alter_text: false + text: '' + make_link: true + path: 'admin/commerce/orders/{{ order_id }}' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + placed: + id: placed + table: commerce_order + field: placed + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_order + entity_field: placed + plugin_id: field + label: Placed + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: medium + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + payment_method: + id: payment_method + table: commerce_order + field: payment_method + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_order + entity_field: payment_method + plugin_id: field + label: 'Payment method' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + state: + id: state + table: commerce_order + field: state + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_order + entity_field: state + plugin_id: field + label: State + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: list_default + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + total_price__number: + id: total_price__number + table: commerce_order + field: total_price__number + relationship: none + group_type: group + admin_label: '' + entity_type: commerce_order + entity_field: total_price + plugin_id: field + label: 'Order amount' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + pager: + type: none + options: + offset: 0 + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + access: + type: perm + options: + perm: 'view commerce_order' + cache: + type: tag + options: { } + empty: { } + sorts: { } + arguments: + subscription_id: + id: subscription_id + table: commerce_subscription + field: subscription_id + relationship: reverse__commerce_subscription__initial_order + group_type: group + admin_label: '' + entity_type: commerce_subscription + entity_field: subscription_id + plugin_id: numeric + default_action: 'not found' + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + override: false + items_per_page: 25 + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + filters: { } + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + order_number: order_number + default: '-1' + info: + order_number: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + override: true + sticky: false + summary: '' + empty_table: false + caption: '' + description: '' + row: + type: fields + options: + default_field_elements: true + inline: { } + separator: '' + hide_empty: false + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: + reverse__commerce_subscription__initial_order: + id: reverse__commerce_subscription__initial_order + table: commerce_order + field: reverse__commerce_subscription__initial_order + relationship: none + group_type: group + admin_label: Subscription + entity_type: commerce_order + plugin_id: standard + required: true + uid: + id: uid + table: commerce_order + field: uid + relationship: none + group_type: group + admin_label: User + entity_type: commerce_order + entity_field: uid + plugin_id: standard + required: true + header: { } + footer: { } + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - user.permissions + tags: { } diff --git a/config/sync/views.view.commerce_subscriptions.yml b/config/sync/views.view.commerce_subscriptions.yml index 46687dca..fdf76041 100644 --- a/config/sync/views.view.commerce_subscriptions.yml +++ b/config/sync/views.view.commerce_subscriptions.yml @@ -144,7 +144,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