logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Sonia TakiaNursing
(5/5)

655 Answers

Hire Me
expert
Angel BoultonStatistics
(5/5)

664 Answers

Hire Me
expert
Neha SharmaaStatistics
(5/5)

1156 Answers

Hire Me
expert
Nathaniel KellyComputer science
(5/5)

621 Answers

Hire Me
Python Programming

Create a library management application on the Command Line which will follow the following protocol.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Create a library management application on the Command Line which will follow the following protocol.

User is first presented the following options:

MAIN:

Welcome to the GCIT Library Management System. Which category of a user are you

  • Librarian
  • Administrator
  • Borrower

<take input>

Based on what the user selects, the following prompts will appear to fit his role:

LIBRARIAN

LIB1:

  • Enter Branch you manage
  • Quite to previous (should take you menu MAIN)

 

<take input>

For Option 1, Give a list of Library branches using the names or locations like this:

LIB2:

  • University Library, Boston
  • State Library, New York
  • Federal Library, Washington DC
  • County Library, McLean VA
  • Quit to previous (should take you menu LIB1)

<take input>

The user will only pick the number in the above list and you should figure out which branch he is referring.

Based on the selection, the next list would be:

LIB3:

  • Update the details of the Library
  • Add copies of Book to the Branch
  • Quit to previous (should take you menu LIB2)

<take input>

Option 1 should update library_branch table for the branch he had picked before. This should be like:

You have chosen to update the Branch with Branch Id: X and Branch Name: ABCD. Enter ‘quit’ at any prompt to cancel operation.

Please enter new branch name or enter N/A for no change:

<take input>

Please enter new branch address or enter N/A for no change:

<take input>

Then update the values for this branch and say successfully updated. Then go back to menu LIB3, to start over again.

Option 2 should give further options like this:

Pick the Book you want to add copies of, to your branch:

  • Lost Tribe by Sidney Sheldon
  • The Haunting by Stepehen King
  • Microtrends by Mark Penn
  • Quit to cancel operation

<take input>

Existing number of copies: N (if none show zero)

Enter new number of copies:

<take input>

Then you should update the book_copies table with the new values. Then take the user back to LIB3.

BORROWER

Enter the your Card Number:

<take input>

Don’t let borrower to proceed until he gives valid card number.

BORR1:

  • Check out a book
  • Return a Book
  • Quit to Previous (should take you menu MAIN)

 

Option 1 should show the following options

 

Pick the Branch you want to check out from:

  • University Library, Boston
  • State Library, New York
  • Federal Library, Washington DC
  • County Library, McLean VA
  • Quit to previous (should take you menu BORR1)

 Pick the Book you want to check out (make sure you only show books that have atleast one copy in BOOK_COPIES in the branch picked)

 

  • Lost Tribe by Sidney Sheldon
  • The Haunting by Stepehen King
  • Microtrends by Mark Penn
  • Quit to cancel operation (should take you menu BORR1)

 Then add entry into book_loans, date out should be today’s date, due date should be one week from today’s date.

 Implement the return book functionality the same way as above

 

Also implement the following ADMINISTRATOR functions:

  • Add/Update/Delete Book and Author
  • Add/Update/Delete Publishers
  • Add/Update/Delete Library Branches
  • Add/Update/Delete Borrowers
  • Over-ride Due Date for a Book Loan

 

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme