How to add new field on this Add toDo form

i want to add new field in this Add toDO

its available in sidebar while creating project (after making new field i want to bring that field in report)


You will have to override the get_fields() function, add custom fields to it, and make changes to its save process.

Thank you @ejaaz i will check

@ejaaz but my field not storing in project table

i added emp_type

Screenshot from 2024-10-09 12-27-12


Try adding your custom field (emp_type) here. You have to override the function or you can create your own function to add a record and call it in your JS file.