Files
state-corp-backend/input/ПЕРИОДЫ-ДЛЯ-ДЕМО.md
Aleksandr Meshchriakov 0c052c5a53
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
feat: add demo report import workflow
2026-07-16 12:59:23 +02:00

33 lines
2.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Периоды загрузки демонстрационных форм
Отчётный период передаётся в 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`. Показатели плавно растут от ранних периодов к поздним, чтобы графики и сравнения на фронте показывали заметную динамику.