fix print and preview quote and add broker to req and complete company model.
This commit is contained in:
parent
5ce94214d5
commit
246a2c0759
19 changed files with 872 additions and 260 deletions
18
accounts/migrations/0004_company_branch_name.py
Normal file
18
accounts/migrations/0004_company_branch_name.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.2.4 on 2025-09-07 14:12
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('accounts', '0003_company_account_number_company_bank_name_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='company',
|
||||
name='branch_name',
|
||||
field=models.CharField(blank=True, max_length=255, null=True, verbose_name='شعبه بانک'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue