You are here

views.view.purchase_orders.yml in Commerce Purchase Order 8

config/install/views.view.purchase_orders.yml

File

config/install/views.view.purchase_orders.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - system.menu.admin
  6. module:
  7. - commerce_order
  8. - commerce_payment
  9. - commerce_price
  10. - options
  11. - state_machine
  12. - user
  13. id: purchase_orders
  14. label: 'Purchase Orders'
  15. module: views
  16. description: ''
  17. tag: ''
  18. base_table: commerce_payment
  19. base_field: payment_id
  20. display:
  21. default:
  22. display_plugin: default
  23. id: default
  24. display_title: Master
  25. position: 0
  26. display_options:
  27. access:
  28. type: perm
  29. options:
  30. perm: 'administer commerce_payment'
  31. cache:
  32. type: tag
  33. options: { }
  34. query:
  35. type: views_query
  36. options:
  37. disable_sql_rewrite: false
  38. distinct: false
  39. replica: false
  40. query_comment: ''
  41. query_tags: { }
  42. exposed_form:
  43. type: basic
  44. options:
  45. submit_button: Apply
  46. reset_button: false
  47. reset_button_label: Reset
  48. exposed_sorts_label: 'Sort by'
  49. expose_sort_order: true
  50. sort_asc_label: Asc
  51. sort_desc_label: Desc
  52. pager:
  53. type: mini
  54. options:
  55. items_per_page: 10
  56. offset: 0
  57. id: 0
  58. total_pages: null
  59. expose:
  60. items_per_page: false
  61. items_per_page_label: 'Items per page'
  62. items_per_page_options: '5, 10, 25, 50'
  63. items_per_page_options_all: false
  64. items_per_page_options_all_label: '- All -'
  65. offset: false
  66. offset_label: Offset
  67. tags:
  68. previous: ‹‹
  69. next: ››
  70. style:
  71. type: table
  72. options:
  73. grouping: { }
  74. row_class: ''
  75. default_row_class: true
  76. override: true
  77. sticky: false
  78. caption: ''
  79. summary: ''
  80. description: ''
  81. columns:
  82. authorized: authorized
  83. amount__number: amount__number
  84. state: state
  85. order_id: order_id
  86. view_commerce_order: view_commerce_order
  87. payment_method: payment_method
  88. operations: operations
  89. info:
  90. authorized:
  91. sortable: true
  92. default_sort_order: desc
  93. align: ''
  94. separator: ''
  95. empty_column: false
  96. responsive: ''
  97. amount__number:
  98. sortable: false
  99. default_sort_order: asc
  100. align: ''
  101. separator: ''
  102. empty_column: false
  103. responsive: ''
  104. state:
  105. sortable: true
  106. default_sort_order: asc
  107. align: ''
  108. separator: ''
  109. empty_column: false
  110. responsive: ''
  111. order_id:
  112. sortable: false
  113. default_sort_order: asc
  114. align: ''
  115. separator: ''
  116. empty_column: false
  117. responsive: ''
  118. view_commerce_order:
  119. sortable: true
  120. default_sort_order: asc
  121. align: ''
  122. separator: ''
  123. empty_column: false
  124. responsive: ''
  125. payment_method:
  126. sortable: false
  127. default_sort_order: asc
  128. align: ''
  129. separator: ''
  130. empty_column: false
  131. responsive: ''
  132. operations:
  133. align: ''
  134. separator: ''
  135. empty_column: false
  136. responsive: ''
  137. default: authorized
  138. empty_table: false
  139. row:
  140. type: fields
  141. fields:
  142. authorized:
  143. id: authorized
  144. table: commerce_payment
  145. field: authorized
  146. relationship: none
  147. group_type: group
  148. admin_label: ''
  149. label: Authorized
  150. exclude: false
  151. alter:
  152. alter_text: false
  153. text: ''
  154. make_link: false
  155. path: ''
  156. absolute: false
  157. external: false
  158. replace_spaces: false
  159. path_case: none
  160. trim_whitespace: false
  161. alt: ''
  162. rel: ''
  163. link_class: ''
  164. prefix: ''
  165. suffix: ''
  166. target: ''
  167. nl2br: false
  168. max_length: 0
  169. word_boundary: true
  170. ellipsis: true
  171. more_link: false
  172. more_link_text: ''
  173. more_link_path: ''
  174. strip_tags: false
  175. trim: false
  176. preserve_tags: ''
  177. html: false
  178. element_type: ''
  179. element_class: ''
  180. element_label_type: ''
  181. element_label_class: ''
  182. element_label_colon: false
  183. element_wrapper_type: ''
  184. element_wrapper_class: ''
  185. element_default_classes: true
  186. empty: ''
  187. hide_empty: false
  188. empty_zero: false
  189. hide_alter_empty: true
  190. click_sort_column: value
  191. type: timestamp
  192. settings:
  193. date_format: short
  194. custom_date_format: ''
  195. timezone: ''
  196. group_column: value
  197. group_columns: { }
  198. group_rows: true
  199. delta_limit: 0
  200. delta_offset: 0
  201. delta_reversed: false
  202. delta_first_last: false
  203. multi_type: separator
  204. separator: ', '
  205. field_api_classes: false
  206. entity_type: commerce_payment
  207. entity_field: authorized
  208. plugin_id: field
  209. amount__number:
  210. id: amount__number
  211. table: commerce_payment
  212. field: amount__number
  213. relationship: none
  214. group_type: group
  215. admin_label: ''
  216. label: Amount
  217. exclude: false
  218. alter:
  219. alter_text: false
  220. text: ''
  221. make_link: false
  222. path: ''
  223. absolute: false
  224. external: false
  225. replace_spaces: false
  226. path_case: none
  227. trim_whitespace: false
  228. alt: ''
  229. rel: ''
  230. link_class: ''
  231. prefix: ''
  232. suffix: ''
  233. target: ''
  234. nl2br: false
  235. max_length: 0
  236. word_boundary: true
  237. ellipsis: true
  238. more_link: false
  239. more_link_text: ''
  240. more_link_path: ''
  241. strip_tags: false
  242. trim: false
  243. preserve_tags: ''
  244. html: false
  245. element_type: ''
  246. element_class: ''
  247. element_label_type: ''
  248. element_label_class: ''
  249. element_label_colon: false
  250. element_wrapper_type: ''
  251. element_wrapper_class: ''
  252. element_default_classes: true
  253. empty: ''
  254. hide_empty: false
  255. empty_zero: false
  256. hide_alter_empty: true
  257. click_sort_column: number
  258. type: commerce_price_default
  259. settings:
  260. strip_trailing_zeroes: true
  261. currency_display: symbol
  262. group_column: ''
  263. group_columns: { }
  264. group_rows: true
  265. delta_limit: 0
  266. delta_offset: 0
  267. delta_reversed: false
  268. delta_first_last: false
  269. multi_type: separator
  270. separator: ', '
  271. field_api_classes: false
  272. entity_type: commerce_payment
  273. entity_field: amount
  274. plugin_id: field
  275. state:
  276. id: state
  277. table: commerce_payment
  278. field: state
  279. relationship: none
  280. group_type: group
  281. admin_label: ''
  282. label: Status
  283. exclude: false
  284. alter:
  285. alter_text: false
  286. text: ''
  287. make_link: false
  288. path: ''
  289. absolute: false
  290. external: false
  291. replace_spaces: false
  292. path_case: none
  293. trim_whitespace: false
  294. alt: ''
  295. rel: ''
  296. link_class: ''
  297. prefix: ''
  298. suffix: ''
  299. target: ''
  300. nl2br: false
  301. max_length: 0
  302. word_boundary: true
  303. ellipsis: true
  304. more_link: false
  305. more_link_text: ''
  306. more_link_path: ''
  307. strip_tags: false
  308. trim: false
  309. preserve_tags: ''
  310. html: false
  311. element_type: ''
  312. element_class: ''
  313. element_label_type: ''
  314. element_label_class: ''
  315. element_label_colon: false
  316. element_wrapper_type: ''
  317. element_wrapper_class: ''
  318. element_default_classes: true
  319. empty: ''
  320. hide_empty: false
  321. empty_zero: false
  322. hide_alter_empty: true
  323. click_sort_column: value
  324. type: list_default
  325. settings: { }
  326. group_column: value
  327. group_columns: { }
  328. group_rows: true
  329. delta_limit: 0
  330. delta_offset: 0
  331. delta_reversed: false
  332. delta_first_last: false
  333. multi_type: separator
  334. separator: ', '
  335. field_api_classes: false
  336. entity_type: commerce_payment
  337. entity_field: state
  338. plugin_id: field
  339. order_id:
  340. id: order_id
  341. table: commerce_order
  342. field: order_id
  343. relationship: order_id
  344. group_type: group
  345. admin_label: ''
  346. label: ''
  347. exclude: true
  348. alter:
  349. alter_text: false
  350. text: ''
  351. make_link: false
  352. path: ''
  353. absolute: false
  354. external: false
  355. replace_spaces: false
  356. path_case: none
  357. trim_whitespace: false
  358. alt: ''
  359. rel: ''
  360. link_class: ''
  361. prefix: ''
  362. suffix: ''
  363. target: ''
  364. nl2br: false
  365. max_length: 0
  366. word_boundary: true
  367. ellipsis: true
  368. more_link: false
  369. more_link_text: ''
  370. more_link_path: ''
  371. strip_tags: false
  372. trim: false
  373. preserve_tags: ''
  374. html: false
  375. element_type: ''
  376. element_class: ''
  377. element_label_type: ''
  378. element_label_class: ''
  379. element_label_colon: false
  380. element_wrapper_type: ''
  381. element_wrapper_class: ''
  382. element_default_classes: true
  383. empty: ''
  384. hide_empty: false
  385. empty_zero: false
  386. hide_alter_empty: true
  387. click_sort_column: value
  388. type: number_integer
  389. settings:
  390. thousand_separator: ''
  391. prefix_suffix: true
  392. group_column: value
  393. group_columns: { }
  394. group_rows: true
  395. delta_limit: 0
  396. delta_offset: 0
  397. delta_reversed: false
  398. delta_first_last: false
  399. multi_type: separator
  400. separator: ', '
  401. field_api_classes: false
  402. entity_type: commerce_order
  403. entity_field: order_id
  404. plugin_id: field
  405. view_commerce_order:
  406. id: view_commerce_order
  407. table: commerce_order
  408. field: view_commerce_order
  409. relationship: order_id
  410. group_type: group
  411. admin_label: ''
  412. label: Order
  413. exclude: false
  414. alter:
  415. alter_text: true
  416. text: '{{ order_id }}'
  417. make_link: false
  418. path: ''
  419. absolute: false
  420. external: false
  421. replace_spaces: false
  422. path_case: none
  423. trim_whitespace: false
  424. alt: ''
  425. rel: ''
  426. link_class: ''
  427. prefix: ''
  428. suffix: ''
  429. target: ''
  430. nl2br: false
  431. max_length: 0
  432. word_boundary: true
  433. ellipsis: true
  434. more_link: false
  435. more_link_text: ''
  436. more_link_path: ''
  437. strip_tags: false
  438. trim: false
  439. preserve_tags: ''
  440. html: false
  441. element_type: ''
  442. element_class: ''
  443. element_label_type: ''
  444. element_label_class: ''
  445. element_label_colon: true
  446. element_wrapper_type: ''
  447. element_wrapper_class: ''
  448. element_default_classes: true
  449. empty: ''
  450. hide_empty: false
  451. empty_zero: false
  452. hide_alter_empty: true
  453. text: ''
  454. entity_type: commerce_order
  455. plugin_id: entity_link
  456. output_url_as_text: false
  457. absolute: false
  458. payment_method:
  459. id: payment_method
  460. table: commerce_payment
  461. field: payment_method
  462. relationship: none
  463. group_type: group
  464. admin_label: ''
  465. label: 'Purchase Order'
  466. exclude: false
  467. alter:
  468. alter_text: false
  469. text: ''
  470. make_link: false
  471. path: ''
  472. absolute: false
  473. external: false
  474. replace_spaces: false
  475. path_case: none
  476. trim_whitespace: false
  477. alt: ''
  478. rel: ''
  479. link_class: ''
  480. prefix: ''
  481. suffix: ''
  482. target: ''
  483. nl2br: false
  484. max_length: 0
  485. word_boundary: true
  486. ellipsis: true
  487. more_link: false
  488. more_link_text: ''
  489. more_link_path: ''
  490. strip_tags: false
  491. trim: false
  492. preserve_tags: ''
  493. html: false
  494. element_type: ''
  495. element_class: ''
  496. element_label_type: ''
  497. element_label_class: ''
  498. element_label_colon: true
  499. element_wrapper_type: ''
  500. element_wrapper_class: ''
  501. element_default_classes: true
  502. empty: ''
  503. hide_empty: false
  504. empty_zero: false
  505. hide_alter_empty: true
  506. click_sort_column: target_id
  507. type: entity_reference_entity_view
  508. settings:
  509. view_mode: default
  510. group_column: target_id
  511. group_columns: { }
  512. group_rows: true
  513. delta_limit: 0
  514. delta_offset: 0
  515. delta_reversed: false
  516. delta_first_last: false
  517. multi_type: separator
  518. separator: ', '
  519. field_api_classes: false
  520. entity_type: commerce_payment
  521. entity_field: payment_method
  522. plugin_id: field
  523. operations:
  524. id: operations
  525. table: commerce_payment
  526. field: operations
  527. relationship: none
  528. group_type: group
  529. admin_label: ''
  530. label: Operations
  531. exclude: false
  532. alter:
  533. alter_text: false
  534. text: ''
  535. make_link: false
  536. path: ''
  537. absolute: false
  538. external: false
  539. replace_spaces: false
  540. path_case: none
  541. trim_whitespace: false
  542. alt: ''
  543. rel: ''
  544. link_class: ''
  545. prefix: ''
  546. suffix: ''
  547. target: ''
  548. nl2br: false
  549. max_length: 0
  550. word_boundary: true
  551. ellipsis: true
  552. more_link: false
  553. more_link_text: ''
  554. more_link_path: ''
  555. strip_tags: false
  556. trim: false
  557. preserve_tags: ''
  558. html: false
  559. element_type: ''
  560. element_class: ''
  561. element_label_type: ''
  562. element_label_class: ''
  563. element_label_colon: true
  564. element_wrapper_type: ''
  565. element_wrapper_class: ''
  566. element_default_classes: true
  567. empty: ''
  568. hide_empty: false
  569. empty_zero: false
  570. hide_alter_empty: true
  571. destination: true
  572. entity_type: commerce_payment
  573. plugin_id: entity_operations
  574. filters:
  575. payment_gateway_mode:
  576. id: payment_gateway_mode
  577. table: commerce_payment
  578. field: payment_gateway_mode
  579. relationship: none
  580. group_type: group
  581. admin_label: ''
  582. operator: '='
  583. value: ''
  584. group: 1
  585. exposed: true
  586. expose:
  587. operator_id: payment_gateway_mode_op
  588. label: 'Payment gateway mode'
  589. description: null
  590. use_operator: false
  591. operator: payment_gateway_mode_op
  592. identifier: payment_gateway_mode
  593. required: false
  594. remember: false
  595. multiple: false
  596. remember_roles:
  597. authenticated: authenticated
  598. operator_limit_selection: false
  599. operator_list: { }
  600. is_grouped: true
  601. group_info:
  602. label: Mode
  603. description: ''
  604. identifier: payment_gateway_mode
  605. optional: false
  606. widget: radios
  607. multiple: false
  608. remember: false
  609. default_group: '1'
  610. default_group_multiple: { }
  611. group_items:
  612. 1:
  613. title: Live
  614. operator: '='
  615. value: live
  616. 2:
  617. title: Test
  618. operator: '='
  619. value: test
  620. 3:
  621. title: ''
  622. operator: '='
  623. value: ''
  624. entity_type: commerce_payment
  625. entity_field: payment_gateway_mode
  626. plugin_id: string
  627. state:
  628. id: state
  629. table: commerce_payment
  630. field: state
  631. relationship: none
  632. group_type: group
  633. admin_label: ''
  634. operator: in
  635. value: { }
  636. group: 1
  637. exposed: true
  638. expose:
  639. operator_id: state_op
  640. label: State
  641. description: ''
  642. use_operator: false
  643. operator: state_op
  644. operator_limit_selection: false
  645. operator_list: { }
  646. identifier: state
  647. required: false
  648. remember: false
  649. multiple: false
  650. remember_roles:
  651. authenticated: authenticated
  652. anonymous: '0'
  653. administrator: '0'
  654. reduce: false
  655. is_grouped: false
  656. group_info:
  657. label: ''
  658. description: ''
  659. identifier: ''
  660. optional: true
  661. widget: select
  662. multiple: false
  663. remember: false
  664. default_group: All
  665. default_group_multiple: { }
  666. group_items: { }
  667. entity_type: commerce_payment
  668. entity_field: state
  669. plugin_id: state_machine_state
  670. sorts: { }
  671. title: 'Purchase Orders'
  672. header: { }
  673. footer: { }
  674. empty:
  675. area:
  676. id: area
  677. table: views
  678. field: area
  679. relationship: none
  680. group_type: group
  681. admin_label: ''
  682. empty: true
  683. tokenize: false
  684. content:
  685. value: 'No <em>Purchase Order</em> payments have been found.'
  686. format: basic_html
  687. plugin_id: text
  688. relationships:
  689. order_id:
  690. id: order_id
  691. table: commerce_payment
  692. field: order_id
  693. relationship: none
  694. group_type: group
  695. admin_label: Order
  696. required: false
  697. entity_type: commerce_payment
  698. entity_field: order_id
  699. plugin_id: standard
  700. arguments:
  701. type:
  702. id: type
  703. table: commerce_payment
  704. field: type
  705. relationship: none
  706. group_type: group
  707. admin_label: ''
  708. default_action: default
  709. exception:
  710. value: all
  711. title_enable: false
  712. title: All
  713. title_enable: false
  714. title: ''
  715. default_argument_type: fixed
  716. default_argument_options:
  717. argument: payment_purchase_order
  718. default_argument_skip_url: false
  719. summary_options:
  720. base_path: ''
  721. count: true
  722. items_per_page: 25
  723. override: false
  724. summary:
  725. sort_order: asc
  726. number_of_records: 0
  727. format: default_summary
  728. specify_validation: false
  729. validate:
  730. type: none
  731. fail: 'not found'
  732. validate_options: { }
  733. glossary: false
  734. limit: 0
  735. case: none
  736. path_case: none
  737. transform_dash: false
  738. break_phrase: false
  739. entity_type: commerce_payment
  740. entity_field: type
  741. plugin_id: string
  742. display_extenders: { }
  743. filter_groups:
  744. operator: AND
  745. groups: { }
  746. cache_metadata:
  747. max-age: -1
  748. contexts:
  749. - 'languages:language_content'
  750. - 'languages:language_interface'
  751. - url
  752. - url.query_args
  753. - user.permissions
  754. tags: { }
  755. commerce_purchase_order_admin:
  756. display_plugin: page
  757. id: commerce_purchase_order_admin
  758. display_title: Page
  759. position: 1
  760. display_options:
  761. display_extenders: { }
  762. path: admin/commerce/purchase-orders
  763. menu:
  764. type: normal
  765. title: 'Purchase Orders'
  766. description: 'A list of purchase orders.'
  767. expanded: false
  768. parent: commerce.admin_commerce
  769. weight: 0
  770. context: '0'
  771. menu_name: admin
  772. cache_metadata:
  773. max-age: -1
  774. contexts:
  775. - 'languages:language_content'
  776. - 'languages:language_interface'
  777. - url
  778. - url.query_args
  779. - user.permissions
  780. tags: { }