Frappe-UI SPA (Vue 3 + Tailwind) with 5 pages: - Pulse: KPIs, charts, Health Score donut, deadlines, declarations - Inspection: tax inspections overview with drill-down tables - Tax Types: 13 AZ tax types with GL entry analysis - Accounting: Chart of Accounts browser (AZ National Plan) - Settings: configurable tax rates, thresholds, inspection params 4 DocTypes: Tax Inspection, Tax Declaration, Tax Setting, Tax Deadline Mock data layer — backend API integration planned for Phase 2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| frontend | ||
| inspector | ||
| .editorconfig | ||
| .eslintrc | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| README.md | ||
| license.txt | ||
| pyproject.toml | ||
README.md
Inspector
Inspector - Tax Audit Dashboard
Installation
You can install this app using the bench CLI:
cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch main
bench install-app inspector
Contributing
This app uses pre-commit for code formatting and linting. Please install pre-commit and enable it for this repository:
cd apps/inspector
pre-commit install
Pre-commit is configured to use the following tools for checking and formatting your code:
- ruff
- eslint
- prettier
- pyupgrade
License
mit