My Tasks dashlet question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nramsay
    Junior Member
    • Jul 2025
    • 10

    #1

    My Tasks dashlet question

    The My Tasks dashlet has a configuration option to show X number of tasks. But what's the date range for the dashlet? It's not showing all tasks for a user beyond this month. Is it 'current month' only? Or 'one month ahead?' Is there a configurable date for the dashlet the way there is for Activities?
  • yuri
    Member
    • Mar 2014
    • 9151

    #2
    There's no such filtering. It applies the primary filter "actualStartingNotInFuture" – The Date Start is today, in past or empty. https://github.com/espocrm/espocrm/b...otInFuture.php
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • nramsay
      Junior Member
      • Jul 2025
      • 10

      #3
      Is there a reason it wouldn't be showing September tasks, then?

      Comment

      • yuri
        Member
        • Mar 2014
        • 9151

        #4
        The reason is the logic I described in the previous post. It lists tasks where the Date Start is today, in past or empty.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • nramsay
          Junior Member
          • Jul 2025
          • 10

          #5
          Okay. I misread that. So it's all based on date start and not date due. Got it. Thank you.

          Comment

          Working...