some first models of pos & add required to attributes
This commit is contained in:
@@ -18,7 +18,7 @@ class InventoryEntry(BaseModel):
|
||||
null=True
|
||||
)
|
||||
weight = models.PositiveBigIntegerField(default=0)
|
||||
balance = models
|
||||
balance = models.PositiveBigIntegerField(default=0)
|
||||
lading_number = models.CharField(max_length=50, null=True)
|
||||
delivery_address = models.TextField(blank=True, null=True)
|
||||
document = models.CharField(max_length=250, null=True)
|
||||
|
||||
Reference in New Issue
Block a user