@kipicore/dbcore 1.1.313 → 1.1.315
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/app.d.ts +20 -3
- package/dist/constants/app.js +20 -2
- package/dist/types/examGroupType.d.ts +52 -0
- package/package.json +1 -1
package/dist/constants/app.d.ts
CHANGED
|
@@ -678,7 +678,19 @@ export declare enum PDF_TEMPLATES {
|
|
|
678
678
|
TRIAL_CERTIFICATE_TEMPLATE = "trialCertificateTemplate",
|
|
679
679
|
HALL_TICKET_TEMPLATE = "hallTicketTemplate",
|
|
680
680
|
EVENT_CERTIFICATES = "eventCertificateTemplate",
|
|
681
|
-
ATTENDANCE_REPORT = "attendanceReport"
|
|
681
|
+
ATTENDANCE_REPORT = "attendanceReport",
|
|
682
|
+
DAILY_BOOK_ATTENDANCE_REPORT = "dailyBookAttendanceReport",
|
|
683
|
+
WORKING_DAYS_REPORT = "workingDaysReport",
|
|
684
|
+
STUDENT_WISE_ATTENDANCE_REPORT = "studentWiseAttendanceReport",
|
|
685
|
+
STANDARD_WISE_ATTENDANCE_REPORT = "standardWiseAttendanceReport",
|
|
686
|
+
ABSENT_REPORT = "absentReport",
|
|
687
|
+
EARLY_LEAVE_REPORT = "earlyLeaveReport",
|
|
688
|
+
CONSECUTIVE_ABSENT = "consecutiveAbsentStudent",
|
|
689
|
+
ATTENDANCE_WARNING_REPORT = "attendanceWarningReport",
|
|
690
|
+
MOST_REGULAR_STUDENT_OF_SCHOOL = "mostRegularStudentOfSchool",
|
|
691
|
+
MOST_REGULAR_STUDENT_OF_STANDARD = "mostRegularStudentOfStandard",
|
|
692
|
+
MOST_IRR_REGULAR_STUDENT_OF_SCHOOL = "mostIrrRegularStudentOfSchool",
|
|
693
|
+
MOST_IRR_REGULAR_STUDENT_OF_STANDARD = "mostIrrRegularStudentOfStandard"
|
|
682
694
|
}
|
|
683
695
|
export declare enum EMAIL_SUBJECTS {
|
|
684
696
|
CREATE_GUARDIAN_VERIFICATION = "Verification Of Guardian Request",
|
|
@@ -1201,11 +1213,16 @@ export declare enum DEVICE_TYPE_APP_ANALYTICS {
|
|
|
1201
1213
|
export declare enum REPORT_TYPE {
|
|
1202
1214
|
DAILY_BOOK_ATTENDANCE_REPORT = "DAILY_BOOK_ATTENDANCE_REPORT",
|
|
1203
1215
|
WORKING_DAYS_REPORT = "WORKING_DAYS_REPORT",
|
|
1204
|
-
|
|
1216
|
+
STUDENT_WISE_ATTENDANCE_REPORT = "STUDENT_WISE_ATTENDANCE_REPORT",
|
|
1205
1217
|
STANDARD_WISE_ATTENDANCE_REPORT = "STANDARD_WISE_ATTENDANCE_REPORT",
|
|
1206
1218
|
ABSENT_REPORT = "ABSENT_REPORT",
|
|
1207
1219
|
EARLY_LEAVE_REPORT = "EARLY_LEAVE_REPORT",
|
|
1208
|
-
|
|
1220
|
+
CONSECUTIVE_ABSENT = "CONSECUTIVE_ABSENT",
|
|
1221
|
+
ATTENDANCE_WARNING_REPORT = "ATTENDANCE_WARNING_REPORT",
|
|
1222
|
+
MOST_REGULAR_STUDENT_OF_SCHOOL = "MOST_REGULAR_STUDENT_OF_SCHOOL",
|
|
1223
|
+
MOST_REGULAR_STUDENT_OF_STANDARD = "MOST_REGULAR_STUDENT_OF_STANDARD",
|
|
1224
|
+
MOST_IRR_REGULAR_STUDENT_OF_SCHOOL = "MOST_IRR_REGULAR_STUDENT_OF_SCHOOL",
|
|
1225
|
+
MOST_IRR_REGULAR_STUDENT_OF_STANDARD = "MOST_IRR_REGULAR_STUDENT_OF_STANDARD"
|
|
1209
1226
|
}
|
|
1210
1227
|
export declare enum SEARCH_TYPE {
|
|
1211
1228
|
MASTER_ADMIN = "MASTER_ADMIN",
|
package/dist/constants/app.js
CHANGED
|
@@ -826,6 +826,18 @@ var PDF_TEMPLATES;
|
|
|
826
826
|
PDF_TEMPLATES["HALL_TICKET_TEMPLATE"] = "hallTicketTemplate";
|
|
827
827
|
PDF_TEMPLATES["EVENT_CERTIFICATES"] = "eventCertificateTemplate";
|
|
828
828
|
PDF_TEMPLATES["ATTENDANCE_REPORT"] = "attendanceReport";
|
|
829
|
+
PDF_TEMPLATES["DAILY_BOOK_ATTENDANCE_REPORT"] = "dailyBookAttendanceReport";
|
|
830
|
+
PDF_TEMPLATES["WORKING_DAYS_REPORT"] = "workingDaysReport";
|
|
831
|
+
PDF_TEMPLATES["STUDENT_WISE_ATTENDANCE_REPORT"] = "studentWiseAttendanceReport";
|
|
832
|
+
PDF_TEMPLATES["STANDARD_WISE_ATTENDANCE_REPORT"] = "standardWiseAttendanceReport";
|
|
833
|
+
PDF_TEMPLATES["ABSENT_REPORT"] = "absentReport";
|
|
834
|
+
PDF_TEMPLATES["EARLY_LEAVE_REPORT"] = "earlyLeaveReport";
|
|
835
|
+
PDF_TEMPLATES["CONSECUTIVE_ABSENT"] = "consecutiveAbsentStudent";
|
|
836
|
+
PDF_TEMPLATES["ATTENDANCE_WARNING_REPORT"] = "attendanceWarningReport";
|
|
837
|
+
PDF_TEMPLATES["MOST_REGULAR_STUDENT_OF_SCHOOL"] = "mostRegularStudentOfSchool";
|
|
838
|
+
PDF_TEMPLATES["MOST_REGULAR_STUDENT_OF_STANDARD"] = "mostRegularStudentOfStandard";
|
|
839
|
+
PDF_TEMPLATES["MOST_IRR_REGULAR_STUDENT_OF_SCHOOL"] = "mostIrrRegularStudentOfSchool";
|
|
840
|
+
PDF_TEMPLATES["MOST_IRR_REGULAR_STUDENT_OF_STANDARD"] = "mostIrrRegularStudentOfStandard";
|
|
829
841
|
})(PDF_TEMPLATES || (exports.PDF_TEMPLATES = PDF_TEMPLATES = {}));
|
|
830
842
|
var EMAIL_SUBJECTS;
|
|
831
843
|
(function (EMAIL_SUBJECTS) {
|
|
@@ -1468,11 +1480,17 @@ var REPORT_TYPE;
|
|
|
1468
1480
|
(function (REPORT_TYPE) {
|
|
1469
1481
|
REPORT_TYPE["DAILY_BOOK_ATTENDANCE_REPORT"] = "DAILY_BOOK_ATTENDANCE_REPORT";
|
|
1470
1482
|
REPORT_TYPE["WORKING_DAYS_REPORT"] = "WORKING_DAYS_REPORT";
|
|
1471
|
-
REPORT_TYPE["
|
|
1483
|
+
REPORT_TYPE["STUDENT_WISE_ATTENDANCE_REPORT"] = "STUDENT_WISE_ATTENDANCE_REPORT";
|
|
1472
1484
|
REPORT_TYPE["STANDARD_WISE_ATTENDANCE_REPORT"] = "STANDARD_WISE_ATTENDANCE_REPORT";
|
|
1473
1485
|
REPORT_TYPE["ABSENT_REPORT"] = "ABSENT_REPORT";
|
|
1474
1486
|
REPORT_TYPE["EARLY_LEAVE_REPORT"] = "EARLY_LEAVE_REPORT";
|
|
1475
|
-
|
|
1487
|
+
// SMART_ANALYSIS = 'SMART_ANALYSIS',
|
|
1488
|
+
REPORT_TYPE["CONSECUTIVE_ABSENT"] = "CONSECUTIVE_ABSENT";
|
|
1489
|
+
REPORT_TYPE["ATTENDANCE_WARNING_REPORT"] = "ATTENDANCE_WARNING_REPORT";
|
|
1490
|
+
REPORT_TYPE["MOST_REGULAR_STUDENT_OF_SCHOOL"] = "MOST_REGULAR_STUDENT_OF_SCHOOL";
|
|
1491
|
+
REPORT_TYPE["MOST_REGULAR_STUDENT_OF_STANDARD"] = "MOST_REGULAR_STUDENT_OF_STANDARD";
|
|
1492
|
+
REPORT_TYPE["MOST_IRR_REGULAR_STUDENT_OF_SCHOOL"] = "MOST_IRR_REGULAR_STUDENT_OF_SCHOOL";
|
|
1493
|
+
REPORT_TYPE["MOST_IRR_REGULAR_STUDENT_OF_STANDARD"] = "MOST_IRR_REGULAR_STUDENT_OF_STANDARD";
|
|
1476
1494
|
})(REPORT_TYPE || (exports.REPORT_TYPE = REPORT_TYPE = {}));
|
|
1477
1495
|
var SEARCH_TYPE;
|
|
1478
1496
|
(function (SEARCH_TYPE) {
|
|
@@ -4,3 +4,55 @@ export interface TUpdateExamGroupDataParams {
|
|
|
4
4
|
academicCalenderId?: string | null;
|
|
5
5
|
instituteId?: string | null;
|
|
6
6
|
}
|
|
7
|
+
export type ReportCard = {
|
|
8
|
+
school: School;
|
|
9
|
+
exam: Exam;
|
|
10
|
+
student: Student;
|
|
11
|
+
subjects: Subject[];
|
|
12
|
+
summary: Summary;
|
|
13
|
+
teacher: Teacher;
|
|
14
|
+
remarks: string;
|
|
15
|
+
};
|
|
16
|
+
export type School = {
|
|
17
|
+
name: string;
|
|
18
|
+
medium: string;
|
|
19
|
+
academicYear: string;
|
|
20
|
+
schoolCode: string;
|
|
21
|
+
affiliationNo: string;
|
|
22
|
+
address: string[];
|
|
23
|
+
logo: string;
|
|
24
|
+
seal: string;
|
|
25
|
+
};
|
|
26
|
+
export type Exam = {
|
|
27
|
+
title: string;
|
|
28
|
+
type: string;
|
|
29
|
+
date: string;
|
|
30
|
+
};
|
|
31
|
+
export type Student = {
|
|
32
|
+
name: string;
|
|
33
|
+
grNo: string;
|
|
34
|
+
standard: string;
|
|
35
|
+
division: string;
|
|
36
|
+
rollNo: string;
|
|
37
|
+
uidNo: string;
|
|
38
|
+
};
|
|
39
|
+
export type Subject = {
|
|
40
|
+
name: string;
|
|
41
|
+
total: number;
|
|
42
|
+
pass: number;
|
|
43
|
+
obtained: number;
|
|
44
|
+
grade: string;
|
|
45
|
+
};
|
|
46
|
+
export type Summary = {
|
|
47
|
+
totalMarks: number;
|
|
48
|
+
passMarks: number;
|
|
49
|
+
obtainedMarks: number;
|
|
50
|
+
percentage: number;
|
|
51
|
+
overallGrade: string;
|
|
52
|
+
rank: number;
|
|
53
|
+
result: string;
|
|
54
|
+
};
|
|
55
|
+
export type Teacher = {
|
|
56
|
+
classTeacher: string;
|
|
57
|
+
principal: string;
|
|
58
|
+
};
|
package/package.json
CHANGED