I’ve installed the reports extension on TI v3.6.7 and am having issues with it.
On the built-in Dashboard: The date selector does not appear to work, as no matter what date range I have selected, anywhere from a single day to year to date, it shows the same 1-month window of data.
On the Query Builder: If I try to create a new query, I select the rules (Customer or Orders) but the “+” buttons do not appear to actually function, allowing me to select columns. If I try to save without adding columns, I get:
“SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘builderjson’ cannot be null (SQL: insert into ti_thoughtco_reportbuilder
(title
, builderjson
, list_columns
, csv_columns
, updated_at
, created_at
) values (Test, ?, [], [], 2023-04-21 07:53:51, 2023-04-21 07:53:51))”
If I try to run one of the built-in queries, I get: “Trying to access array offset on value of type null”
I have not tried adding additional listeners or rules to see how they function, only tried the built-in ones.