This service is intended for identifying specific types of canceled orders for the previous day based on certain criteria.
- Criteria set #1:
- Sales channel - restaurant
- Order canceled by any employee.
- Criteria set #2:
- Sales channel - delivery
- A courier was assigned to the order.
In the order history, the third column will indicate the employee's name.
- Order ID.
- Point of sale name.
- Order number.
- Order price.
- Sales channel (restaurant, delivery).
- Existence of a cancellation receipt.
****### 1. Clone the repository
git clone https://github.com/goretsky-integration/canceled-orders
poetry env use python3.11
poetry shell
poetry install --without dev
5. Set up config file instruction
cp config.example.toml config.toml
python src/main.py
git clone https://github.com/goretsky-integration/canceled-orders
poetry env use python3.11
poetry shell
poetry install
pytest