Skip to content

Suvaidyam/frappe_theme

Repository files navigation

Frappe Theme

A custom app to customize color theme of frappe desk and web along with adding custom element inside the forms and workspaces

Installation

You can install this app using the bench CLI (STABLE):

cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch main
bench install-app frappe_theme

You can install this app using the bench CLI (LATEST):

cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch development
bench install-app frappe_theme

Contributing

This app uses pre-commit for code formatting and linting. Please install pre-commit and enable it for this repository:

cd apps/frappe_theme
pre-commit install

Pre-commit is configured to use the following tools for checking and formatting your code:

  • ruff
  • eslint
  • prettier
  • pyupgrade

frappe_theme (All the below features can be achieved through the configurations only):

Heatmaps in the workspace

image

Custom table of any doctype in the workspace

image

Number Cards/Charts inside the tabs of the doctype forms

image

Custom table of linked doctypes inside the tabs of doctype forms

image

Change the colors of the given elements

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 19