I work in sql server 2005 and c#.net 2005 i need to create payroll form to every worker.
Now i make employee card and employee Table
after this which tables needed to create payroll systems
can you help me
suppose i want to calculate payroll every month for employees as following
basic salary
bonus
overtime
absence
deduction
meaning
salary = basic salary +bonus+overtime-absence-deduction
What structures of tables for this
Now i make employee card and employee Table
after this which tables needed to create payroll systems
can you help me
suppose i want to calculate payroll every month for employees as following
basic salary
bonus
overtime
absence
deduction
meaning
salary = basic salary +bonus+overtime-absence-deduction
What structures of tables for this