How to create a page not in wizard way, but in step by step using JS

How to create a page not in wizard way, but in step by step using JS

1 Like

Create a page and then via jquery handle the view representations.

thank you, so via jquery i can access the doctype fields… is that right !
if can you give an example how to access the doctype from jquery.

thank you

You can take a look at POS page, which is a custom page built and handled with JS and jquery.

https://github.com/frappe/erpnext/blob/develop/erpnext/accounts/page/pos/pos.js

2 Likes