mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
467 B
467 B
Desk
Desk includes the default routing and menu system for the single page application
Menus
You can add a new menu to the desk via
frappe.desk.add_sidebar_item('New ToDo', '#new/todo');
Views
Default route handling for various views
List Documents
All list views are rendered at /list/:doctype
Edit Documents
Documents can be edited via /edit/:doctype/:name
New Documents
New Documents can be created via /new/:doctype