Project Synopsis
Project Synopsis
ON
PAYROLL MANAGEMENT SYSTEM
Submitted To:
Aasima Mehraj
(Subject Teacher)
Submitted By:
Sammir Ali
XII(Commerce)
Computer Science (083)
Session : 2023-24
Certificate
1. Manual System
2. Proposed System
3. Introduction of the Project
4. Objectives and Scope of the Project
5. Hardware and Software
6. Specifications
7. Working Environment
8. Functions and Modules used in Project
9. System Development Life
10. Cycle
11. Conclusion
12. Bibliography
Manual System
Manual system means a system which does it's work itself not by
help of any technology in which paper work has some special
place.
All conventional methods are in more use instead of new
technologies. And now as everybody knows that computer
graphs at its extent means the more you can use computer
system the more you can make your work easier.
1. Costly
2. Difficulty in searching the records
3. Maintenance Problem
4. Time consuming
5. Tedious
Proposed system
Software:
•Operating System: Windows 7 or above
•IDE : IDLE Python
•Front End - Python 3.6 or above
•Back End - MySQL server 5.0 or above
Working Environment
What is Python?
Python is a popular programming language. It was created by
Guido van Rossum, and released in 1991.
It is used for:
What is MySQL?
MySQL is an open-source relational database management
system (RDBMS). It is the most popular database system used
with PHP. MySQL is developed, distributed, and supported by
Oracle Corporation.
•The data in a MySQL database are stored in tables which
consists of columns and rows.
Phase 3: Design:
Design is a blue print of the application and it helps in specifying
hardware and requirementsof the system and helps in defining
architecture of the
system.
Phase 4: Coding:
Once the system design document is ready, in this phase
developer's starts writing the code using any programming
language i.e., they start developing
the software.
Generally task is divided in units or modules and assigned to the
developers and this coding phase is the longest phase of SDLC.
Phase 5: Testing: During this phase, test engineers may
encounter some bugs/defects which need to be sent to
developers, the developers fix the bug and sent back to
test engineers for testing.