Files
jetour-bi/.gitignore
root 8f206aa4f1 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
2026-06-18 20:41:05 +00:00

8 lines
69 B
Plaintext

# Jetour BI Dashboard
__pycache__/
*.pyc
.venv/
.env
*.log
.DS_Store