Giter VIP home page Giter VIP logo

Comments (10)

freescout-helpdesk avatar freescout-helpdesk commented on July 18, 2024 1

The only way to figure it out is for someone to check on your server.

from freescout.

HPdeVries avatar HPdeVries commented on July 18, 2024 1

today the graph showed up as this:
image

The new conversation from today is reported correctly.

As I installed the reporting module yesterday, together with an upgrade of free scout, I believe that might be the cause. (Does the reporting module use other DB columns than freescout uses for date/timestaming? I have not yet looked at the code.)

As this issue seems to no longer appears for new conversations, I think this case can be closed.

from freescout.

HPdeVries avatar HPdeVries commented on July 18, 2024 1

Cool, thanks!

Installed the update and I can confirm the issue has been resolved! Great work!

from freescout.

freescout-helpdesk avatar freescout-helpdesk commented on July 18, 2024

Can you provide a screenshot of some conversation from that period?

from freescout.

HPdeVries avatar HPdeVries commented on July 18, 2024

These conversations are (new) from may tenth:

image image

from freescout.

HPdeVries avatar HPdeVries commented on July 18, 2024

Have been looking into this a bit; for the new conversations the DB query seems to look at the updated_at column, where I would expect a created_at column:

image

I changed this to created_at as test, now the graph appears correct:
image

image

I also changed this for the Messages Received query, which also fixed the issue.

For now, I am assuming the modified column got overwritten by the most recent upgrade of freescout, as these messages have not been edited since creation. create date should be modified date, but apparently are not.

from freescout.

Machtendrg avatar Machtendrg commented on July 18, 2024

I to am having the same issue,

where can I go to fix this please ?

from freescout.

HPdeVries avatar HPdeVries commented on July 18, 2024

I changed the chartNewConvData and chartMessagesData functions in ReportsControllers.php file in ./Modules/Reports/Http/Controllers to use the created_at columns in stead of updated_at.

Please beware, this is a temporary fix as I am sure this will be overwritten in the next automatic update.

I believe something went wrong in the last upgrade to the latest FreeScout release which caused all the updated_at columns to be overwritten with the current date. That is probably the reason the report stopped working. I have not looked at the database yet, as I don't have phpMyAdmin or a similar tool installed at our server.

I have tried to re-open this issue to let this know to the maintainer but have not found a way yet.

from freescout.

HPdeVries avatar HPdeVries commented on July 18, 2024

I just did a quick check from the console:
image

2024-05-28 10:10:04 is the moment I did the last upgrade of Freescout. I will submit this as a separate issue for the maintainer to look at.

from freescout.

freescout-helpdesk avatar freescout-helpdesk commented on July 18, 2024

It has been fixed in Reports Module v1.0.41

from freescout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.