first commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 5.2.7 on 2025-11-01 11:15
|
||||
# Generated by Django 6.0 on 2025-12-24 11:22
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.conf import settings
|
||||
@@ -31,7 +31,9 @@ class Migration(migrations.Migration):
|
||||
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
||||
('name', models.CharField(max_length=100)),
|
||||
('debit', models.BooleanField(default=True)),
|
||||
('credit', models.BooleanField(default=False)),
|
||||
('firm', models.BooleanField(default=True)),
|
||||
('month', models.BooleanField(default=False)),
|
||||
('notes', models.TextField(blank=True, null=True)),
|
||||
],
|
||||
options={
|
||||
|
||||
18
Base/migrations/0002_chartofaccount_prof.py
Normal file
18
Base/migrations/0002_chartofaccount_prof.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 6.0 on 2025-12-24 18:32
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Base', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='chartofaccount',
|
||||
name='prof',
|
||||
field=models.BooleanField(default=True),
|
||||
),
|
||||
]
|
||||
18
Base/migrations/0003_alter_chartofaccount_prof.py
Normal file
18
Base/migrations/0003_alter_chartofaccount_prof.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.8 on 2025-12-26 15:30
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Base', '0002_chartofaccount_prof'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='chartofaccount',
|
||||
name='prof',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user