- register member:
register <username> <password> - register admin:
register admin <username> <password> as <role> - login:
login <username> <password> - exit:
exit
- add reference book:
add rb <title> <author> <price> <number of pages> <number> - add borrowable book:
add bb <title> <author> <price> <number of pages> <number> - add specialized magazine:
add sm <title> <publisher> <price> <number of pages> <number> - add general magazine:
add gm <title> <publisher> <price> <number of pages> <number> - logout:
logout
- borrow book:
borrow book <title> - borrow magazine:
borrow magazine <title> - return book:
return book <title> - return magazine:
return magazine <title> - buy publication:
buy publication <title> <number> - increase balance:
increase balance <number> - show user borrow books:
show user borrow books - show user borrow magazines:
show user borrow magazines - show user bought publications:
show user bought publications - show all publications
show all publications - logout:
logout