22 lines
866 B
Markdown
22 lines
866 B
Markdown
<!--
|
|
Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
<!--
|
|
INGROUP: MokoSuiteField.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** -- 10 tables: work_orders, equipment, equipment_history, technicians, parts, truck_inventory, work_order_parts, checklists, pm_agreements, dispatches
|
|
- **Admin Component** -- 9 views: dashboard, work orders, equipment, technicians, parts, truck inventory, checklists, PM agreements, dispatches
|
|
- **Webservices Plugin** -- API route stubs
|
|
- **Configuration** -- settings across basic, dispatch, billing, scheduling
|
|
- **Access Control** -- permissions for granular role-based access
|