Sage X3 Intervention Manager

About this project
// Sage X3 Intervention Manager
const project = {
type: "Full-Stack",
year: 2026,
description: "A complete technical intervention management solution integrated into the Sage X3 V12 ERP system, developed during an internship at Inetum. The solution enables employees to create intervention requests, managers to assign or reject them, and technicians to write reports and close interventions. Built with Next.js for the web interface, Auth.js for authentication, Prisma + SQLite for local auth storage, and SOAP Web Services for ERP communication. Business logic implemented in Sage X3 4GL handles the full lifecycle — from creation to closure — with role-based access control across all three user profiles."
};
const stack = [
"Next.js", "TypeScript", "Tailwind CSS", "Auth.js", "Prisma", "SQLite", "SOAP", "Sage X3 V12", "4GL"
];