stake holders sharing & quota distribution to CMP - list of stake holder sharings

This commit is contained in:
2025-09-07 13:51:39 +03:30
parent bcc79d2c30
commit 6bac1bbd45
13 changed files with 298 additions and 15 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2025-09-06 11:43
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('pos_device', '0069_remove_stakeholders_share_amount'),
]
operations = [
migrations.AddField(
model_name='stakeholders',
name='share_amount',
field=models.PositiveBigIntegerField(default=0),
),
]