New Doctype not showing up in ERPNext file

Hello guys.
I need your help.

Currently i’ve been adding new doctype in HR module, but the new doctype not showing up in ERPNext file.
What i have to do after creating new doctype?
Because i want to add some code on it.

Thanks. :slight_smile:

Maybe you can have a look at

or
https://erpnext.org/docs/user/manual/en/customize-erpnext/custom-doctype

Thank you for your reply.
I’ve been follow the guide, but in the file of ERPNext is now showing up.

I just creating two doctype which are “daily employee report” and “employee receipt” in the HR module.
In this file is not showing up:

I want to put some code in ERPNext file of the doctype.

Based on my experiences:

You can try

bench --site site-name migrate

Note: I log in as Administrator and created new doctype which custom is not checked.

Thanks for your help @magic-overflow.
What i just did wrong is i’m not uncheck the custom.

Thank you so much! :slight_smile:

1 Like

Brother , i made a doctype named ‘StockCustomer’ and then denote it as a child table of doctype ‘Stock Transaction’. But i am not finding the 'Stock transaction ’ form. N.B: I used ‘bench --site site_name migrate’ command but its not helping me out. Can u suggest me what should i do?