Skip to content

Modules

This section contains documentation for each business module in the Envia Admin platform. Each module groups all related technical documentation — overview, API endpoints, UI screens, and design decisions — in one place.

Module Index

ModuleDescriptionStatus
FinanceInvoice generation, payments, balances, and financial reportingExample
Roles & PermissionsRole-based access control with per-user overrides and security levelsActive
Overweight RefundAccept/reject overweight refund tickets with audit, notification, and editable amountActive
Overweights ChargebackApply chargeback (individual or bulk) when a provisional overweight refund must be reversedActive
Partner PaymentsPartner commission payments, document validation, mark as paid, internal reviewActive
CSATCustomer satisfaction ratings, source platform filtering, and inline ticket survey visualizationActive
CRMProspect and client management with Kanban, Table, and Calendar viewsActive
Organization SettingsZoho organization configuration — taxes, chart of accounts, and bank accounts with bidirectional syncActive
Payment RequestsSelf-service payment request system with approval workflow, invoice linking, and Zoho integrationActive
Ticket CronsAutomated ticket lifecycle management: reminders, autoclose, and CSAT survey deliveryActive
MCP Admon ServerMCP server that centralizes ticket management for AI agents — tools, business rules, and activity loggingActive

TIP

The Finance module is a reference example that demonstrates how to document a complete module. Use it as a guide when documenting your own modules.

Adding a New Module

  1. Copy the template to a new folder: modules/<module-name>/index.md
  2. Fill in all applicable sections
  3. Add API (api.md) and UI (ui.md) pages as needed
  4. Update the sidebar in .vitepress/config.mts

For detailed instructions, see the Contributing Guide.

Envia Admin