class 10 term 2 IT project
class 10 term 2 IT project
SCHOOL NAME
ADDRESS
PROJECT
INFORMATION TECHNOLOGY
CODE : 402
SESSION : 2023-24
SUBMITTED BY:
SUBMITTED TO:
STUDENT NAME : ...... TEACHER’S
NAME
ROLL NO. : ........
CLASS & SECTION : ...........
Pg 1
ACKNOWLEDGEMENT
[SCHOOL NAME] for her invaluable help, advice and guidance in the
[Name of Student]
Pg 2
CERTIFICATE
Internal Examiner
Principal
Signature
Seal and Signature
Pg 3
INDEX
Sr. No. Particulars Page No. Signature Remarks
1 Introduction
2 Objectives
4 System Design
5 Conclusion
7
INTRODUCTION
The "Library Management System" has been developed to override the problems
prevailing in the practicing manual system. This software is supported to eliminate and,
in some cases, reduce the hardships faced by this existing system. Moreover, this system
is designed for the particular need of the company to carry out operations in a smooth
and effective manner.
The application is reduced as much as possible to avoid errors while entering the data. It
also provides error message while entering invalid data. No formal knowledge is needed
for the user to use this system. Thus, by this all it proves it is user-friendly. Library
Management System, as described above, can lead to error free, secure, reliable and fast
management system. It can assist the user to concentrate on their other activities rather
to concentrate on the record keeping. Thus, it will help organization in better utilization
of resources.
Every organization, whether big or small, has challenges to overcome and managing the
information of Books, Student, Librarian, Address, Member. Every Library Management
System has different Student needs; therefore, we design exclusive employee
management systems that are adapted to your managerial requirements.
To prepare a summarized report for the case I have used the following concepts
of OO base.
1. Create Table
2. Insert data
3. Queries
4. Forms
5. Reports
Objective of the Project
My consideration while developing this project was to achieve the following goals:-
1. This project makes a convenient way for the library to keep the records of books,
5. It can assist the staff in capturing the effort spent on their respective working
areas.
2. Members Table:
Create another table for members. Design view and enter 10 records
Define the following fields:
MemberID (Integer, Primary Key)
Name (Text)
Address (Text)
Phone (Text)
Email (Text)
3.Transactions Table: Create a third table for transactions SQL command to create
table and insert data in table .
Define the following fields:
TransactionID (Integer, Primary Key)
BookID (Integer, Foreign Key linked to Books)
MemberID (Integer, Foreign Key linked to Members)
BorrowDate (Date)
ReturnDate (Date)
1. Books Form:
Create a form for entering book details.
Go to Forms > Create Form in Design View.
Add fields from the Books table and customize the layout.
2. Members Form:
1. Books Report:
Create a report to print a list of all books.
Use the Reports section to generate and customize the report.
2. Transaction Report:
Create a report to summarize transactions, showing which members borrowed which
books and the dates.
Step 6: Create a micro to be run as a function which adds value to the pass
argument.
7. Linking register data source (Book Table) that is in .odb format and use
CUNTA() function to find out total number of records.
CONCLUSION :
Library Management System allows the user to store the book details and the customer
details. This software package allows storing the details of all the data related to library.
The system is strong enough to withstand regressive yearly operations under conditions
where the database is maintained and cleared over a certain time of span. The
implementation of the system in the organization will considerably reduce data entry,
time and also provide readily calculated reports.
References
1. CBSE Study Material
2. Text book : Sumita Arora
3. www.openoffice.org
(last page of project)