Jey ERP Inspector
Go to file
Ceyhun e730b9f6e3 Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan
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>
2026-03-30 20:51:27 +00:00
frontend Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan 2026-03-30 19:58:35 +00:00
inspector Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan 2026-03-30 19:58:35 +00:00
.editorconfig Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan 2026-03-30 19:58:35 +00:00
.eslintrc Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan 2026-03-30 19:58:35 +00:00
.gitignore Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan 2026-03-30 19:58:35 +00:00
.pre-commit-config.yaml Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan 2026-03-30 19:58:35 +00:00
README.md Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan 2026-03-30 19:58:35 +00:00
license.txt Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan 2026-03-30 19:58:35 +00:00
pyproject.toml Initial commit: Inspector — Tax Audit Dashboard for Azerbaijan 2026-03-30 19:58:35 +00:00

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