fix financial and certificates

This commit is contained in:
root
2026-06-05 01:51:08 -04:00
parent d28d11e2e5
commit ad968eaff7
94 changed files with 9654 additions and 214 deletions
+8
View File
@@ -20,6 +20,11 @@ class MidtermExam extends BaseModel
'class_section_id',
'updated_by',
'score',
'max_points',
'status',
'excused_reason',
'locked_at',
'locked_by',
'comment',
'semester',
'school_year',
@@ -35,6 +40,9 @@ class MidtermExam extends BaseModel
// score can be decimal; change to 'integer' if it's whole number
'score' => 'decimal:2',
'max_points' => 'decimal:2',
'locked_by' => 'integer',
'locked_at' => 'datetime',
'created_at' => 'datetime',
'updated_at' => 'datetime',