Any idea of how to customise this

Obviously you cant customise it in edit doctype, or customise doctype. any ideas?

What customisations do you want to make?

remove the heatmap, or change it to tasks rather then time sheets, place it under its own tab. Anything really just wanted to know how to do it

Hi @cmdeep yes you can

Please refer to this document
https://docs.erpnext.com/docs/user/manual/en/customize-form

But maybe some thing like button Actions and Views not in that customize form.
Then you can use
https://frappeframework.com/docs/user/en/python-api/hooks#override-form-scripts

Then add function with a same name to override the doctype function.

1 Like