fix date in payment and imporove contract page.
This commit is contained in:
parent
af40e169ae
commit
204b0aa48e
14 changed files with 295 additions and 74 deletions
|
@ -204,6 +204,12 @@ class Company(NameSlugModel):
|
|||
blank=True,
|
||||
verbose_name='شماره تماس'
|
||||
)
|
||||
registration_number = models.CharField(
|
||||
max_length=255,
|
||||
null=True,
|
||||
blank=True,
|
||||
verbose_name='شماره ثبت شرکت'
|
||||
)
|
||||
broker = models.OneToOneField(
|
||||
Broker,
|
||||
on_delete=models.SET_NULL,
|
||||
|
@ -238,6 +244,12 @@ class Company(NameSlugModel):
|
|||
)
|
||||
]
|
||||
)
|
||||
card_holder_name = models.CharField(
|
||||
max_length=255,
|
||||
null=True,
|
||||
verbose_name="نام دارنده کارت",
|
||||
blank=True,
|
||||
)
|
||||
sheba_number = models.CharField(
|
||||
max_length=30,
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue