Skip to content

hashirluv/bluetheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blue Theme Material UI for ERPNext

Custom Theme for ERPNext v12 on the new Desk 2.0

alt text

To install bluetheme,

  1. bench get-app https://github.com/hashirluv/bluetheme.git
  2. bench --site (sitename) install-app bluetheme
  3. bench clear-cache

For desktop icons to appear, There are two files, named desktop-erpnext.py and desktop-frappe.py, in the releases page.

  1. Rename the file desktop-erpnext.py to desktop.py and replace in frappe-bench/apps/erpnext/erpnext/config folder after taking the backup of the original file.
  2. Rename the file desktop-frappe.py to desktop.py and replace in frappe-bench/apps/frappe/frappe/config folder after taking the backup of the original file.

To uninstall bluetheme

  1. bench --site (sitename) uninstall-app bluetheme
  2. Restore the original desktop.py in erpnext and frappe config folders

Troubleshoot Tips (not sure if it will work, but it worked for me)

If the installation of bluetheme doesn't work, or any error pops up, try 'get-app' again. If the error still persists,try the below. I'm not sure if it will work 100%, but it worked for me.

  1. Get another theme (i used "bench get-app https://github.com/vinhnguyent090/bdtheme")
  2. Install it and uninstall it
  3. Install bluetheme

** Please check the codes and help me refine it, in case the way i did the changes are not correct.

License

GNU General Public License