I have about 5000 orders on my website. But I have way to much number of orders and amount total on the monthly report
I looked into the database, and it seems that for some of the order, I have many order_report and order_report_items (like 3/4 times for each order)
Even regenerate reports doesn't fix the problem
+-----------+--------------+----------+------------+---------+
| report_id | type | order_id | created | updated |
+-----------+--------------+----------+------------+---------+
| 20899 | order_report | 5723 | 1662016849 | NULL |
| 20904 | order_report | 5723 | 1662016849 | NULL |
| 20909 | order_report | 5723 | 1662016849 | NULL |
+-----------+--------------+----------+------------+---------+
Active
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.