Assignment for 3rd semester course "Programming 2"
Department of Management Science and Technology
Athens University of Economics and Business
This application is a potential module of an ERP system of an industrial company. Employees can monitor and manage raw materials and ready products' stock, record and update their customers and suppliers' data as well as orders from and to them. They can also get notified about low stock of products or ingredients. Application supports 2 roles-simple user and administrator. More information about the program's functions can be found at user's manual.
- Maven - Dependency Management and Project Building
- MySQL 8 - Database Server
- JDBC - API for Java Connectivity
- Java Swing - GUI Toolkit
- JUnit 4 - Testing Framework
- Javadoc - Documentation Generator
- FindBugs - Find Bugs in Java Programs
- Java 8 or newer
- MySQL server
- Maven
- Raw Materials can only be provided by one supplier.
- Database auto-installation
Run both erp_progII.sql and erp_progIITest.sql at a MySQL server
Enter your own credentials in order to connect to database. Open both proderp\src\main\java\gr\aueb\dmst\pijavaparty\proderp\dao\Dao.java and proderp\src\test\java\gr\aueb\dmst\pijavaparty\proderp\dao\DaoTest.java type them at username and password.
To install the .jar file from command line use
mvn clean install
and then enter the project folder and run
java -jar target\proderp-1.0-SNAPSHOT-jar-with-dependencies.jar
If you wnat to install without tests use
mvn install -DskipTests
instead. After the .jar file is created you can just enter target folder and double click it.
Enter one of these usernames and passwords to log in the application. To enter as admin type username:maria and password:12341234. To enter as simpleuser type username:nat and password:1234567. It is highly recommended the default user be deleted.
To run tests use
mvn test
Warning!! Before run the test make sure that keyboard's language is english. Don't use the keyboard and mouse when the tests are running.
http://prometheus.dmst.aueb.gr/~nkatsiapi/proderp/apidocs/
Full Name | Github Account | |
---|---|---|
Davari Athina (Team Coordinator) | AthinaDavari | [email protected] |
Katsiapi Natalia | nataliaKat | [email protected] |
Kokkorou Maria | mariakokkorou | [email protected] |
Koutsoumpa Styliani Aikaterini | Stella-Koutsoumpa | [email protected] |
Pantazopoulou Athina | AthinaPantazopoulou | [email protected] |
Papakonstantinou Aggeliki | AggelikiPapa | [email protected] |
Shambel Anna | AnnaShambel3 | [email protected] |