nofusscomputing / centurion_erp

An ERP with a focus on ITSM and Automation
MIT License
0 stars 0 forks source link

Project Task API fields required #312

Open jasonpagetas opened 1 month ago

jasonpagetas commented 1 month ago

The following fields need to be added to the ProjectTasks API

These fields would be used to import ProjectTasks that have either of these fields available

Duration is already a value that is shown in the right hand menu of a ProjectTask


EoF OP

Tasks

jon-nfc commented 1 month ago

effective_duration exists under auto calculated field duration.

Planned duration does not exists, however when it does it will be the same as the duration field, that is, auto calculated from estimated duration.

for you to progress I'll add field estimated duration to the project tasks (#309), so that it can be populated if it exists.