22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
<!--
|
|
Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
INGROUP: MokoSuiteLogistics.Documentation
|
|
BRIEF: Version history using Keep a Changelog
|
|
-->
|
|
|
|
# Changelog
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
- **Repository** -- initial repo creation with scaffolding
|
|
- **System Plugin** -- Extension class, service provider, LogisticsHelper
|
|
- **SQL Schema** -- 8 tables: orders, deliveries, routes, route_stops, delivery_proofs, pricing_rules, drivers, warehouses
|
|
- **Admin Component** -- 8 views with ListModels: dashboard, orders, deliveries, routes, warehouses, pricing rules, drivers, proofs
|
|
- **Admin Templates** -- functional Joomla 6 list views with pagination and status badges
|
|
- **Webservices Plugin** -- 7 API routes: orders, deliveries, routes, warehouses, pricing rules, drivers, proofs
|
|
- **Configuration** -- 11 settings across basic, delivery, pricing, notifications
|
|
- **Access Control** -- 15 permissions for granular role-based access
|
|
- **Component Language Files** -- en-GB translations for menu, submenu, and extension manager
|