|
id
|
int(11)
|
|
|
|
|
staff_id
|
int(11)
|
|
|
|
|
semester_id
|
int(11)
|
|
|
|
|
month
|
tinyint(4)
|
|
|
|
|
year
|
smallint(6)
|
|
|
|
|
theory_hours
|
decimal(8,2)
|
|
|
0.00
|
|
practical_hours
|
decimal(8,2)
|
|
|
0.00
|
|
extra_hours
|
decimal(8,2)
|
|
|
0.00
|
|
theory_amount
|
decimal(12,2)
|
|
|
0.00
|
|
practical_amount
|
decimal(12,2)
|
|
|
0.00
|
|
extra_amount
|
decimal(12,2)
|
|
|
0.00
|
|
gross_salary
|
decimal(12,2)
|
|
|
0.00
|
|
deductions
|
decimal(12,2)
|
|
|
0.00
|
|
net_salary
|
decimal(12,2)
|
|
|
0.00
|
|
status
|
enum
|
-- |
|
draft
|
|
journal_entry_id
|
int(11)
|
|
|
|
|
payment_entry_id
|
int(11)
|
|
|
|
|
notes
|
text
|
|
|
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|