add some new info to pos distributions list - has sale license-free sale

This commit is contained in:
2025-09-16 09:10:11 +03:30
parent 3b57c817e8
commit ce6e468b13
5 changed files with 34 additions and 2 deletions

View File

@@ -595,6 +595,8 @@ class QuotaDistribution(BaseModel):
warehouse_balance = models.PositiveBigIntegerField(default=0)
been_sold = models.PositiveBigIntegerField(default=0)
history = HistoricalRecords()
pre_sale = models.BooleanField(default=False)
free_sale = models.BooleanField(default=False)
def generate_distribution_id(self):
""" generate special id for quota distribution """