some apis of pos
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Generated by Django 5.0 on 2025-08-20 11:14
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('herd', '0016_rancher_activity_rancher_heavy_livestock_number_and_more'),
|
||||
('pos_device', '0061_posfreeproducts'),
|
||||
('warehouse', '0012_inventoryentry_balance'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='inventoryquotasaletransaction',
|
||||
name='pos_device',
|
||||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='transactions', to='pos_device.device'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='inventoryquotasaletransaction',
|
||||
name='rancher',
|
||||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='transactions', to='herd.rancher'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user