Data source connectors — pull metrics from all MokoSuite modules #2

Open
opened 2026-06-21 16:39:34 +00:00 by jmiller · 0 comments
Owner

Summary

Pluggable data source system that connects to any MokoSuite module's database tables.

Built-in Data Sources

  • CRM: deals pipeline, contact growth, revenue by month, lead conversion rate
  • ERP: invoice aging, payment collection, inventory levels, purchase orders
  • POS: daily sales, average transaction, items per sale, peak hours
  • Shop: cart conversion, abandoned cart rate, top products, revenue by category
  • HRM: headcount, turnover rate, leave balance, training compliance
  • MRP: production output, OEE, downtime %, defect rate
  • Restaurant: covers per day, avg check, food cost %, table turnover
  • NPO: donations this month, donor retention, campaign progress
  • Child: enrollment, attendance rate, subsidy coverage
  • Field: work orders completed, first-time fix rate, NPS score

Custom Data Sources

  • SQL query builder for custom metrics
  • Calculated fields (formulas combining data sources)
  • External API connector (REST JSON endpoints)
## Summary Pluggable data source system that connects to any MokoSuite module's database tables. ## Built-in Data Sources - **CRM:** deals pipeline, contact growth, revenue by month, lead conversion rate - **ERP:** invoice aging, payment collection, inventory levels, purchase orders - **POS:** daily sales, average transaction, items per sale, peak hours - **Shop:** cart conversion, abandoned cart rate, top products, revenue by category - **HRM:** headcount, turnover rate, leave balance, training compliance - **MRP:** production output, OEE, downtime %, defect rate - **Restaurant:** covers per day, avg check, food cost %, table turnover - **NPO:** donations this month, donor retention, campaign progress - **Child:** enrollment, attendance rate, subsidy coverage - **Field:** work orders completed, first-time fix rate, NPS score ## Custom Data Sources - SQL query builder for custom metrics - Calculated fields (formulas combining data sources) - External API connector (REST JSON endpoints)
Sign in to join this conversation.