Create a new page with custom html in erpnext application

create a new page with custom html in erpnext application

@keerthi_kuttan

https://frappeframework.com/docs/user/en/api/page

Where to give

let page = frappe.ui.make_app_page({
title: ‘My Page’,
parent: wrapper // HTML DOM Element or jQuery object
single_column: true // create a page without sidebar
})

I need to create a page with listing grid

@keerthi_kuttan

but how to create a page in erpnext? We need to create new doctype for this?

@keerthi_kuttan

No, search for Page in ERPNext it self, smae way you create doctype, you can create page as well.

how to implement html in this page using application

checkout html and js files here

but how can we add from application without using source code

@keerthi_kuttan can not without source code