بنين |
{{calculateBoySchoolTotal() }} |
{{calculateBoyTeacherTotal()}} |
{{calculateBoyStudentTotal()}} |
{{calculateBoyClassTotal()}} |
بنات |
{{calculateGirlsSchoolTotal() }} |
{{calculateGirlsTeacherTotal()}} |
{{calculateGirlsStudentTotal()}} |
{{calculateGirlsClassTotal()}} |
المجموع |
{{calculateBoySchoolTotal() + calculateGirlsSchoolTotal() }} |
{{calculateBoyTeacherTotal() + calculateGirlsTeacherTotal()}} |
{{calculateGirlsStudentTotal() + calculateBoyStudentTotal()}} |
{{calculateBoyClassTotal() + calculateGirlsClassTotal ()}} |
النسبة |
{{(calculateBoySchoolTotal() /(calculateBoySchoolTotal() + calculateGirlsSchoolTotal())) | percentage:2 }} | {{(calculateGirlsSchoolTotal() /(calculateBoySchoolTotal() + calculateGirlsSchoolTotal())) | percentage:2 }} |
{{(calculateBoyTeacherTotal() /(calculateBoyTeacherTotal() + calculateGirlsTeacherTotal())) | percentage:2 }} | {{(calculateGirlsTeacherTotal() /(calculateBoyTeacherTotal() + calculateGirlsTeacherTotal())) | percentage:2 }} |
{{(calculateBoyStudentTotal() /(calculateBoyStudentTotal() + calculateGirlsStudentTotal())) | percentage:2 }} | {{(calculateGirlsStudentTotal() /(calculateBoyStudentTotal() + calculateGirlsStudentTotal())) | percentage:2 }} |
{{(calculateBoyClassTotal() /(calculateBoyClassTotal() + calculateGirlsClassTotal())) | percentage:2 }} | {{(calculateGirlsClassTotal() /(calculateBoyClassTotal() + calculateGirlsClassTotal())) | percentage:2 }} |