Core

Core Module

The core module provides the platform foundations: configuration, authentication, roles and permissions.

Main models

  • Entreprise — Company configuration (name, address, UID)
  • Exercice — Active fiscal year
  • Utilisateur — User accounts with profiles
  • Role — Predefined roles (admin, manager, accountant, employee)
  • Permission — Granular per-module permissions
  • AuditLog — User action audit log

Features

  • Multi-tenant — Complete isolation between instances (Cloud)
  • Roles and permissions — RBAC system with business permissions
  • Audit trail — Full traceability of modifications
  • Settings — Centralised application configuration
  • Theme — Colour and logo customisation
  • Localisation — Interface in French, German, Italian and English

Default roles

Role Description
Administrator Full access, user management
Manager Accounting, invoicing, payroll, projects
Accountant Journal entries, VAT, financial reports
Employee View own pay slips and documents

Interactions

All modules depend on core for authentication and permissions.

On this page