Конкретно пересмотрел логику работы. Легаси вынесена в архив
All checks were successful
Deploy MES Core / deploy (push) Successful in 13s

This commit is contained in:
2026-04-13 07:36:57 +03:00
parent 86215c9fa8
commit 28537447f8
80 changed files with 10246 additions and 684 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 6.0.3 on 2026-04-07 17:04
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('warehouse', '0013_stockitem_archived_at_stockitem_is_archived'),
]
operations = [
migrations.AddField(
model_name='material',
name='mass_per_unit',
field=models.FloatField(blank=True, null=True, verbose_name='Масса на ед. учёта'),
),
]