Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 377 Bytes

File metadata and controls

4 lines (4 loc) · 377 Bytes

Current Problems

  • After all borrowing transactions, display only one receipt(including a unique random receipt number, the customer’s name, return due date, and details of the borrowed books, sorted by book ID(using Quick Sort))
  • (admin panel) display transaction receipts sorted by receipt number (using Selection Sort).
  • Still need more tests (Including input error).