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

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