stats-module-development
Installation
SKILL.md
QloApps Stats Module Development
Create statistics modules that appear under Stats > Stats in the QloApps back office.
Quick Commands
# Stats module structure (single-file module)
modules/stats{modulename}/
├── stats{modulename}.php # Main module class
├── config.xml # Module metadata
├── index.php # Security file (every folder)
└── logo.png # Module icon (optional)
Related skills
More from qloapps/agent-skills
module-development
Create, build, or modify QloApps modules. Covers hooks-first architecture, ObjectModel classes, admin and front controllers, Smarty templates, database operations, security validation, and deployment. Use for any module development task including creating new modules, adding hooks, building admin pages, writing database models, or preparing modules for distribution.
12payment-module-development
Use whenever creating, modifying, or debugging payment modules in QloApps — offline methods and online payment gateways. Covers PaymentModule class, payment hooks, checkout integration, validateOrder flow, API credentials, webhook handling, transaction logging, and refunds.
11