A PROJECT REPORT
ON
FOR SSCE 2026 EXAMINATION
AS A PART OF THE INFORMATION TECHNOLOGY
COURSE Subject Code-(402)
SUBMITTED BY: -
NAME:
ROLL NUMBER:
SESSION:
1
CERTIFICATE
This is to certify that the Project entitled
_ _ _ _ _ _ _ _ __
is a bonafide work done by
along with and of class X
Session 2025-26 in the partial fulfillment of CBSE’s
SSCE Examination 2026 and has been carried out under
my direct supervision and guidance. This Project or a
similar project on this topic has not been submitted by
any other student.
………………………… ……………………………..
Signature of Student Signature of Teacher
2
ACKNOWLEDGEMENT
I , undertook this Project work, as the part of my X-
Information Technology (402). I had tried to apply my
best of knowledge and experience, gained during the
study and class work experience.
I would like to extend my sincere thanks and gratitude to my
teacher
Ms. Shallu for giving valuable time and moral support to
develop this software.
I also feel indebted to my friends for the valuable suggestions
during the project work.
3
C O N T E N T S
1. Cover Page -------------------------------------------------------------
2. Certificate ---------------------------------------------------------------
3. Acknowledgement ---------------------------------------------------
4. Introduction ------------------------------------------------------------
5. Objective & Scope of the Project ---------------------------
6. System Implementation---------------------------------------------
6.1 The Hardware used
6.2 The Software’s used
7. Theoretical Background --------------------------
7.1 What is Libre Office?
7.2 What is Libre Office Base?
8. System Design & Development --------------------------
8.1 Project Main Page
8.2 Buttons
8.3 Actions
8.4 Report
9. Output ------------------------------------------------------------
4
1. Introduction
This software project is developed to automate the functionalities
of
The purpose of the software project is to develop the Data
Analysis System and to automate the record keeping of
_____________________________________________
A Data Analysis System is capable to produce different reports
relevant to the user Using Application program or front-end, we
can store, retrieve and manage all information in proper way.
This software, being simple in design and working, does not
require much of training to users, and can be used asa powerful
tool for automating a .
5
During coding and design of the software Project, Libre Office
Base, as a powerful front-end tool is used for getting Graphical
User Interface (GUI) based integrated platform.
6
2. Objective & Scope of the Project
T he objective of the software project is to develop a
computerized Data Analysis System and to automate the functions
of a ___________________________________
This software project is also aimed to enhance the current
record keeping system, which will help owners to retrieve the
up-to-date information at right time.
The proposed software system is expected to do the
following functionality-
To provide a user friendly, Graphical User Interface(GUI)
based integrated and centralized environment for Data
Analysis System activities.
The proposed system should maintain all the records
related to the sales of
and should generate the required reports and information
when required.
7
To identify the critical operation procedure and
possibilities of simplification using modern IT tools and
practices.
This software does not require much training time of theusers
due to limited functionality and simplicity.
During the development of
project,
Libre Office, a powerful, open source event-driven form-based
development environment is used for modular design and future
expandability of the system.
Despite of the best effort of the developer, the following
limitations and functional boundaries are visible, whichlimits
the scope of this application software.
1. This software can store records and produce reportsin pre-
designed format in soft copy. There is no facility yet to
produce customized reports. Only specified reports are
covered.
8
2. There is no provision to show the purchase record;however
it can bedeveloped easily with the help of adding modules.
3. It facilitates owners to record and update only the sales
record.
So far as future scope of the project is concerned, firstlyit is
open to any modular expansion i.e. other modulesor
functions can be designed and embedded to handle the user
need in future. Any part of the software and reports can be
modified independently without much effort.
9
[Link] Implementation
3.1 The Hardware used:
While developing the system, the used hardware are:
PC with Intel Core i5-135G7 processor having 8.00GB
RAM, 64-bit Operating System , SVGA and other
required devices.
3.2 The Softwares used:
Microsoft Windows® 11 Home Single
Language as Operating System.
Libre Office Package as Front-end Development
environment.
MS-Word 2021 for documentation.
10
4. Theoretical Background
LibreOffice is a free and open-source office suite that provides a range of
applications for document production and data processing. It is a
powerful alternative to commercial office suites like Microsoft Office and
includes the following components:
1. Writer: A word processor similar to Microsoft Word, used for
creating text documents.
2. Calc: A spreadsheet program similar to Microsoft Excel, used for
managing and analyzing data.
3. Impress: A presentation program like Microsoft PowerPoint, used
for creating slideshows.
4. Draw: A vector graphics editor that can be used for creating
diagrams, charts, and illustrations.
5. Base: A database management tool similar to Microsoft Access,
used for working with databases.
6. Math: A formula editor for creating and editing mathematical
equations.
LibreOffice supports a wide variety of file formats, including Microsoft
Office formats (e.g., .docx, .xlsx, .pptx), and it is compatible with many
operating systems like Windows, macOS, and Linux. It is maintained by
The Document Foundation and is popular for its rich features and
flexibility without the need for a license fee.
11
Libre office Base
LibreOffice Base is the database management component of the LibreOffice
suite. It allows users to create, manage, and interact with databases, providing
a way to store, retrieve, and organize data. Here are its main features and
uses:
Key Features of LibreOffice Base:
1. Database Creation: Users can create and manage databases, define
tables, relationships, and perform various database operations.
2. Tables: It allows you to create tables to store data in rows and columns.
You can define the data types (text, number, date, etc.) and set primary
keys and constraints.
3. Queries: You can create queries to retrieve specific data from one or
more tables. It supports SQL (Structured Query Language) for advanced
querying, and provides a graphical query builder for ease of use.
4. Forms: LibreOffice Base allows users to create forms that make it easy
to enter or display data in a user-friendly way. Forms can include
dropdowns, buttons, and other controls.
5. Reports: It provides tools for generating reports based on the data
stored in your database, which can be customized in terms of layout and
formatting.
6. Database Engines: LibreOffice Base works with various database
engines such as HSQLDB (which is embedded by default), MySQL,
MariaDB, PostgreSQL, and more. It can also connect to external
databases via ODBC or JDBC.
7. Relational Database: You can create relationships between different
tables to maintain data integrity and perform complex queries that
combine data from multiple sources.
8. Integration: It integrates well with other LibreOffice applications,
allowing users to link data from Base to Calc (spreadsheets) or Writer
(word processor) for analysis or document generation.
12
Common Uses:
Small Business Databases: Manage customer information, orders,
products, etc.
Personal Databases: Track personal collections, contacts, finances,
etc.
Educational Use: For students and teachers to organize academic data
or create small database projects.
Forms and Reporting: Create custom data entry forms and reports for
database analysis.
LibreOffice Base is ideal for users looking for a free and open-source solution
for managing databases without the need for proprietary software like
Microsoft Access.
13