1
0
forked from erp-dev/erp

feat: auto complete stock change

This commit is contained in:
2025-11-10 09:01:25 +08:00
parent 37c2e7d723
commit b2078dfa46
82 changed files with 1071 additions and 1336 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.2.7 on 2025-11-06 07:55
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('basic_info', '0002_quickinput'),
]
operations = [
migrations.AlterUniqueTogether(
name='quickinput',
unique_together={('name', 'group')},
),
]