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
8 lines
69 B
Plaintext
8 lines
69 B
Plaintext
# Jetour BI Dashboard
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.env
|
|
*.log
|
|
.DS_Store
|