Интегрирован wesp в сайт
CI / quality (push) Canceled after 0s

This commit is contained in:
влад
2026-07-17 12:57:18 +03:00
parent 5dfa06ddbe
commit 355c0ef9f1
883 changed files with 194576 additions and 177 deletions
@@ -0,0 +1,11 @@
"""Аналитика: итоги в ₽, сравнение план/факт, прогноз склада."""
from app.services.analytics.finance_summary import build_finance_summary
from app.services.analytics.plan_fact_layers import build_plan_fact_rows
from app.services.analytics.stock_forecast import build_stock_forecast
__all__ = [
"build_finance_summary",
"build_plan_fact_rows",
"build_stock_forecast",
]