pre sale system deployment

This commit is contained in:
2025-09-20 16:58:24 +03:30
parent 8cfe3888f1
commit 209f067287
9 changed files with 154 additions and 4 deletions

View File

@@ -361,6 +361,7 @@ class Quota(BaseModel):
base_price_factory = models.PositiveBigIntegerField(default=0)
base_price_cooperative = models.PositiveBigIntegerField(default=0)
final_price = models.DecimalField(max_digits=12, decimal_places=2, null=True, blank=True)
limit_by_herd_size = models.BooleanField(default=True)
is_closed = models.BooleanField(default=False)
closed_at = models.DateTimeField(null=True, blank=True)