1
0
forked from erp-dev/erp

feat: stock module

This commit is contained in:
2025-11-04 18:04:27 +08:00
parent 9fde654e2f
commit d88bf367f8
27 changed files with 2238 additions and 561 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.2.7 on 2025-11-04 05:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('basic_info', '0017_product_image'),
('stock', '0018_remove_inventory_unit'),
]
operations = [
migrations.AlterUniqueTogether(
name='inventory',
unique_together={('product', 'warehouse')},
),
]