scaffold: add access.xml

This commit is contained in:
2026-06-27 20:29:16 +00:00
parent 899dfbdaff
commit 80a7cfed64
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
SPDX-License-Identifier: GPL-3.0-or-later
-->
<access component="com_mokosuiteresto">
<section name="component">
<action name="core.admin" title="JACTION_ADMIN" />
@@ -7,16 +11,13 @@
<action name="core.create" title="JACTION_CREATE" />
<action name="core.delete" title="JACTION_DELETE" />
<action name="core.edit" title="JACTION_EDIT" />
<action name="resto.menus.manage" title="Manage Menus" />
<action name="resto.tables.manage" title="Manage Tables" />
<action name="resto.reservations.manage" title="Manage Reservations" />
<action name="resto.reservations.confirm" title="Confirm Reservations" />
<action name="resto.orders.manage" title="Manage Orders" />
<action name="resto.orders.cancel" title="Cancel Orders" />
<action name="resto.orders.complete" title="Complete Orders" />
<action name="resto.kitchen.view" title="View Kitchen Display" />
<action name="resto.inventory.manage" title="Manage Inventory" />
<action name="resto.reports" title="View Reports" />
<action name="resto.settings" title="Manage Settings" />
<action name="core.edit.state" title="JACTION_EDITSTATE" />
<action name="resto.menus.manage" title="COM_MOKOSUITERESTO_ACTION_MENUS_MANAGE" />
<action name="resto.reservations.manage" title="COM_MOKOSUITERESTO_ACTION_RESERVATIONS_MANAGE" />
<action name="resto.orders.manage" title="COM_MOKOSUITERESTO_ACTION_ORDERS_MANAGE" />
<action name="resto.inventory.manage" title="COM_MOKOSUITERESTO_ACTION_INVENTORY_MANAGE" />
<action name="resto.shifts.manage" title="COM_MOKOSUITERESTO_ACTION_SHIFTS_MANAGE" />
<action name="resto.reports" title="COM_MOKOSUITERESTO_ACTION_REPORTS" />
<action name="resto.settings" title="COM_MOKOSUITERESTO_ACTION_SETTINGS" />
</section>
</access>