Files
jmiller 77f08380e2
Universal: Auto Version Bump / Version Bump (push) Successful in 19s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 16s
feat: standard scaffold files
2026-06-27 15:32:20 -05:00

1.2 KiB

MokoSuiteField

Work orders, technician dispatch, equipment registry, parts inventory, and PM agreements for Joomla 6.

Quick Reference

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

Architecture

Joomla package -- Layer 2 add-on. CRM contacts as customers/technicians, work order management with dispatch, equipment tracking, parts inventory with truck stock, preventive maintenance agreements.

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