GLPI
Plugin Development
If GLPI does not support something out of the box, we build a custom plugin. Example: Cascade Workflow Plugin.
Services
Types of plugins we develop
From integration connectors to complete modules with their own UI.
Integration plugins
Connecting GLPI to external systems via API or direct database access — SAP, AD, monitoring, billing.
Reporting modules
Custom reports and dashboards on GLPI data, exports, and automated report delivery.
Workflow extensions
Process automation, escalation rules, approval workflows, and custom business logic.
UI extensions
Interface modifications, custom forms, tailored views, and dashboards for different roles.
Migration tools
Plugins for data import from other systems, database synchronization, and automated migration.
Process
How development works
Iterative development with regular demos — no surprises after months of work.
Specification
We define what the plugin needs to do. Functional specification and technical design.
Development
Iterative development with demos. GLPI coding standards and API conventions.
Testing
Automated tests, multiple GLPI versions, load testing.
Deployment
Production installation, documentation, team training.
Maintenance
Updates for new GLPI versions, bug fixes, feature extensions.