Custom AiPOX theme
You can install this app using the bench CLI:
cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch develop
bench install-app aipox_themeThen activate the theme via Website → Theme → Apply Theme in ERPNext.
This app uses pre-commit for code formatting and linting.
Please install pre-commit and enable it for this repository:
cd apps/aipox_theme
pre-commit install- 🐍
ruff– Python linting - 🧹
eslint– JavaScript linting - 💅
prettier– Code formatting - ⚙️
pyupgrade– Python modernization
GitHub Actions workflows configured:
| Workflow | Purpose |
|---|---|
| CI | Installs and tests the app on every push to develop |
| Linters | Runs Frappe Semgrep Rules and pip-audit on pull requests |
MIT License Copyright © AiPOX
| Version | Date | Notes |
|---|---|---|
| v1.0 | 2025-10-25 | Initial hybrid theme release (light/dark support, CSS variables system) |