import - quota dashboard & some changes in product quota stat
This commit is contained in:
@@ -154,6 +154,12 @@ class ProductStats(BaseModel):
|
||||
related_name='product_stats',
|
||||
null=True
|
||||
)
|
||||
product_org_stat_type = models.CharField(
|
||||
max_length=25,
|
||||
null=True,
|
||||
default='registerer',
|
||||
help_text='registerer or distributioned' # noqa
|
||||
)
|
||||
quotas_number = models.PositiveBigIntegerField(default=0)
|
||||
sale_unit = models.CharField(max_length=25, null=True)
|
||||
active_quotas_weight = models.PositiveBigIntegerField(default=0)
|
||||
|
||||
Reference in New Issue
Block a user