|
id
|
int(11)
|
|
|
|
|
staff_id
|
int(11)
|
|
|
|
|
semester_id
|
int(11)
|
|
|
|
|
month
|
tinyint(4)
|
|
|
|
|
year
|
smallint(6)
|
|
|
|
|
total_theory_hours
|
decimal(6,1)
|
|
|
0.0
|
|
total_practical_hours
|
decimal(6,1)
|
|
|
0.0
|
|
total_extra_hours
|
decimal(6,1)
|
|
|
0.0
|
|
rate_theory
|
decimal(10,2)
|
|
|
0.00
|
|
rate_practical
|
decimal(10,2)
|
|
|
0.00
|
|
rate_extra
|
decimal(10,2)
|
|
|
0.00
|
|
amount_theory
|
decimal(12,2)
|
|
|
0.00
|
|
amount_practical
|
decimal(12,2)
|
|
|
0.00
|
|
amount_extra
|
decimal(12,2)
|
|
|
0.00
|
|
deductions
|
decimal(12,2)
|
|
|
0.00
|
|
net_amount
|
decimal(12,2)
|
|
|
0.00
|
|
status
|
enum
|
-- |
|
draft
|
|
notes
|
text
|
|
|
|
|
approved_by
|
int(11)
|
|
|
|
|
approved_at
|
timestamp
|
|
|
|
|
paid_at
|
timestamp
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|