feat(dashboard): add real-time in-app stats with Chart.js

- dashboard_stats_bp.py: endpoints /pos/api/dashboard/stats and
  /pos/api/dashboard/stats/employees (sales today/month, hourly,
  top products, employee productivity)
- dashboard-stats.js: renders hourly sales bar chart and top products
  doughnut chart using Chart.js
- chart.umd.min.js: vendored Chart.js v4.4.2
This commit is contained in:
2026-04-29 06:30:54 +00:00
parent c4db5e7550
commit 12989e30be
3 changed files with 226 additions and 0 deletions

20
pos/static/js/chart.umd.min.js vendored Normal file

File diff suppressed because one or more lines are too long