Skip to content

michaelkaraz/kimstheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kims Theme Material UI for ERPNext

Custom Theme for ERPNext v12 on the new Desk 2.0

alt text

To install kimstheme,

  1. bench get-app https://github.com/hashirluv/kimstheme.git
  2. bench --site (sitename) install-app kimstheme
  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 kimstheme

  1. bench --site (sitename) uninstall-app kimstheme
  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 kimstheme 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 kimstheme

** 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

Releases

No releases published

Packages

No packages published