Kukonangagila 0 Newbie Poster

Guys, i have a project payroll system, i want to generate reports, im using databinding source to add, update, delete, data.. I need to create 3 reports "any kind report format".

Example1 for payroll payslip:

i have Emptable and payroll table. in emptable contains empID, empfname, emplname, etc.. and payroll table contains # of hours worked, rateperhour and rateperday, overtimeholiday, overtimeregular, grosspay, deductions, totaldeductions, and net income..

Guys i need help for my thesis..

For example in preview report:

EmpID: P2012 Firstname: Emil Lastname: Acosta

of hoursworked: 8

Rateperday: 500
Rateperhour: 67
Overtimeholiday:
Overtimeregular:
Grosspay

Deductions:
TotalDeductions:

Net Income:

Example2 Payroll Summary

The payroll summary is look like payslip, but the payslip is per employee, and the payroll summary is contains all employee.

Example3 Daily Time Record
this report is per employee
For preview Report..

Firstname: Emil Lastname: Acosta EmpID: P2012
Date:
Time in AM: hh:mm:ss
Time Out AM: hh:mm:ss

Time in PM: hh:mm:ss
Time Out PM: hh:mm:ss

Time in OT: hh:mm:ss
Time out OT: hh:mm:ss