Skip to content

Commit aa92e38

Browse files
committed
Updated program req. data
1 parent 16b60a6 commit aa92e38

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

Notes.txt

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,35 @@
1-
LMS-in-C:
2-
A Library Management System coded in C for my first semester cse project.
1+
Library Management System:
2+
A Library Management System coded in C to improve understanding on the concepts on File Management, Record enter, modification, deletion.
33

4-
Requirements:
5-
In this project, the system has keep records of category, books name,
4+
Description:
5+
In this project, the system has keep records of book-ID, books name,
66
author name, quantity, borrower’s information such that name, contact
7-
number, book issue date, return date and amount of fine if the return
8-
date is over. User can search books by book name, author name or by
9-
category. The system will show the search result with available quantity.
7+
number, etc. User can search books by book name. The system will show the search result with available quantity.
108
If there are spare books then it could be lent otherwise not.
11-
If any borrower doesn’t return within due date then there will be fine
12-
calculated 30 Tk. Per day. Please check EWU library for better
13-
understanding and incorporate all features.
149

1510
Code Pre-Requirements:
1611
1. Password Screen
1712
2. Main Menu Screen
13+
3. User Panel
14+
4. Book Panel
15+
5. End Screen
1816

19-
Code Requirements [Part-1] [User] [users.txt]:
17+
Code Requirements [Part-1] [User] [user_Records.txt]:
2018
1. Add User
2119
2. Modify User
2220
3. List User
23-
4. Search User
24-
5. Delete User
21+
4. List Rental Books
22+
5. Search User
23+
6. Delete User
2524

2625
User Details:
2726
1. Student ID
2827
2. First Name
2928
3. Last Name
3029
4. Gender
3130
5. Phone Number
32-
6. Amount (Balance) - Default: 1000₹
3331

34-
Code Requirements [Part-2] [Book] [books.txt]:
32+
Code Requirements [Part-2] [Book] [book_Records.txt]:
3533
1. Add Book
3634
2. Modify Book
3735
3. List Book
@@ -44,5 +42,4 @@ Book Details:
4442
2. Book Name
4543
3. Book Author
4644
4. Book Publisher
47-
5. Book Quantity
48-
6. Rent Cost - Default: 100₹
45+
5. Book Quantity

0 commit comments

Comments
 (0)