#69 feat(ReconciliationJar): Add total_cash_purchases field.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.0.6 on 2024-12-03 02:55
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('don_confiao', '0034_sale_reconciliation_alter_payment_type_payment_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='reconciliationjar',
|
||||
name='total_cash_purchases',
|
||||
field=models.DecimalField(decimal_places=2, default=0, max_digits=9),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user