Initial commit: Jetour BI Dashboard

FastAPI backend with PostgreSQL queries for sales/CRM pipeline.
Chart.js dark-themed dashboard with:
- Pipeline funnel, velocity, conversion rates
- Monthly trend, lead sources, model distribution
- Vehicle order overview with per-color breakdown + subtotals
- Salesperson leaderboard, new vs used, lost reason analysis
- Email report settings (recipients + SMTP config)
- n8n integration for daily/weekly/monthly reports
This commit is contained in:
root
2026-06-18 20:41:05 +00:00
commit 8f206aa4f1
4 changed files with 1716 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# Jetour BI Dashboard
__pycache__/
*.pyc
.venv/
.env
*.log
.DS_Store