-
Notifications
You must be signed in to change notification settings - Fork 0
adamkarmander/LibrarySystem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Creators of LibrarySystem: Julia Berg & Adam Kärmander Instructions: In this librarysystem you will be able to see what type of products that are available and lend them out to costumers. You will also be able to see what type of products that are borrowed and to whom. Pleas run the program in the class LibraryStaff! Do also download the following third party library from the Maven repository: https://mvnrepository.com/artifact/org.apache.commons/commons-csv To use the system you can use one of the following commands: list- Shows the products and their status. checkout- Write this command followed by the costumers name, phonenumber and the articlenumber on a product you want to lend out to a person. (The product will no longer be visible in the library). checkin- Write this command followed by the articlenumber on the lent product you want to take back. (The product will be visible in the library again). register- Write this command followed by the attributes on the new product you want to add. deregister- Write this command followed by the articlenumber on the product you want to deregister. info- Write this command followed by the articlenumber on the product you want to have all the information about. quit- Choose this command to quit the system.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published