https://github.com/bhavesh95863/whitelabel
Whitelabel ERPNext
https://github.com/bhavesh95863/whitelabel
Last synced: 4 months ago
JSON representation
Whitelabel ERPNext
- Host: GitHub
- URL: https://github.com/bhavesh95863/whitelabel
- Owner: bhavesh95863
- License: mit
- Created: 2021-04-17T14:09:33.000Z (about 4 years ago)
- Default Branch: version-15
- Last Pushed: 2024-02-09T19:32:30.000Z (about 1 year ago)
- Last Synced: 2024-09-02T08:05:23.702Z (8 months ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 146
- Watchers: 9
- Forks: 160
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frappe - ERPNext Whitelabel - White label ERPNext for your own brand from a single setting. (Uncategorized / Uncategorized)
README
# ERPNext Whitelabel
This app has the following features:
- Change App logo
- Change Favicon
- Change Splash Image
- Hide Help Menu
- Hide "powered by" text from the website
- Remove welcome page
- Update welcome blog post
- Adjust App logo size from Whitelabel setting page
- Update onboard steps to remove video and documentation link (Version 13)
- Manage Navbar Background color from Whitelabel setting
- Manage Custom Navbar Title and CSS for title from Whitelabel setting
- Change Login Page Title from Whitelabel Setting Page (https://github.com/bhavesh95863/whitelabel/issues/7)Whitelabel Setting Page
Custom Navbar Title
Below are important settings in the Whitelabel setting page:
1. Ignore Onboard Whitelabel:
- If this setting value is true, then this app will not whitelabel onboarding steps and onboarding modules.2. Show help menu:
- By default, this app hides the help menu. This setting shows the help menu if the value of this setting is true.3. Disable New Update Popup:
- If this setting value is true, then it will disable the new updates popup.## Installation Steps:
1. Clone the repository:
bench get-app https://github.com/bhavesh95863/whitelabel3. Install the app for a specific site:
bench --site sitename install-app whitelabel3. Migrate the database:
bench --site site_name migrate4. Restart the bench:
bench restart5. Clear the cache:
bench clear-cache## Contributing
Contributions to the whitelable module are welcome! If you have ideas for improvements or new features, feel free to submit a pull request or open an issue on our GitHub repository.## License
This project is licensed under the MIT License.