To view the full developer options, you must be logged in as the “Administrator” user. You also will need to enable the Developer icon in your desktop settings:
Desk -> User dropdown list -> Set Desktop Icons -> check "Developer"
I am trying to create a new app and when I login to the new site it shows
The UI you’ve posted earlier correct. It was updated for the next version 13. If you’re develop/version-13 beta branch you’ll get the interface like that.
The one posted here is of the previous version 12.
Thank you for your mail.
I am not trying to install ERPNext. I plan to use the frappe framework to develop another app.
Please help me with a few doubts.
How do I update my bench. When I try to use bench update
it complains that
Cannot proceed with update: You have local changes in app “MYAPP” that are not committed.
Here are your choices:
Merge the MYAPP app manually with “git pull” / “git pull --rebase” and fix conflicts.
Temporarily remove your changes with “git stash” or discard them completely
with “bench update --reset” or for individual repositries “git reset --hard”
If your changes are helpful for others, send in a pull request via GitHub and
wait for them to be merged in the core.
since my custom app (MYAPP) is obviously not part of frappe git repo, how does one go ahead
I understand that frappe is closely intertwined with ERPNext but does running this git clone https://github.com/frappe/bench bench-repo
installs the dev version of master version of bench.
As per your reply did you mean to say that a v13 of frappe (I thought it was erp version) is installed and it does not show you card decks when you first login. The modules are only on sidebar.
I have not been able to add my custom modules to the sidebar. My desktop.py shows the list clearly.
I have cleared cache and run bench build bench migrate
quite a few times
Any pointers towards documentation will also be very useful