# Generated by Django 4.1.7 on 2023-08-17 15:45

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('finance', '0009_cashaccount_accountpayablereceivable'),
    ]

    operations = [
        migrations.AlterModelOptions(
            name='accountpayablereceivable',
            options={'verbose_name_plural': 'Account Payable & Receivable'},
        ),
        migrations.AlterModelOptions(
            name='cashaccount',
            options={'verbose_name_plural': 'Cash Accounts'},
        ),
    ]
