22 lines
867 B
Markdown
22 lines
867 B
Markdown
<!--
|
|
Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
<!--
|
|
INGROUP: MokoSuiteResto.Documentation
|
|
BRIEF: Version history using Keep a Changelog
|
|
-->
|
|
|
|
# Changelog
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
- **Repository** -- initial repo creation with scaffolding
|
|
- **System Plugin** -- Extension class, service provider
|
|
- **SQL Schema** -- 8 tables: menus, menu_items, tables, reservations, orders, order_items, inventory, inventory_transactions
|
|
- **Admin Component** -- 7 views: dashboard, menus, menu items, tables, reservations, orders, inventory
|
|
- **Webservices Plugin** -- 7 API routes: menus, menuitems, tables, reservations, orders, inventory, inventory-transactions
|
|
- **Configuration** -- settings across basic, ordering, reservations, kitchen
|
|
- **Access Control** -- permissions for granular role-based access
|