You are here

views.view.commerce_orders.yml in Commerce Core 8.2

modules/order/config/install/views.view.commerce_orders.yml

File

modules/order/config/install/views.view.commerce_orders.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - commerce
  6. - commerce_order
  7. - commerce_price
  8. - commerce_store
  9. - options
  10. - state_machine
  11. - user
  12. id: commerce_orders
  13. label: Orders
  14. module: views
  15. description: ''
  16. tag: Commerce
  17. base_table: commerce_order
  18. base_field: order_id
  19. display:
  20. default:
  21. display_plugin: default
  22. id: default
  23. display_title: Master
  24. position: 0
  25. display_options:
  26. access:
  27. type: perm
  28. options:
  29. perm: 'access commerce_order overview'
  30. cache:
  31. type: none
  32. options: { }
  33. query:
  34. type: views_query
  35. options:
  36. disable_sql_rewrite: false
  37. distinct: false
  38. replica: false
  39. query_comment: ''
  40. query_tags: { }
  41. exposed_form:
  42. type: basic
  43. options:
  44. submit_button: Filter
  45. reset_button: false
  46. reset_button_label: Reset
  47. exposed_sorts_label: 'Sort by'
  48. expose_sort_order: true
  49. sort_asc_label: Asc
  50. sort_desc_label: Desc
  51. pager:
  52. type: full
  53. options:
  54. items_per_page: 50
  55. offset: 0
  56. id: 0
  57. total_pages: null
  58. expose:
  59. items_per_page: false
  60. items_per_page_label: 'Items per page'
  61. items_per_page_options: '5, 10, 25, 50'
  62. items_per_page_options_all: false
  63. items_per_page_options_all_label: '- All -'
  64. offset: false
  65. offset_label: Offset
  66. tags:
  67. previous: '‹ previous'
  68. next: 'next ›'
  69. first: '« first'
  70. last: 'last »'
  71. quantity: 9
  72. style:
  73. type: table
  74. options:
  75. grouping: { }
  76. row_class: ''
  77. default_row_class: true
  78. override: true
  79. sticky: false
  80. caption: ''
  81. summary: ''
  82. description: ''
  83. columns:
  84. order_number: order_number
  85. placed: placed
  86. type: type
  87. store_id: store_id
  88. uid: uid
  89. mail: uid
  90. state: state
  91. total_price__number: total_price__number
  92. operations: operations
  93. info:
  94. order_number:
  95. sortable: true
  96. default_sort_order: asc
  97. align: ''
  98. separator: ''
  99. empty_column: false
  100. responsive: ''
  101. placed:
  102. sortable: true
  103. default_sort_order: desc
  104. align: ''
  105. separator: ''
  106. empty_column: false
  107. responsive: ''
  108. type:
  109. sortable: true
  110. default_sort_order: asc
  111. align: ''
  112. separator: ''
  113. empty_column: true
  114. responsive: priority-medium
  115. store_id:
  116. sortable: true
  117. default_sort_order: asc
  118. align: ''
  119. separator: ''
  120. empty_column: true
  121. responsive: priority-medium
  122. uid:
  123. sortable: false
  124. default_sort_order: asc
  125. align: ''
  126. separator: '<br />'
  127. empty_column: false
  128. responsive: ''
  129. mail:
  130. sortable: false
  131. default_sort_order: asc
  132. align: ''
  133. separator: ''
  134. empty_column: false
  135. responsive: ''
  136. state:
  137. sortable: true
  138. default_sort_order: asc
  139. align: ''
  140. separator: ''
  141. empty_column: false
  142. responsive: ''
  143. total_price__number:
  144. sortable: true
  145. default_sort_order: asc
  146. align: ''
  147. separator: ''
  148. empty_column: false
  149. responsive: ''
  150. operations:
  151. sortable: false
  152. default_sort_order: asc
  153. align: ''
  154. separator: ''
  155. empty_column: false
  156. responsive: ''
  157. default: placed
  158. empty_table: true
  159. row:
  160. type: fields
  161. fields:
  162. commerce_order_bulk_form:
  163. id: commerce_order_bulk_form
  164. table: commerce_order
  165. field: commerce_order_bulk_form
  166. relationship: none
  167. group_type: group
  168. admin_label: ''
  169. label: ''
  170. exclude: false
  171. alter:
  172. alter_text: false
  173. text: ''
  174. make_link: false
  175. path: ''
  176. absolute: false
  177. external: false
  178. replace_spaces: false
  179. path_case: none
  180. trim_whitespace: false
  181. alt: ''
  182. rel: ''
  183. link_class: ''
  184. prefix: ''
  185. suffix: ''
  186. target: ''
  187. nl2br: false
  188. max_length: 0
  189. word_boundary: true
  190. ellipsis: true
  191. more_link: false
  192. more_link_text: ''
  193. more_link_path: ''
  194. strip_tags: false
  195. trim: false
  196. preserve_tags: ''
  197. html: false
  198. element_type: ''
  199. element_class: ''
  200. element_label_type: ''
  201. element_label_class: ''
  202. element_label_colon: false
  203. element_wrapper_type: ''
  204. element_wrapper_class: ''
  205. element_default_classes: true
  206. empty: ''
  207. hide_empty: false
  208. empty_zero: false
  209. hide_alter_empty: true
  210. action_title: 'With selection'
  211. include_exclude: exclude
  212. selected_actions: { }
  213. entity_type: commerce_order
  214. plugin_id: bulk_form
  215. order_number:
  216. id: order_number
  217. table: commerce_order
  218. field: order_number
  219. relationship: none
  220. group_type: group
  221. admin_label: ''
  222. label: '#'
  223. exclude: false
  224. alter:
  225. alter_text: false
  226. text: ''
  227. make_link: false
  228. path: ''
  229. absolute: false
  230. external: false
  231. replace_spaces: false
  232. path_case: none
  233. trim_whitespace: false
  234. alt: ''
  235. rel: ''
  236. link_class: ''
  237. prefix: ''
  238. suffix: ''
  239. target: ''
  240. nl2br: false
  241. max_length: 0
  242. word_boundary: true
  243. ellipsis: true
  244. more_link: false
  245. more_link_text: ''
  246. more_link_path: ''
  247. strip_tags: false
  248. trim: false
  249. preserve_tags: ''
  250. html: false
  251. element_type: ''
  252. element_class: ''
  253. element_label_type: ''
  254. element_label_class: ''
  255. element_label_colon: true
  256. element_wrapper_type: ''
  257. element_wrapper_class: ''
  258. element_default_classes: true
  259. empty: ''
  260. hide_empty: false
  261. empty_zero: false
  262. hide_alter_empty: true
  263. click_sort_column: value
  264. type: string
  265. settings:
  266. link_to_entity: true
  267. group_column: value
  268. group_columns: { }
  269. group_rows: true
  270. delta_limit: 0
  271. delta_offset: 0
  272. delta_reversed: false
  273. delta_first_last: false
  274. multi_type: separator
  275. separator: ', '
  276. field_api_classes: false
  277. entity_type: null
  278. entity_field: order_number
  279. plugin_id: field
  280. placed:
  281. id: placed
  282. table: commerce_order
  283. field: placed
  284. relationship: none
  285. group_type: group
  286. admin_label: ''
  287. label: Date
  288. exclude: false
  289. alter:
  290. alter_text: false
  291. text: ''
  292. make_link: false
  293. path: ''
  294. absolute: false
  295. external: false
  296. replace_spaces: false
  297. path_case: none
  298. trim_whitespace: false
  299. alt: ''
  300. rel: ''
  301. link_class: ''
  302. prefix: ''
  303. suffix: ''
  304. target: ''
  305. nl2br: false
  306. max_length: 0
  307. word_boundary: true
  308. ellipsis: true
  309. more_link: false
  310. more_link_text: ''
  311. more_link_path: ''
  312. strip_tags: false
  313. trim: false
  314. preserve_tags: ''
  315. html: false
  316. element_type: ''
  317. element_class: ''
  318. element_label_type: ''
  319. element_label_class: ''
  320. element_label_colon: true
  321. element_wrapper_type: ''
  322. element_wrapper_class: ''
  323. element_default_classes: true
  324. empty: N/A
  325. hide_empty: false
  326. empty_zero: false
  327. hide_alter_empty: true
  328. click_sort_column: value
  329. type: timestamp
  330. settings:
  331. date_format: short
  332. custom_date_format: ''
  333. timezone: ''
  334. group_column: value
  335. group_columns: { }
  336. group_rows: true
  337. delta_limit: 0
  338. delta_offset: 0
  339. delta_reversed: false
  340. delta_first_last: false
  341. multi_type: separator
  342. separator: ', '
  343. field_api_classes: false
  344. entity_type: commerce_order
  345. entity_field: placed
  346. plugin_id: field
  347. type:
  348. id: type
  349. table: commerce_order
  350. field: type
  351. relationship: none
  352. group_type: group
  353. admin_label: ''
  354. label: Type
  355. exclude: false
  356. alter:
  357. alter_text: false
  358. text: ''
  359. make_link: false
  360. path: ''
  361. absolute: false
  362. external: false
  363. replace_spaces: false
  364. path_case: none
  365. trim_whitespace: false
  366. alt: ''
  367. rel: ''
  368. link_class: ''
  369. prefix: ''
  370. suffix: ''
  371. target: ''
  372. nl2br: false
  373. max_length: 0
  374. word_boundary: true
  375. ellipsis: true
  376. more_link: false
  377. more_link_text: ''
  378. more_link_path: ''
  379. strip_tags: false
  380. trim: false
  381. preserve_tags: ''
  382. html: false
  383. element_type: ''
  384. element_class: ''
  385. element_label_type: ''
  386. element_label_class: ''
  387. element_label_colon: true
  388. element_wrapper_type: ''
  389. element_wrapper_class: ''
  390. element_default_classes: true
  391. empty: ''
  392. hide_empty: false
  393. empty_zero: false
  394. hide_alter_empty: true
  395. click_sort_column: target_id
  396. type: entity_reference_label
  397. settings:
  398. link: false
  399. group_column: target_id
  400. group_columns: { }
  401. group_rows: true
  402. delta_limit: 0
  403. delta_offset: 0
  404. delta_reversed: false
  405. delta_first_last: false
  406. multi_type: separator
  407. separator: ', '
  408. field_api_classes: false
  409. hide_single_bundle: true
  410. entity_type: commerce_order
  411. entity_field: type
  412. plugin_id: commerce_entity_bundle
  413. store_id:
  414. id: store_id
  415. table: commerce_order
  416. field: store_id
  417. relationship: none
  418. group_type: group
  419. admin_label: ''
  420. label: Store
  421. exclude: false
  422. alter:
  423. alter_text: false
  424. text: ''
  425. make_link: false
  426. path: ''
  427. absolute: false
  428. external: false
  429. replace_spaces: false
  430. path_case: none
  431. trim_whitespace: false
  432. alt: ''
  433. rel: ''
  434. link_class: ''
  435. prefix: ''
  436. suffix: ''
  437. target: ''
  438. nl2br: false
  439. max_length: 0
  440. word_boundary: true
  441. ellipsis: true
  442. more_link: false
  443. more_link_text: ''
  444. more_link_path: ''
  445. strip_tags: false
  446. trim: false
  447. preserve_tags: ''
  448. html: false
  449. element_type: ''
  450. element_class: ''
  451. element_label_type: ''
  452. element_label_class: ''
  453. element_label_colon: true
  454. element_wrapper_type: ''
  455. element_wrapper_class: ''
  456. element_default_classes: true
  457. empty: ''
  458. hide_empty: false
  459. empty_zero: false
  460. hide_alter_empty: true
  461. click_sort_column: target_id
  462. type: entity_reference_label
  463. settings:
  464. link: true
  465. group_column: target_id
  466. group_columns: { }
  467. group_rows: true
  468. delta_limit: 0
  469. delta_offset: 0
  470. delta_reversed: false
  471. delta_first_last: false
  472. multi_type: separator
  473. separator: ', '
  474. field_api_classes: false
  475. hide_single_store: true
  476. entity_type: commerce_order
  477. entity_field: store_id
  478. plugin_id: commerce_store
  479. uid:
  480. id: uid
  481. table: commerce_order
  482. field: uid
  483. relationship: none
  484. group_type: group
  485. admin_label: ''
  486. label: Customer
  487. exclude: false
  488. alter:
  489. alter_text: false
  490. text: ''
  491. make_link: false
  492. path: ''
  493. absolute: false
  494. external: false
  495. replace_spaces: false
  496. path_case: none
  497. trim_whitespace: false
  498. alt: ''
  499. rel: ''
  500. link_class: ''
  501. prefix: ''
  502. suffix: ''
  503. target: ''
  504. nl2br: false
  505. max_length: 0
  506. word_boundary: true
  507. ellipsis: true
  508. more_link: false
  509. more_link_text: ''
  510. more_link_path: ''
  511. strip_tags: false
  512. trim: false
  513. preserve_tags: ''
  514. html: false
  515. element_type: ''
  516. element_class: ''
  517. element_label_type: ''
  518. element_label_class: ''
  519. element_label_colon: true
  520. element_wrapper_type: ''
  521. element_wrapper_class: ''
  522. element_default_classes: true
  523. empty: ''
  524. hide_empty: false
  525. empty_zero: false
  526. hide_alter_empty: true
  527. click_sort_column: target_id
  528. type: entity_reference_label
  529. settings:
  530. link: true
  531. group_column: target_id
  532. group_columns: { }
  533. group_rows: true
  534. delta_limit: 0
  535. delta_offset: 0
  536. delta_reversed: false
  537. delta_first_last: false
  538. multi_type: separator
  539. separator: ', '
  540. field_api_classes: false
  541. entity_type: commerce_order
  542. entity_field: uid
  543. plugin_id: field
  544. mail:
  545. id: mail
  546. table: commerce_order
  547. field: mail
  548. relationship: none
  549. group_type: group
  550. admin_label: ''
  551. label: Email
  552. exclude: false
  553. alter:
  554. alter_text: false
  555. text: ''
  556. make_link: false
  557. path: ''
  558. absolute: false
  559. external: false
  560. replace_spaces: false
  561. path_case: none
  562. trim_whitespace: false
  563. alt: ''
  564. rel: ''
  565. link_class: ''
  566. prefix: ''
  567. suffix: ''
  568. target: ''
  569. nl2br: false
  570. max_length: 0
  571. word_boundary: true
  572. ellipsis: true
  573. more_link: false
  574. more_link_text: ''
  575. more_link_path: ''
  576. strip_tags: false
  577. trim: false
  578. preserve_tags: ''
  579. html: false
  580. element_type: ''
  581. element_class: ''
  582. element_label_type: ''
  583. element_label_class: ''
  584. element_label_colon: true
  585. element_wrapper_type: ''
  586. element_wrapper_class: ''
  587. element_default_classes: true
  588. empty: ''
  589. hide_empty: false
  590. empty_zero: false
  591. hide_alter_empty: true
  592. click_sort_column: value
  593. type: basic_string
  594. settings: { }
  595. group_column: value
  596. group_columns: { }
  597. group_rows: true
  598. delta_limit: 0
  599. delta_offset: 0
  600. delta_reversed: false
  601. delta_first_last: false
  602. multi_type: separator
  603. separator: ', '
  604. field_api_classes: false
  605. entity_type: commerce_order
  606. entity_field: mail
  607. plugin_id: field
  608. state:
  609. id: state
  610. table: commerce_order
  611. field: state
  612. relationship: none
  613. group_type: group
  614. admin_label: ''
  615. label: State
  616. exclude: false
  617. alter:
  618. alter_text: false
  619. text: ''
  620. make_link: false
  621. path: ''
  622. absolute: false
  623. external: false
  624. replace_spaces: false
  625. path_case: none
  626. trim_whitespace: false
  627. alt: ''
  628. rel: ''
  629. link_class: ''
  630. prefix: ''
  631. suffix: ''
  632. target: ''
  633. nl2br: false
  634. max_length: 0
  635. word_boundary: true
  636. ellipsis: true
  637. more_link: false
  638. more_link_text: ''
  639. more_link_path: ''
  640. strip_tags: false
  641. trim: false
  642. preserve_tags: ''
  643. html: false
  644. element_type: ''
  645. element_class: ''
  646. element_label_type: ''
  647. element_label_class: ''
  648. element_label_colon: true
  649. element_wrapper_type: ''
  650. element_wrapper_class: ''
  651. element_default_classes: true
  652. empty: ''
  653. hide_empty: false
  654. empty_zero: false
  655. hide_alter_empty: true
  656. click_sort_column: value
  657. type: list_default
  658. settings: { }
  659. group_column: value
  660. group_columns: { }
  661. group_rows: true
  662. delta_limit: 0
  663. delta_offset: 0
  664. delta_reversed: false
  665. delta_first_last: false
  666. multi_type: separator
  667. separator: ', '
  668. field_api_classes: false
  669. entity_type: commerce_order
  670. entity_field: status
  671. plugin_id: field
  672. total_price__number:
  673. id: total_price__number
  674. table: commerce_order
  675. field: total_price__number
  676. relationship: none
  677. group_type: group
  678. admin_label: ''
  679. label: Total
  680. exclude: false
  681. alter:
  682. alter_text: false
  683. text: ''
  684. make_link: false
  685. path: ''
  686. absolute: false
  687. external: false
  688. replace_spaces: false
  689. path_case: none
  690. trim_whitespace: false
  691. alt: ''
  692. rel: ''
  693. link_class: ''
  694. prefix: ''
  695. suffix: ''
  696. target: ''
  697. nl2br: false
  698. max_length: 0
  699. word_boundary: true
  700. ellipsis: true
  701. more_link: false
  702. more_link_text: ''
  703. more_link_path: ''
  704. strip_tags: false
  705. trim: false
  706. preserve_tags: ''
  707. html: false
  708. element_type: ''
  709. element_class: ''
  710. element_label_type: ''
  711. element_label_class: ''
  712. element_label_colon: true
  713. element_wrapper_type: ''
  714. element_wrapper_class: ''
  715. element_default_classes: true
  716. empty: ''
  717. hide_empty: false
  718. empty_zero: false
  719. hide_alter_empty: true
  720. click_sort_column: number
  721. type: commerce_price_default
  722. settings:
  723. strip_trailing_zeroes: false
  724. currency_display: symbol
  725. group_column: ''
  726. group_columns: { }
  727. group_rows: true
  728. delta_limit: 0
  729. delta_offset: 0
  730. delta_reversed: false
  731. delta_first_last: false
  732. multi_type: separator
  733. separator: ', '
  734. field_api_classes: false
  735. entity_type: commerce_order
  736. entity_field: total_price
  737. plugin_id: field
  738. operations:
  739. id: operations
  740. table: commerce_order
  741. field: operations
  742. relationship: none
  743. group_type: group
  744. admin_label: ''
  745. label: Operations
  746. exclude: false
  747. alter:
  748. alter_text: false
  749. text: ''
  750. make_link: false
  751. path: ''
  752. absolute: false
  753. external: false
  754. replace_spaces: false
  755. path_case: none
  756. trim_whitespace: false
  757. alt: ''
  758. rel: ''
  759. link_class: ''
  760. prefix: ''
  761. suffix: ''
  762. target: ''
  763. nl2br: false
  764. max_length: 0
  765. word_boundary: true
  766. ellipsis: true
  767. more_link: false
  768. more_link_text: ''
  769. more_link_path: ''
  770. strip_tags: false
  771. trim: false
  772. preserve_tags: ''
  773. html: false
  774. element_type: ''
  775. element_class: ''
  776. element_label_type: ''
  777. element_label_class: ''
  778. element_label_colon: true
  779. element_wrapper_type: ''
  780. element_wrapper_class: ''
  781. element_default_classes: true
  782. empty: ''
  783. hide_empty: false
  784. empty_zero: false
  785. hide_alter_empty: true
  786. destination: false
  787. entity_type: commerce_order
  788. plugin_id: entity_operations
  789. filters:
  790. order_number:
  791. id: order_number
  792. table: commerce_order
  793. field: order_number
  794. relationship: none
  795. group_type: group
  796. admin_label: ''
  797. operator: starts
  798. value: ''
  799. group: 1
  800. exposed: true
  801. expose:
  802. operator_id: order_number_op
  803. operator_limit_selection: false
  804. label: 'Order number'
  805. description: ''
  806. use_operator: false
  807. operator: order_number_op
  808. identifier: order_number
  809. required: false
  810. remember: false
  811. multiple: false
  812. remember_roles:
  813. authenticated: authenticated
  814. anonymous: '0'
  815. administrator: '0'
  816. is_grouped: false
  817. group_info:
  818. label: ''
  819. description: ''
  820. identifier: ''
  821. optional: true
  822. widget: select
  823. multiple: false
  824. remember: false
  825. default_group: All
  826. default_group_multiple: { }
  827. group_items: { }
  828. entity_type: commerce_order
  829. entity_field: order_number
  830. plugin_id: string
  831. type:
  832. id: type
  833. table: commerce_order
  834. field: type
  835. relationship: none
  836. group_type: group
  837. admin_label: ''
  838. operator: in
  839. value: { }
  840. group: 1
  841. exposed: true
  842. expose:
  843. operator_id: type_op
  844. operator_limit_selection: false
  845. label: Type
  846. description: ''
  847. use_operator: false
  848. operator: type_op
  849. identifier: type
  850. required: false
  851. remember: false
  852. multiple: false
  853. remember_roles:
  854. authenticated: authenticated
  855. anonymous: '0'
  856. administrator: '0'
  857. reduce: false
  858. hide_single_bundle: true
  859. is_grouped: false
  860. group_info:
  861. label: ''
  862. description: ''
  863. identifier: ''
  864. optional: true
  865. widget: select
  866. multiple: false
  867. remember: false
  868. default_group: All
  869. default_group_multiple: { }
  870. group_items: { }
  871. entity_type: commerce_order
  872. entity_field: type
  873. plugin_id: commerce_entity_bundle
  874. state:
  875. id: state
  876. table: commerce_order
  877. field: state
  878. relationship: none
  879. group_type: group
  880. admin_label: ''
  881. operator: in
  882. value: { }
  883. group: 1
  884. exposed: true
  885. expose:
  886. operator_id: state_op
  887. operator_limit_selection: false
  888. label: State
  889. description: ''
  890. use_operator: false
  891. operator: state_op
  892. identifier: state
  893. required: false
  894. remember: false
  895. multiple: false
  896. remember_roles:
  897. authenticated: authenticated
  898. anonymous: '0'
  899. administrator: '0'
  900. reduce: false
  901. is_grouped: false
  902. group_info:
  903. label: ''
  904. description: ''
  905. identifier: ''
  906. optional: true
  907. widget: select
  908. multiple: false
  909. remember: false
  910. default_group: All
  911. default_group_multiple: { }
  912. group_items: { }
  913. entity_type: commerce_order
  914. entity_field: state
  915. plugin_id: state_machine_state
  916. sorts: { }
  917. title: Orders
  918. header: { }
  919. footer: { }
  920. empty:
  921. area_text_custom:
  922. id: area_text_custom
  923. table: views
  924. field: area_text_custom
  925. relationship: none
  926. group_type: group
  927. admin_label: ''
  928. empty: true
  929. tokenize: false
  930. content: 'No orders available.'
  931. plugin_id: text_custom
  932. relationships: { }
  933. arguments: { }
  934. display_extenders: { }
  935. use_ajax: false
  936. filter_groups:
  937. operator: AND
  938. groups:
  939. 1: AND
  940. cache_metadata:
  941. contexts:
  942. - 'languages:language_content'
  943. - 'languages:language_interface'
  944. - url
  945. - url.query_args
  946. - user.permissions
  947. cacheable: false
  948. max-age: 0
  949. tags: { }
  950. page_1:
  951. display_plugin: page
  952. id: page_1
  953. display_title: Page
  954. position: 1
  955. display_options:
  956. display_extenders: { }
  957. path: admin/commerce/orders/list
  958. menu:
  959. type: 'default tab'
  960. title: Orders
  961. description: ''
  962. expanded: false
  963. parent: ''
  964. weight: -10
  965. context: '0'
  966. menu_name: main
  967. tab_options:
  968. type: normal
  969. title: Orders
  970. description: 'Manage your orders.'
  971. weight: 0
  972. cache_metadata:
  973. contexts:
  974. - 'languages:language_content'
  975. - 'languages:language_interface'
  976. - url
  977. - url.query_args
  978. - user.permissions
  979. cacheable: false
  980. max-age: 0
  981. tags: { }