1
0
forked from erp-dev/erp

feat: printing module

This commit is contained in:
2025-11-13 18:22:42 +08:00
parent 8097d6941c
commit f071e5fff9
35 changed files with 5537 additions and 440 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.2.7 on 2025-11-13 09:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('printing', '0008_plateorder'),
]
operations = [
migrations.RemoveField(
model_name='plateorder',
name='development_status',
),
]