This commit is contained in:
Xuan Loi
2026-01-03 17:29:02 +07:00
parent 633a401aa6
commit 4537064cb6
375 changed files with 58 additions and 26 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,24 @@
# Generated by Django 5.1.7 on 2026-01-02 15:54
import django.db.models.deletion
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0341_rename_facebook_people_taxcode_remove_people_zalo_and_more'),
]
operations = [
migrations.AddField(
model_name='internal_entry',
name='customer',
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.PROTECT, related_name='+', to='app.customer'),
),
migrations.AddField(
model_name='internal_entry',
name='product',
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.PROTECT, related_name='+', to='app.product'),
),
]
@@ -0,0 +1,21 @@
# Generated by Django 5.1.7 on 2026-01-03 09:52
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0342_internal_entry_customer_internal_entry_product'),
]
operations = [
migrations.AddField(
model_name='import_setting',
name='call_api',
field=models.CharField(max_length=100, null=True),
),
migrations.DeleteModel(
name='Payment',
),
]

Some files were not shown because too many files have changed in this diff Show More