To do list (for project management plugin)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 5k18a
    Junior Member
    • Jul 2025
    • 6

    #1

    To do list (for project management plugin)

    Is there a way to create a simple to-do list within each task or subtask in EspoCRM, where I could add a few text entries and have two checkboxes for each item one for "Done" and one for "Dead"?

    I’m aware that using subtasks is a possible workaround, but I would prefer something simpler, without the need to fill out a full form with start date, end date, priority, etc.
    Ideally, the main task should be marked as completed only if all to-do items are either marked as "Done" or "Dead".

    Has anyone implemented something like this or found a workaround?
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9216

    #2
    I usually use markdown strikethrough for such things.

    Click image for larger version

Name:	image.png
Views:	20
Size:	44.6 KB
ID:	120039
    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

    • 5k18a
      Junior Member
      • Jul 2025
      • 6

      #3
      Thanks you're actually right and it make it simpler

      Comment

      • yuri
        EspoCRM product developer
        • Mar 2014
        • 9216

        #4
        I thought about adding a shortcut key for strikethrough. But could not come up with a good combination that would work for both MacOS and others.
        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

        • yuri
          EspoCRM product developer
          • Mar 2014
          • 9216

          #5
          Actually, checkboxes are supported with the following syntax.

          Code:
          - [x] Item 1
          - [ ] Item 2
          Click image for larger version

Name:	image.png
Views:	1
Size:	3.0 KB
ID:	120118
          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

          Working...