Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sc0ttkclark/skcdev-edd-stats
Just the stats I want, maybe you want them too
https://github.com/sc0ttkclark/skcdev-edd-stats
Last synced: 6 days ago
JSON representation
Just the stats I want, maybe you want them too
- Host: GitHub
- URL: https://github.com/sc0ttkclark/skcdev-edd-stats
- Owner: sc0ttkclark
- License: gpl-2.0
- Created: 2022-09-07T02:52:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T14:46:26.000Z (about 2 years ago)
- Last Synced: 2024-10-10T04:41:47.586Z (about 1 month ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SKCDEV Easy Digital Downloads Stats
This plugin adds a new "SKCDEV EDD Stats" report tab to the EDD Reports tabs.
Just the stats I want, maybe you want them too.
This is just a super simple solution. I did not spend time trying to make a really nice looking stat page -- I just wanted tables of data to show up.
Historical stats show a number of different periods I'm interested in and then every year going back to the earliest order date.
## Requirements
* PHP 7.2+
* WP 5.8+
* EDD 3.0+## Stats included
### Total Sales
| Statistic | Amount | Customers | Average |
|----------------|---------|---------------|------------------|
| Last 7 days | $123.00 | 123 customers | $1.00 / customer |
| Last 30 days | $123.00 | 123 customers | $1.00 / customer |
| Last 3 months | $123.00 | 123 customers | $1.00 / customer |
| Last 6 months | $123.00 | 123 customers | $1.00 / customer |
| Last 12 months | $123.00 | 123 customers | $1.00 / customer |
| Year: 2022 | $123.00 | 123 customers | $1.00 / customer |
| Year: 2021 | $123.00 | 123 customers | $1.00 / customer |
| Year: .... | $123.00 | 123 customers | $1.00 / customer |
| Store total | $123.00 | 123 customers | $1.00 / customer |### Current Subscriptions
| Statistic | Amount | Customers | Average |
|--------------------------|---------|---------------|------------------|
| Active | $123.00 | 123 customers | $1.00 / customer |
| Cancelled | $123.00 | 123 customers | $1.00 / customer |
| Comped | $123.00 | 123 customers | $1.00 / customer |
| Store total (non-comped) | $123.00 | 123 customers | $1.00 / customer |### New Subscriptions
| Statistic | Amount | Customers | Average |
|----------------|---------|---------------|------------------|
| Last 7 days | $123.00 | 123 customers | $1.00 / customer |
| Last 30 days | $123.00 | 123 customers | $1.00 / customer |
| Last 3 months | $123.00 | 123 customers | $1.00 / customer |
| Last 6 months | $123.00 | 123 customers | $1.00 / customer |
| Last 12 months | $123.00 | 123 customers | $1.00 / customer |
| Year: 2022 | $123.00 | 123 customers | $1.00 / customer |
| Year: 2021 | $123.00 | 123 customers | $1.00 / customer |
| Year: .... | $123.00 | 123 customers | $1.00 / customer |
| Store total | $123.00 | 123 customers | $1.00 / customer |### Renewals
| Statistic | Amount | Customers | Average |
|----------------|---------|---------------|------------------|
| Last 7 days | $123.00 | 123 customers | $1.00 / customer |
| Last 30 days | $123.00 | 123 customers | $1.00 / customer |
| Last 3 months | $123.00 | 123 customers | $1.00 / customer |
| Last 6 months | $123.00 | 123 customers | $1.00 / customer |
| Last 12 months | $123.00 | 123 customers | $1.00 / customer |
| Year: 2022 | $123.00 | 123 customers | $1.00 / customer |
| Year: 2021 | $123.00 | 123 customers | $1.00 / customer |
| Year: .... | $123.00 | 123 customers | $1.00 / customer |
| Store total | $123.00 | 123 customers | $1.00 / customer |### Discounts
| Statistic | Amount | Customers | Average |
|----------------|---------|---------------|------------------|
| Last 7 days | $123.00 | 123 customers | $1.00 / customer |
| Last 30 days | $123.00 | 123 customers | $1.00 / customer |
| Last 3 months | $123.00 | 123 customers | $1.00 / customer |
| Last 6 months | $123.00 | 123 customers | $1.00 / customer |
| Last 12 months | $123.00 | 123 customers | $1.00 / customer |
| Year: 2022 | $123.00 | 123 customers | $1.00 / customer |
| Year: 2021 | $123.00 | 123 customers | $1.00 / customer |
| Year: .... | $123.00 | 123 customers | $1.00 / customer |
| Store total | $123.00 | 123 customers | $1.00 / customer |### Comped (Free)
| Statistic | Customers |
|----------------|---------------|
| Last 7 days | 123 customers |
| Last 30 days | 123 customers |
| Last 3 months | 123 customers |
| Last 6 months | 123 customers |
| Last 12 months | 123 customers |
| Year: 2022 | 123 customers |
| Year: 2021 | 123 customers |
| Year: .... | 123 customers |
| Store total | 123 customers |### Refunds
| Statistic | Amount | Customers | Average |
|----------------|----------|---------------|-------------------|
| Last 7 days | -$123.00 | 123 customers | -$1.00 / customer |
| Last 30 days | -$123.00 | 123 customers | -$1.00 / customer |
| Last 3 months | -$123.00 | 123 customers | -$1.00 / customer |
| Last 6 months | -$123.00 | 123 customers | -$1.00 / customer |
| Last 12 months | -$123.00 | 123 customers | -$1.00 / customer |
| Year: 2022 | -$123.00 | 123 customers | -$1.00 / customer |
| Year: 2021 | -$123.00 | 123 customers | -$1.00 / customer |
| Year: .... | -$123.00 | 123 customers | -$1.00 / customer |
| Store total | -$123.00 | 123 customers | -$1.00 / customer |