Duplicate report type

Created on 10 October 2022, over 2 years ago
Updated 13 October 2023, over 1 year ago

Problem/Motivation

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 |
+-----------+--------------+----------+------------+---------+

🐛 Bug report
Status

Active

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024