views.view.commerce_subscription_orders_admin.yml 20 KB

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