0% found this document useful (0 votes)
149 views14 pages

Salary Management Project Report

The document is a project report on a salary management system created by a student. It includes sections for the certificate, acknowledgements, project description, database table design, SQL queries used, input and output forms, and references. The project aims to computerize and streamline the salary payment process for organizations to make it more efficient, secure, and reliable.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
149 views14 pages

Salary Management Project Report

The document is a project report on a salary management system created by a student. It includes sections for the certificate, acknowledgements, project description, database table design, SQL queries used, input and output forms, and references. The project aims to computerize and streamline the salary payment process for organizations to make it more efficient, secure, and reliable.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

A Project Report on

Salary Management
Information Technology (402)
Session: 2022-23

Submitted By:
<STUDENT NAME>

Class: 10
Roll No: <rollno>

Under the guidance of:


Mr. Anjeev Singh

Anjeev Singh Public School


Address, Delhi 110009

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 1 of 14


TABLE OF CONTENTS

S.
Topic Name Page No.
No

1 Certificate

2 Acknowledgement

3 Project Description

4 Database – Table Design

5 Query used (SQL Query)

6 Form used - Input Screen

7 Report used – Output Screen

8 References

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 2 of 14


CERTIFICATE

This is to certify that the project titled, “<Project Title>” is a piece of work

done by <Name of the student> of class X – <sec>, in partial fulfillment of

CBSE All India Secondary School Examination <session> and has been

carried out under my supervision and guidance. This report or an identical

report on this topic has not been submitted for any other examination and

does not form a part of any other course undergone by the candidate.

..............................

Signature of Teacher/Guide

Name: Mr. Anjeev Singh


Designation: PGT Computer Science
Place: Anjeev Singh Public School, Delhi
Date: ____ /_____/2022-23

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 3 of 14


ACKNOWLEDGEMENT

I would also like to extend my gratitude to the Principal Sir/Ma’am for

providing me with all the facility that was required.

I would like to express my gratitude to my guide Mr. Anjeev Singh for her

able guidance and support in completing my project.

Last but not the least I would like to thank my parents and friends who helped

me a lot.

…………………………
Signature of Student Name:
Class & Section:
Place: Anjeev Singh Public School, Delhi
Date: --/--/2022-23

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 4 of 14


PROJECT DESCRIPTIOIN

Introduction

The payroll management system facilitates employers' payment of wages to their


employees. Also, they keep financial records and demonstrate their commitment to their
workers through it. This payroll management system manages employees' salaries,
deductions, other conveyances, net pay, bonuses, pay slips, etc.

Reason & Purpose

Every organization pays salary to its employee. This work is done every month and

record of this activity is kept for further user. The work of salary payment is very

important for organization. So this area to computerized to make process easy, quick,

and secure and reliable. Thus, a secured and reliable system is required to handle it.

It can assist the staff to concentrate on their other activities rather to concentrate on the

record keeping. Thus it will help organization in better utilization of resources.

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 5 of 14


DATABASE DESIGN

Table Name: EmpSalary

Structure of Table:

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 6 of 14


QUERY USED

Employee Address Details:

SELECT "EmpId", "FirstName", "LastName", "Location", "City", "District", "State", "Mobile",


"Department" FROM "EmpSalary"

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 7 of 14


Employee Department Details:

SELECT "EmpId", "FirstName", "LastName", "Department", "Mobile" FROM "EmpSalary"


ORDER BY "Department" ASC

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 8 of 14


Employee Salary Details:

SELECT "EmpId", "FirstName", "LastName", "Department", "BasicSalary", "HRA", "Allownace",


"PF", "GrossSalary" FROM "EmpSalary"

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 9 of 14


INPUT FORM

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 10 of 14


REPORT (OUTPUT)

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 11 of 14


Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 12 of 14
Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 13 of 14
REFERENCES

1. Information Technology Study Material - CBSE / NCERT

2. Information Technology – Sumita Arora

3. Information Technology Tutorial : Anjeev Singh Academy

4. YouTube: www.youtube.com/anjeevsingh

5. Websites:

a https://www.mycstutorial.in

b www.anjeevsinghacademy.com

Anjeev Singh | www.youtube.com/anjeevsingh |www.anjeevsinghacademy.com | Page 14 of 14

You might also like