18 lines
565 B
Python
18 lines
565 B
Python
# Generated by Django 5.2.7 on 2026-02-11 16:22
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('core', '0035_remove_heldsale_customer_remove_heldsale_notes_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='systemsetting',
|
|
options={'permissions': [('view_dashboard', 'Can view dashboard'), ('view_pos', 'Can access POS'), ('view_reports', 'Can view reports'), ('view_accounting', 'Can view accounting'), ('view_hr', 'Can view HR')]},
|
|
),
|
|
]
|