add - base price & paid tashim to sale item
This commit is contained in:
@@ -183,6 +183,8 @@ class InventoryQuotaSaleItem(BaseModel):
|
||||
livestock_statistic = models.JSONField(default=dict)
|
||||
item_share = models.JSONField(default=list)
|
||||
inventory_calculation = models.BooleanField(default=False)
|
||||
base_price = models.PositiveBigIntegerField(default=0)
|
||||
paid_tashim = models.PositiveBigIntegerField(default=0)
|
||||
|
||||
@property
|
||||
def product(self):
|
||||
|
||||
Reference in New Issue
Block a user