Is it possible to create ERPNext website module for creating general purpose website where
users can see data and fill up form data etc without issues,
I mean giving full fledged functionality to website users themselves like adding data and all
Two ways to do this:
- Web forms - allow submitting and modifying documents for website user.
- Web views - Web View Pages you can write custom pages for each document and document list.
1 Like
Something from the code level like jinja templates,html css and python orm type.
Not only using orm?