feat: restore registry procurement collection
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 28s
CI/CD Pipeline / Build and Push Images (push) Successful in 16s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev via Compose (push) Successful in 23s

This commit is contained in:
2026-07-19 17:46:15 +02:00
parent 59769be400
commit c344bef777
14 changed files with 1010 additions and 96 deletions

View File

@@ -125,6 +125,9 @@ class CheckoCollectionAttempt(TimestampMixin, models.Model):
BANKRUPTCY = "bankruptcy", _("Банкротства")
CONTRACTS = "contracts", _("Контракты")
INSPECTIONS = "inspections", _("Проверки")
PROCUREMENTS_44FZ = "procurements_44fz", _("Закупки 44-ФЗ")
PROCUREMENTS_223FZ = "procurements_223fz", _("Закупки 223-ФЗ")
UNFAIR_SUPPLIERS = "unfair_suppliers", _("Недобросовестные поставщики")
class Status(models.TextChoices):
IN_PROGRESS = "in_progress", _("В процессе")