feat: add demo report import workflow
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 2m44s
CI/CD Pipeline / Run Tests (push) Successful in 2m50s
CI/CD Pipeline / Build and Push Dev Images (push) Has been skipped
CI/CD Pipeline / Deploy Dev via Compose (push) Has been skipped

This commit is contained in:
2026-07-16 12:59:23 +02:00
parent 46c023f75a
commit 0c052c5a53
58 changed files with 968 additions and 10 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,32 @@
# Периоды загрузки демонстрационных форм
Отчётный период передаётся в API отдельно от Excel-файла. Полный набор находится в каталоге `demo-periods/`.
| Файл | Параметры периода | Отображаемый период |
|---|---|---|
| `Ф-1_2025-09.xlsx` | `report_year=2025`, `report_month=9` | Сентябрь 2025 |
| `Ф-1_2025-12.xlsx` | `report_year=2025`, `report_month=12` | Декабрь 2025 |
| `Ф-1_2026-03.xlsx` | `report_year=2026`, `report_month=3` | Март 2026 |
| `Ф-1_2026-06.xlsx` | `report_year=2026`, `report_month=6` | Июнь 2026 |
| `Ф-2_2025-Q3.xlsx` | `report_year=2025`, `report_quarter=3` | III квартал 2025 |
| `Ф-2_2025-Q4.xlsx` | `report_year=2025`, `report_quarter=4` | IV квартал 2025 |
| `Ф-2_2026-Q1.xlsx` | `report_year=2026`, `report_quarter=1` | I квартал 2026 |
| `Ф-2_2026-Q2.xlsx` | `report_year=2026`, `report_quarter=2` | II квартал 2026 |
| `Ф-3_2022.xlsx` | `report_year=2022` | 2022 год |
| `Ф-3_2023.xlsx` | `report_year=2023` | 2023 год |
| `Ф-3_2024.xlsx` | `report_year=2024` | 2024 год |
| `Ф-3_2025.xlsx` | `report_year=2025` | 2025 год |
| `Ф-4_2024-H2.xlsx` | `report_year=2024`, `report_half_year=2` | II полугодие 2024 |
| `Ф-4_2025-H1.xlsx` | `report_year=2025`, `report_half_year=1` | I полугодие 2025 |
| `Ф-4_2025-H2.xlsx` | `report_year=2025`, `report_half_year=2` | II полугодие 2025 |
| `Ф-4_2026-H1.xlsx` | `report_year=2026`, `report_half_year=1` | I полугодие 2026 |
| `Ф-5_2022.xlsx` | `report_year=2022` | 2022 год |
| `Ф-5_2023.xlsx` | `report_year=2023` | 2023 год |
| `Ф-5_2024.xlsx` | `report_year=2024` | 2024 год |
| `Ф-5_2025.xlsx` | `report_year=2025` | 2025 год |
| `Ф-6_2022.xlsx` | `report_year=2022` | 2022 год |
| `Ф-6_2023.xlsx` | `report_year=2023` | 2023 год |
| `Ф-6_2024.xlsx` | `report_year=2024` | 2024 год |
| `Ф-6_2025.xlsx` | `report_year=2025` | 2025 год |
Каждый файл содержит только организации `Тестовая компания 1``Тестовая компания 20`. ИНН, ОГРН и ОКПО совпадают с данными команды Mostovik `create_test_companies`. Показатели плавно растут от ранних периодов к поздним, чтобы графики и сравнения на фронте показывали заметную динамику.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.