Skip to content

Commit

Permalink
Adding KF to the enrolment headcount report
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jan 8, 2025
1 parent 18a4220 commit 353a01b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ public enum CEAndOLEnrolmentAndFteHeader {
KIND_HT_REFUGEE_COUNT("Headcount Kind(H/T) Refugees"),
KIND_HT_ELL_COUNT("Headcount Kind(H/T) ELL"),

KIND_FT_COUNT("Headcount Kind(F/T) New CE/OL"),
KIND_FT_REFUGEE_COUNT("Headcount Kind(F/T) Refugees"),
KIND_FT_ELL_COUNT("Headcount Kind(F/T) ELL"),

GRADE_01_COUNT("Headcount Grade 1 New CE/OL"),
GRADE_01_REFUGEE_COUNT("Headcount Grade 1 Refugees"),
GRADE_01_ELL_COUNT("Headcount Grade 1 ELL"),
Expand Down

0 comments on commit 353a01b

Please sign in to comment.