2026-06-27 20:20:33 +00:00
|
|
|
# MokoSuiteLogistics
|
|
|
|
|
|
2026-06-27 15:23:25 -05:00
|
|
|
Delivery management, route optimization, courier dispatch, and proof of delivery for Joomla 6.
|
2026-06-27 20:20:33 +00:00
|
|
|
|
|
|
|
|
## Quick Reference
|
|
|
|
|
|
|
|
|
|
| Field | Value |
|
|
|
|
|
|---|---|
|
|
|
|
|
| **Package** | `pkg_mokosuitelogistics` |
|
|
|
|
|
| **Layer** | 2 (requires: Client, CRM) |
|
|
|
|
|
| **Language** | PHP 8.3+ |
|
|
|
|
|
| **Branch** | develop on `dev`, merge to `main` (protected) |
|
2026-06-27 15:23:25 -05:00
|
|
|
| **Wiki** | [MokoSuiteLogistics Wiki](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteLogistics/wiki) |
|
2026-06-27 20:20:33 +00:00
|
|
|
|
|
|
|
|
## Architecture
|
|
|
|
|
|
2026-06-27 15:23:25 -05:00
|
|
|
Joomla **package** -- Layer 2 add-on. CRM contacts as customers/drivers, route-based dispatch with proof of delivery.
|
2026-06-27 20:20:33 +00:00
|
|
|
|
|
|
|
|
## Rules
|
|
|
|
|
|
|
|
|
|
- **Never commit** `.claude/`, `.mcp.json`, `TODO.md`, `*.min.css`/`*.min.js`
|
|
|
|
|
- **Attribution**: `Authored-by: Moko Consulting`
|
|
|
|
|
- **Workflow directory**: `.mokogitea/`
|
|
|
|
|
- **Standards**: [MokoStandards](https://git.mokoconsulting.tech/MokoConsulting/MokoCLI/wiki)
|
|
|
|
|
- **Changelog**: `[Unreleased]` only -- release system assigns versions
|
|
|
|
|
|
|
|
|
|
## Coding Standards
|
|
|
|
|
|
|
|
|
|
- PHP 8.3+ / Joomla 6 patterns
|
|
|
|
|
- `$this->getDatabase()` in models, `Factory::getContainer()->get(DatabaseInterface::class)` in helpers
|
|
|
|
|
- `Factory::getApplication()->getIdentity()` for user
|