MyCRM, short for "My Customer Relationship Manager", is a desktop application for managing client contacts, repair job
statuses, and product information.
- It is targeted at computer repair shop technician. Specifically, it can help he/she to
- Centralize on-going jobs and client information in a single application.
- Integrate a job status tracking system.
- Integrate a client notification system.
- Generate monthly reports and statistics automatically.
- It has been optimised for use via a Command Line Interface (CLI) while maintaining the benefits of a Graphical User Interface (GUI).
- It is an ongoing software project with regular updates and constantly improving features.
- It is written in OOP fashion and provides a reasonably well-written code base with around 6k LoC.
- It comes with a reasonable level of user and developer documentation.
- For the detailed documentation of this project, see the MyCRM Product Website.
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.