woocommerce/plugins/woocommerce-admin/docs/woocommerce.com
Jeff Stieler 264aa8dee4 Add Variations Report (https://github.com/woocommerce/woocommerce-admin/pull/5167)
* Add initial Variations Report to analytics feature.

* Restrict query to variations when not specifying any product IDs.

* Add route to get variations without specifying a parent.

* Move variations table component to variations report directory.

* Add missing LIMIT clause to variations report query.

* Remove broken features from Variations table.

* Add Variations report controller to CSV emailer.

* Add initial Variation Stats endpoint, based on Product Stats.

* Hook Variations Report components up to new stats endpoint.

* Hook attribute filter up to variations report queries.

* Remove variation title filter usage.

See: https://github.com/woocommerce/woocommerce-admin/pull/5100

* Use filtered separator in variation name formatting.

* Add "single variation" to variations report, fix autocompleter API request.

* Fix segmentation by variation.

* Add comparison to variations report.

* Always include manually specified variations in report results.

* Fix variations report table comparison mode.

The ReportTable component expects the `filter` query param.

* Fixing styling of compare button without table search component.

* Add variation filter to Orders report.

* Link orders count to orders report filtered by variation.

* Orders report: include variation attributes in product names.

* Further style tweaks for variations report download button.

* Add variations filter to order stats query.

* Clean up "category includes" login in REST controllers.

Prep for "category excludes" in the Variations report.

* Support category exclusion in report filters.

* Fix filter param used by the variation report table component.

* Add category filter to variations report.

* Fix initial selected ReportTable rows when using non-default compareParam.

* Add a new autocompleter for variable products.

* Add products filter to variations report.

* Fix tests.

* Handle variation IDs that are no longer found.

* Add documentation.

* Use getSetting() instead of directly accessing window properties in client code.

* Fix ordering Variations by SKU.
2020-09-25 09:57:48 -04:00
..
images Add Variations Report (https://github.com/woocommerce/woocommerce-admin/pull/5167) 2020-09-25 09:57:48 -04:00
README.md Documentation: Add base directory and files (https://github.com/woocommerce/woocommerce-admin/pull/3404) 2019-12-16 10:29:01 -08:00
activity-panels.md Add initial Activity Panel documentation. (https://github.com/woocommerce/woocommerce-admin/pull/3525) 2020-01-08 12:25:13 -05:00
analytics-basics.md Documentation: Analytics basics doc (https://github.com/woocommerce/woocommerce-admin/pull/3684) 2020-02-14 12:53:09 -08:00
analytics-categories-report.md initial categories report user documentation (https://github.com/woocommerce/woocommerce-admin/pull/3759) 2020-03-03 10:30:45 -08:00
analytics-coupons-report.md add docs for coupons report (https://github.com/woocommerce/woocommerce-admin/pull/3685) 2020-02-18 09:29:56 -04:00
analytics-customers-report.md Merge final `version/1.0` branch with `master` (https://github.com/woocommerce/woocommerce-admin/pull/3848) 2020-03-10 15:47:39 +13:00
analytics-dashboard.md Documentation: Add Dashboard Documentation. (https://github.com/woocommerce/woocommerce-admin/pull/3491) 2020-02-14 12:58:00 -08:00
analytics-downloads-report.md Downloads: add docs (https://github.com/woocommerce/woocommerce-admin/pull/3807) 2020-03-04 15:30:12 +13:00
analytics-historical-data-import.md Add initial documentation for the historical data import. (https://github.com/woocommerce/woocommerce-admin/pull/3506) 2020-01-06 11:10:57 -05:00
analytics-orders-report.md Master -> main. (https://github.com/woocommerce/woocommerce-admin/pull/4618) 2020-06-17 13:39:41 -04:00
analytics-products-report.md Add documentation for Products Report. (https://github.com/woocommerce/woocommerce-admin/pull/3721) 2020-02-20 07:03:39 -08:00
analytics-revenue-report.md Initial revenue report docs (https://github.com/woocommerce/woocommerce-admin/pull/3749) 2020-02-25 09:00:04 -04:00
analytics-settings.md add analytics settings docs (https://github.com/woocommerce/woocommerce-admin/pull/3526) 2020-01-09 10:44:21 -04:00
analytics-stock-report.md initial stock report user documentation (https://github.com/woocommerce/woocommerce-admin/pull/3744) 2020-02-25 09:00:36 -04:00
analytics-taxes-report.md Merge final `version/1.0` branch with `master` (https://github.com/woocommerce/woocommerce-admin/pull/3848) 2020-03-10 15:47:39 +13:00
analytics-variations-report.md Add Variations Report (https://github.com/woocommerce/woocommerce-admin/pull/5167) 2020-09-25 09:57:48 -04:00

README.md

WooCommerce Admin

The WooCommerce Admin plugin is where the next iteration of the administrative experience for WooCommerce is being developed. The project is being built on top of the modern JavaScript packages that are being released from the core WordPress editor project. By building with these @wordpress/components - WooCommerce Admin seeks to create a cohesive experience with the latest WordPress core design system, and to deliver a fast and modern set of tools to manage one's WooCommerce Store with.

Currently, development efforts have been focused on two primary areas:

  • Analytics: A new suite of robust reports with powerful filtering and data export utilities.
  • Dashboard: A fully customizable view into the metrics that matter most to your store.
  • Navigation / Activity Panels: A way to keep in touch with key jobs to be done on your store. The new Activity panels in the header section of your store highlight areas that need attention.

Analytics

With WooCommerce Admin installed, a new Analytics menu item is created in the wp-admin menu system. This menu item, and the reports contained insde of it are available to all wp-admin users that have the view_woocommerce_reports capability, so per a standard WooCommerce install this would give shop_managers and administrators access to the reports.

Each report is quite unique with its own set of filtering options and chart types. To learn more about each individual report, please view the pages below:

Settings and Historical Data Import

The Analytics section also has a menu item for Settings. On this page you can control items that affect how the WooCommerce Admin Analytics system works, and you can also import historical data into the reporting database tables.