add new management commands for finance and counterparty
This commit is contained in:
@@ -41,7 +41,7 @@ class Counterparty(BaseModel):
|
||||
district = models.ForeignKey(
|
||||
District, on_delete=models.SET_NULL, null=True, blank=True, related_name='counterparties'
|
||||
)
|
||||
balance = models.PositiveBigIntegerField(null=True, blank=True)
|
||||
balance = models.BigIntegerField(null=True, blank=True)
|
||||
balance_currency = models.CharField(
|
||||
max_length=3, choices=[('usd', 'usd'), ('uzs', 'uzs')], null=True, blank=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user