Get WordPress > Woocommerce orders information to generate daily custom reports in .xlsx
format to be sent as attachments daily to specific emails.
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/alejomejia/woocommerce-orders-report.git
- Navigate into the project directory:
cd woocommerce-orders-report
- Install the dependencies:
npm install
- Create a
.env
file and copy the variables from.env.template
- Fill the variables with WordPress, Woocommerce and SMTP information
- Start the development server:
npm run dev
dev
: Starts the development server and watch for changes in.ts
and compiled.js
files.start
: Starts the server with the compiled JavaScript code.
This project is licensed under the MIT License - see the LICENSE file for details.