100% found this document useful (1 vote)
3K views

E-R Diagram Payroll Management System

This document contains an EER diagram describing the tables and relationships in an employee payroll database. The tables include employee details, salary details, deductions, allowances, staff categories, and user login information. Relationships connect employee details to other tables using a staff ID key.
Copyright
© Attribution Non-Commercial (BY-NC)
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
100% found this document useful (1 vote)
3K views

E-R Diagram Payroll Management System

This document contains an EER diagram describing the tables and relationships in an employee payroll database. The tables include employee details, salary details, deductions, allowances, staff categories, and user login information. Relationships connect employee details to other tables using a staff ID key.
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 1

Wed Nov 13 11:37:36 2013, New Model - EER Diagram (part 1 of 1)

acadsalt
glevel VARCHAR(7) annualbasic INT(20) annualhousing VARCHAR(20) empdetails_staffid VARCHAR(20) Indexes

nonacadsal
glevel VARCHAR(7) annualbasic INT(20) annualhousing INT(20) empdetails_staffid VARCHAR(20) Indexes

deductiont
dedcode INT(7) dedname INT(7)

allowancest
allcode INT(7) allname INT(7)

empdetails
fname VARCHAR(20) appointment VARCHAR(20) staffid VARCHAR(20) faculty VARCHAR(20) state VARCHAR(20) department VARCHAR(20) email VARCHAR(20) gsm INT(20) gender VARCHAR(20) nationality VARCHAR(20) status VARCHAR(20) catname VARCHAR(20) glevel VARCHAR(7) basicsalary VARCHAR(20) paye INT(20) peculiar INT(20) housing VARCHAR(20)

salarydetails
staffid VARCHAR(10) alldedcode VARCHAR(10) alldedname VARCHAR(10) amount VARCHAR(10) install INT(10) empdetails_staffid VARCHAR(20) empdetails_staffcat_catid INT(7) Indexes

staffcat
catid INT(7) catname VARCHAR(20) Indexes

hwname VARCHAR(20) kin VARCHAR(20) bank VARCHAR(20) accno INT(15) staffcat_catid INT(7) Indexes

users
username VARCHAR(20) password VARCHAR(20)

1 of 1

You might also like