Activity 5

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Activity # 5

Problem : Create a program Payroll Summary Report that will compute the salary of every

employee of Dynalink Solutions INC.

Given :
Employee’s No : 99999
Employee’s Name : Superman
Rate/Day : 700.00
No. of days worked: 25
Gross Pay : 17,500.00
Deductions :
SSS Con’t : 400.00
Phil Health : 350.00
C/A :1,500.00
Total Deductions : 2,250.00

Net Pay : 15,250.00


Formula :
Gross Pay = Rate/day * Now
Total Deductions = (SSS + PH + CA)
Net Pay = Gross Pay – Total Deductions

Program Requirements:
1. Create database ( Payroll.db)
2. Create Table (Database Structure) (Employee)
a. Example :

Field No Field Name Width Dec Description


1. EmpNo 5 0 Employee’s Number
2. EmpName 75 0 Employee’s Name
3. Rday 5 2 Rate/Day

4. Create Add, Edit, Delete Module


5. Create document
a. Program Description (Not less than 100 words)
b. Source Code
c. Program Output (10 Records)

Prepared by :
<Your Name>

Deadline : May 06, 2021

You might also like