|
id
|
int(11)
|
|
|
|
|
employee_id
|
int(11)
|
|
|
|
|
period_start
|
date
|
|
|
|
|
period_end
|
date
|
|
|
|
|
pay_date
|
date
|
|
|
|
|
monthly_rate
|
decimal(10,2)
|
|
|
0.00
|
|
payroll_rate
|
decimal(10,2)
|
|
|
0.00
|
|
days_rendered
|
decimal(5,2)
|
|
|
0.00
|
|
rate_per_day
|
decimal(10,2)
|
|
|
0.00
|
|
absences_days
|
decimal(5,2)
|
|
|
0.00
|
|
absences_amount
|
decimal(10,2)
|
|
|
0.00
|
|
lates_mins
|
int(11)
|
|
|
0
|
|
lates_amount
|
decimal(10,2)
|
|
|
0.00
|
|
undertime_mins
|
int(11)
|
|
|
0
|
|
undertime_amount
|
decimal(10,2)
|
|
|
0.00
|
|
overload_hrs
|
decimal(5,2)
|
|
|
0.00
|
|
overload_amount
|
decimal(10,2)
|
|
|
0.00
|
|
others_earnings
|
decimal(10,2)
|
|
|
0.00
|
|
gross_pay
|
decimal(10,2)
|
|
|
0.00
|
|
sss_deduction
|
decimal(10,2)
|
|
|
0.00
|
|
phic_deduction
|
decimal(10,2)
|
|
|
0.00
|
|
hdmf_deduction
|
decimal(10,2)
|
|
|
0.00
|
|
tax_deduction
|
decimal(10,2)
|
|
|
0.00
|
|
ca_installment
|
decimal(10,2)
|
|
|
0.00
|
|
ca_lumpsum
|
decimal(10,2)
|
|
|
0.00
|
|
sss_loan
|
decimal(10,2)
|
|
|
0.00
|
|
hdmf_loan
|
decimal(10,2)
|
|
|
0.00
|
|
others_deductions
|
decimal(10,2)
|
|
|
0.00
|
|
total_deductions
|
decimal(10,2)
|
|
|
0.00
|
|
net_pay
|
decimal(10,2)
|
|
|
0.00
|
|
is_finalized
|
tinyint(1)
|
|
|
0
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
payroll_type
|
varchar(50)
|
|
|
full_time
|
|
rate_per_hour
|
decimal(10,2)
|
|
|
0.00
|
|
hours_rendered
|
decimal(5,2)
|
|
|
0.00
|
|
department_id
|
int(11)
|
|
|
|
|
branch
|
varchar(100)
|
|
|
|