Files
2026-06-27 15:27:01 -05:00

1.2 KiB

MokoSuiteResto

Menu management, table reservations, online ordering, kitchen display, and inventory for Joomla 6.

Quick Reference

Field Value
Package pkg_mokosuiteresto
Layer 2 (requires: Client, CRM)
Language PHP 8.3+
Branch develop on dev, merge to main (protected)
Wiki MokoSuiteResto Wiki

Architecture

Joomla package -- Layer 2 add-on. CRM contacts as customers, menu management with categories, table reservations, online ordering with kitchen display, and inventory tracking.

Rules

  • Never commit .claude/, .mcp.json, TODO.md, *.min.css/*.min.js
  • Attribution: Authored-by: Moko Consulting
  • Workflow directory: .mokogitea/
  • Standards: MokoStandards
  • 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