Sei sulla pagina 1di 5

PYTHON PROGRAMMING

Subject Course Code: INT 213

Synopsis Report

Basic Pension Amount Payable Calculator


for Bank Employees

ROLL NO REGISTRATION NO NAME


25 11806769 BASIREDDY C VIJAYKANTH REDDY
26 11806646 ANKIT KUMAR
27 11809937 VIVEK YADAV
28 11810214 ARVIND KUMAR

Submitted to: Ms. Nandini Ma’am


Lovely Professional University
Phagwara, Punjab.
Introduction:
This application gives access to bank employees for creating, editing,
maintaining EPS account of employees in different aspect as per the account
type, duration and situation and falling under eligibility.
Customer will have access to view balance.

The first window of the program prompts the user to enter his login details. There
are two types of users 1. Employees 2. Administrator.

➢ The Administrator has functionalities to add users and decide their salary. The
Pension is calculated for retired employees based on the salary they received while
they were in service.
The Administrator provide the age of the employees and they were retired or not if they
crossed 60 years the employees are considered as retired or the admin marks the employee
as retired.
➢ The users can view their Basic Pension, Gratuity they receive after they retire.
The Basic Pension payable, Commutation and Gratuity are calculated by the program
and the values are displays the result to both the employees and the admin.
Functionalities:

Module 1 Asks the user to enter the User name (Employee ID) and
Password.

LOG IN The Provided details are validated. If the details are correct
logins to the user account. If wrong throws an error invalid
details contact administrator.
Administrator Accou

Module 2 The Administrator account home page displays all account


details of the program and have option to add or delete users
and option the reset users’ password. The admin also have
ADMINISTRATOR
options to provide employee details basic salary, commutation,
ACCOUNT Age, retired or not.

Module 3 Employees able to view their payable Pension and Gratuity


they get. They also view their details.
EMPLOYEES
ACCOUNT

Module 4
50% of the salary as Basic Pension and DA of 5% and Medical
allowance (1500) are included. Pension is calculated based on
the basic salary provided by the Administrator and displayed to
PENSION the users. DA changes every 6 months so program calculates
according to that.
CALCULATOR Pension Payable = (salary*50/100) + ((salary*50/100)*5/100)
+Medical allowance.

Module 5 Pension commutation is a lifetime asset for Government


employees. After completion of his Government service, more
than 30 years, half of the lifetime, selling his 40% of the
COMMUTATION
pension amount, an employee get a bulk amount while
CALCULATOR retiring”.

Module 6 Gratuity = Number of years of service x Last drawn 15-day


salary = Number of years in service x 15/26 x Monthly salary.
GRATUITY
CALCULATOR
BACKEND INFORMATION

MENU BAR Contains Switching between calculators wiz, pension, commutation,


gratuity calculator.

DATABASE Contains the details of the users and their details stored in a format
easy to access.

WORK DIVISION
MEMBER MODULE
ANKIT 1
VIJAYKANTH 2
VIVEK 3
ARVIND 4
ALL MEMBERS 5,6
GANTT CHART

First 2weeks decided with all the features and functionalities required.
Then we build methods to calculate pension gratuity and validate login details.
Created Database to store the login details and other details.
Then Graphic user interface build in 15 days with all functional requirements.
Then for next 2 weeks made the design more attractive and enhanced the GUI over look.

Potrebbero piacerti anche