Secure ERP is an enterprise resource planning software where you can organise and view customers, Sales and HR people.
Secure ERP is an enterprise resource planning software. The project is written in vanilla Java and the user interface runs in the terminal. Users can view customers, salespeople and human resource colleagues in a dashboard. They can add, update, delete colleagues. Various other functions are also available, depending on which colleagues are being modified. For example: average age calculation, sum of transactions within a date interval, list of subscribed colleagues' emails.
- Clone the repository from GitHub into your desired folder:
git clone git@github.com:CodecoolGlobal/secure-erp-java-Geonauta11.git # navigate into the project directory cd <foldername>
- Run the applicationy:
javac <project-folder-name>/src/main/java/com/codecool/secureerp/App
- Manage customers, salespeopel and HR people.
- Features include:
- List them in table view in the terminal.
- Full CRUD operations.
- Specific functions:
- average age calculation
- sum of transactions within a date interval
- list of subscribed colleagues' emails
- etc.
- The application is fully containerized using Docker.
Using Secure ERP:
-
Main Menu:
-
CRM:
-
CRM Table:
-
Sales:
-
Sales Table:
-
Human Resource:
-
Human Resource Table: