Getting things rolling on readme updates. (https://github.com/woocommerce/woocommerce-admin/pull/1724)
This commit is contained in:
parent
d7218a759b
commit
e0fa34720c
|
@ -7,9 +7,26 @@ Stable tag: 1.0.0
|
|||
License: GPLv2
|
||||
License URI: https://github.com/woocommerce/wc-admin/blob/master/LICENSE.md
|
||||
|
||||
A feature plugin for a modern, javascript-driven WooCommerce admin experience.
|
||||
|
||||
== Description ==
|
||||
|
||||
WooCommerce Admin is a new JavaScript-driven interface for managing your store. The plugin includes new and improved reports, and a dashboard to monitor all the important key metrics of your site.
|
||||
|
||||
**New Reports for WooCommerce**
|
||||
|
||||
WooCommerce Admin includes a host of new reports that are optimized for speed and have advanced filters which allow you to dive into data about your store:
|
||||
|
||||
- Revenue Report
|
||||
- Orders Report
|
||||
- Products Report
|
||||
- Categories Report
|
||||
- Coupons Report
|
||||
- Taxes Report
|
||||
- Downloads Report
|
||||
- Stock Report
|
||||
- Customers Report
|
||||
|
||||
**Customizable Dashboard**
|
||||
|
||||
Also WooCommerce Admin allows store operators to customize a new dashboard screen with the "performance indicators" which are most important to their store's operation.
|
||||
|
||||
== Changelog ==
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* Plugin Name: WooCommerce Admin
|
||||
* Plugin URI: https://woocommerce.com/
|
||||
* Plugin URI: https://github.com/woocommerce/wc-admin
|
||||
* Description: A feature plugin for a modern, javascript-driven WooCommerce admin experience.
|
||||
* Author: Automattic
|
||||
* Author URI: https://woocommerce.com/
|
||||
|
|
Loading…
Reference in New Issue