Little readme comment

This commit is contained in:
counterweight 2023-12-02 19:01:37 +01:00
parent eecd7cc552
commit 26620995d0
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -38,3 +38,4 @@ This will generate a file named `report.csv` in the current working directory.
## Open issues ## Open issues
- Pagination is not being managed. The moment we have more than 100 orders, we are gonna run into issues. - Pagination is not being managed. The moment we have more than 100 orders, we are gonna run into issues.
- Some reports will break if the SKU has absolutely no orders. But well, if that happens, there is simply no report to build, so the only serious improvement would be dropping an informative error message.