{
    "store_manager": [
        "dashboard.view",
        "announcements.view",
        "tasks.view",
        "inventory.view",
        "inventory.stock_in",
        "inventory.stock_out",
        "inventory.transfer",
        "inventory.log",
        "master.manage_products",
        "master.manage_categories",
        "master.manage_locations",
        "handover.view",
        "handover.write",
        "handover.manage_templates",
        "temperature.view",
        "temperature.record",
        "tasks.manage_display",
        "inventory.stock_count",
        "inventory.disposal_removal.view",
        "inventory.disposal_removal.create",
        "inventory.disposal_removal.approve"
    ],
    "branch_manager": [
        "dashboard.view",
        "announcements.view",
        "tasks.view",
        "tasks.manage_templates",
        "tasks.view_report",
        "inventory.view",
        "inventory.stock_in",
        "inventory.stock_out",
        "inventory.transfer",
        "inventory.log",
        "hr.view_reports",
        "master.manage_products",
        "master.manage_categories",
        "master.manage_suppliers",
        "master.manage_locations",
        "system.view_logs",
        "handover.view",
        "handover.write",
        "handover.manage_templates",
        "temperature.view",
        "temperature.record",
        "hr.view_profit_sharing",
        "tasks.manage_display",
        "inventory.stock_count",
        "inventory.disposal_removal.view",
        "inventory.disposal_removal.create",
        "inventory.disposal_removal.approve"
    ]
}