How can new module put under Setup

i have created one new module, so i want to put this module under Setup(Document Type),how can put?.. OR should i need to create as document type

thanks for helping me

have created new doctype or module? the side bar having Human Resources / Setup / Website / Learn are called modules.
the links under it are called doctype.
supposing that you have created doctype, you can select module in doctype where it should be appear.

i have created doctype called Leave encashment setting. so i want to put this Leave enchashment setting under setting. below HR Setting.

You have to add your doctype “Leave encashment setting” in setup.py located in frappe-bench/apps/erpnext/erpnext/config.

1 Like

Thanks @shahid. i got it.