reports.xml 787 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Analytics:etc/reports.xsd">
  9. <report name="quotes" connection="default">
  10. <source name="quote">
  11. <attribute name="entity_id"/>
  12. <attribute name="customer_id"/>
  13. <attribute name="store_id"/>
  14. <attribute name="created_at"/>
  15. <attribute name="converted_at"/>
  16. <attribute name="is_active"/>
  17. <attribute name="items_count"/>
  18. <attribute name="items_qty"/>
  19. <attribute name="orig_order_id"/>
  20. </source>
  21. </report>
  22. </config>