Announcement

Collapse
No announcement yet.

How to change ,,tasks"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to change ,,tasks"


    Hello, I've installed ESPOCRM on a Google Cloud instance and connected to it via an SSH key. Now, I'd like to modify the task entity in Visual Studio Code to add features such as "time currently spent on the task" and "subtasks" so that they are visible with the main task, etc. Since I'm new to programming (I've done a few websites in JS and React), I would need some guidance on where to modify the "tasks" entity in the code, or any general advice from more experienced colleagues. Thank you very much, regards, Vít. (I'll add that I've created a repository on GitHub where I'll upload it, and I still need to figure out how to pull data from GitHub into the instance and update the code to a new version - if anyone knows how to do that, I'd appreciate it too.)​

  • #2
    Hi,

    I recommend to use ext-template repository https://github.com/espocrm/ext-template.

    You can add a button to the Task detail view. Or two buttons, start, stop, making them hidden or shown depending on condition. https://docs.espocrm.com/development...p-right-corner


    Comment


    • #3

      Thanks a lot, this led me eventually to the realization that I can do a lot of functionalities directly in the ESPOCRM administration and I don't have to delve into the code. Currently, I am trying to create custom fields and set up the correct connections between entities with the right functionality.​

      Comment

      Working...
      X