CMMS
patrick
-
OursHeroique30 Posted messages 1 Status Member -
OursHeroique30 Posted messages 1 Status Member -
Hello,
I would like to create a Computerized Maintenance Management Software (CMMS). The problem is that I am a beginner and I need to know which languages, programs, or software I will use to create my CMMS. The goal is to manage participants, interventions, scheduling, spare parts management, maintenance procedures, control points, control frequencies, intervention reports, etc.
Configuration: Windows / Firefox 40.0
I would like to create a Computerized Maintenance Management Software (CMMS). The problem is that I am a beginner and I need to know which languages, programs, or software I will use to create my CMMS. The goal is to manage participants, interventions, scheduling, spare parts management, maintenance procedures, control points, control frequencies, intervention reports, etc.
Configuration: Windows / Firefox 40.0
Pour créer un logiciel similaire à Xmaint Pro GMAO, voici quelques éléments à étudier et à utiliser :
Bonne chance dans votre projet !
- JavaScript (for UX/UI, see the use of Ajax)
- PHP (to interact with the database)
- MySQL (database to store information)
Each of these technologies can be accompanied by libraries and frameworks to go further in application development:
- jQuery (JavaScript library -> syntactic simplification of JavaScript)
- Ajax (JavaScript library -> to update the page in real time)
To go further in development and create real web applications:
- Laravel / Symfony (PHP framework -> allows routing, database management, authentication...)