woocommerce/includes/admin/reports
Gerhard Potgieter f77e2d7316 Handle full refunds in the taxes by code report (#21843)
* Add full refund support to the taxes by code report.

* Some PHPCS fixes

* Do not include refund in initial tax lookup for report.

* Correct logic which loops orders

* match date report
2019-01-23 15:12:58 +00:00
..
class-wc-admin-report.php Replace `continue` inside `switch` statement with `break` 2018-11-20 16:24:11 -02:00
class-wc-report-coupon-usage.php Changed usage of selected with in_array to wc_selected. 2018-04-17 13:24:39 +02:00
class-wc-report-customer-list.php Fixed customer list query 2018-09-08 21:21:00 -03:00
class-wc-report-customers.php Revert "Update wc_customer_bought_product() and customers report to use post_author instead of _customer_user" 2018-10-29 11:15:22 -03:00
class-wc-report-downloads.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-low-in-stock.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-most-stocked.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-out-of-stock.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-sales-by-category.php Fixed path of walker classes 2018-03-09 16:31:00 -03:00
class-wc-report-sales-by-date.php only deduct refunded shipping, taxes once from gross to get net sales by date CSV 2019-01-21 15:44:53 -04:00
class-wc-report-sales-by-product.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-stock.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-taxes-by-code.php Handle full refunds in the taxes by code report (#21843) 2019-01-23 15:12:58 +00:00
class-wc-report-taxes-by-date.php Remove on-hold orders from tax reports as they are not paid yet. Tax reports should only contain paid orders. 2019-01-11 14:44:09 +02:00