create a new page with custom html in erpnext application
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
but how to create a page in erpnext? We need to create new doctype for this?
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