├── Project report1.pdf ├── _config.yml ├── app ├── JIST │ ├── .vs │ │ └── JIST │ │ │ └── v14 │ │ │ └── .suo │ ├── JIST.sln │ └── JIST │ │ ├── Admission_Registration.Designer.cs │ │ ├── Admission_Registration.cs │ │ ├── Admission_Registration.resx │ │ ├── App.config │ │ ├── Attendance.Designer.cs │ │ ├── Attendance.cs │ │ ├── Attendance.resx │ │ ├── AttendanceDetails.Designer.cs │ │ ├── AttendanceDetails.cs │ │ ├── AttendanceDetails.resx │ │ ├── CollectiveInformation.Designer.cs │ │ ├── CollectiveInformation.cs │ │ ├── CollectiveInformation.resx │ │ ├── Delete.Designer.cs │ │ ├── Delete.cs │ │ ├── Delete.resx │ │ ├── ExamManagement.Designer.cs │ │ ├── ExamManagement.cs │ │ ├── ExamManagement.resx │ │ ├── Fee Payment.Designer.cs │ │ ├── Fee Payment.cs │ │ ├── Fee Payment.resx │ │ ├── JIST logo2.ico │ │ ├── JIST logo23.ico │ │ ├── JIST logo2~1.ico │ │ ├── JIST.csproj │ │ ├── JIST.csproj.user │ │ ├── Login.Designer.cs │ │ ├── Login.cs │ │ ├── Login.resx │ │ ├── Non_Teaching_Admission.Designer.cs │ │ ├── Non_Teaching_Admission.cs │ │ ├── Non_Teaching_Admission.resx │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── Reports.Designer.cs │ │ ├── Reports.cs │ │ ├── Reports.resx │ │ ├── Resources │ │ ├── 13319923_849059308533197_7531743677838636694_n.jpg │ │ ├── 18555938_1134594819979643_2128376178189071867_n.jpg │ │ ├── 18622375_1135621386543653_1080340366521194387_n.jpg │ │ ├── 465831_368855303220269_1247157632_o.jpg │ │ ├── Apps-Search-icon small.png │ │ ├── Browse image Iconsmall1.png │ │ ├── Browse image Iconsmall4.png │ │ ├── FB_IMG_1497249784388.jpg │ │ ├── Thumbs.db │ │ ├── Users-icon.png │ │ ├── pencilsamll.png │ │ ├── print.png │ │ ├── remove-icon-png-26small.png │ │ └── upload-128small.png │ │ ├── StaffDelete.Designer.cs │ │ ├── StaffDelete.cs │ │ ├── StaffDelete.resx │ │ ├── StaffDetail.Designer.cs │ │ ├── StaffDetail.cs │ │ ├── StaffDetail.resx │ │ ├── StaffManagement.Designer.cs │ │ ├── StaffManagement.cs │ │ ├── StaffManagement.resx │ │ ├── StaffUpdate.Designer.cs │ │ ├── StaffUpdate.cs │ │ ├── StaffUpdate.resx │ │ ├── StudentDetails.Designer.cs │ │ ├── StudentDetails.cs │ │ ├── StudentDetails.resx │ │ ├── StudentManagement.Designer.cs │ │ ├── StudentManagement.cs │ │ ├── StudentManagement.resx │ │ ├── Student_Admission.Designer.cs │ │ ├── Student_Admission.cs │ │ ├── Student_Admission.resx │ │ ├── Teaching_Staff_Admission.Designer.cs │ │ ├── Teaching_Staff_Admission.cs │ │ ├── Teaching_Staff_Admission.resx │ │ ├── Thumbs.db │ │ ├── Update.Designer.cs │ │ ├── Update.cs │ │ ├── Update.resx │ │ ├── bin │ │ └── Debug │ │ │ ├── Animator.dll │ │ │ ├── Bunifu_UI_v1.52.dll │ │ │ ├── JIST.exe │ │ │ ├── JIST.exe.config │ │ │ ├── JIST.pdb │ │ │ ├── JIST.vshost.exe │ │ │ ├── JIST.vshost.exe.config │ │ │ ├── JIST.vshost.exe.manifest │ │ │ └── Oracle.ManagedDataAccess.dll │ │ ├── homepage.Designer.cs │ │ ├── homepage.cs │ │ ├── homepage.resx │ │ ├── insertAttendance.Designer.cs │ │ ├── insertAttendance.cs │ │ ├── insertAttendance.resx │ │ ├── insertmarks.Designer.cs │ │ ├── insertmarks.cs │ │ ├── insertmarks.resx │ │ ├── loading.Designer.cs │ │ ├── loading.cs │ │ ├── loading.resx │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── JIST.Admission_Registration.resources │ │ ├── JIST.Attendance.resources │ │ ├── JIST.AttendanceDetails.resources │ │ ├── JIST.CollectiveInformation.resources │ │ ├── JIST.Delete.resources │ │ ├── JIST.ExamManagement.resources │ │ ├── JIST.Fee_Payment.resources │ │ ├── JIST.Login.resources │ │ ├── JIST.Non_Teaching_Admission.resources │ │ ├── JIST.Properties.Resources.resources │ │ ├── JIST.Reports.resources │ │ ├── JIST.StaffDelete.resources │ │ ├── JIST.StaffDetail.resources │ │ ├── JIST.StaffManagement.resources │ │ ├── JIST.StaffUpdate.resources │ │ ├── JIST.StudentDetails.resources │ │ ├── JIST.StudentManagement.resources │ │ ├── JIST.Student_Admission.resources │ │ ├── JIST.Teaching_Staff_Admission.resources │ │ ├── JIST.Update.resources │ │ ├── JIST.csproj.FileListAbsolute.txt │ │ ├── JIST.csproj.GenerateResource.Cache │ │ ├── JIST.csprojResolveAssemblyReference.cache │ │ ├── JIST.exe │ │ ├── JIST.homepage.resources │ │ ├── JIST.insertAttendance.resources │ │ ├── JIST.insertmarks.resources │ │ ├── JIST.loading.resources │ │ ├── JIST.pdb │ │ ├── TempPE │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── Readme.txt ├── database ├── Database │ ├── CONSTRAINTS │ │ ├── ADMIN.sql │ │ ├── ATTENDANCE.sql │ │ ├── COURSE.sql │ │ ├── DEPARTMENT.sql │ │ ├── EXAM.sql │ │ ├── EXAM_SUB.sql │ │ ├── FEE.sql │ │ ├── OFFICE_STAFF.sql │ │ ├── PERSON.sql │ │ ├── SEMESTER.sql │ │ ├── STUDENT.sql │ │ ├── STUDENT_COURSE.sql │ │ ├── STUDENT_FEE.sql │ │ ├── SUBJECT.sql │ │ └── TEACHING_STAFF.sql │ ├── DATA_TABLE │ │ ├── ADMIN.xlsx │ │ ├── ATTENDANCE.xlsx │ │ ├── COURSE.xlsx │ │ ├── DEPARTMENT.xlsx │ │ ├── EXAM.xlsx │ │ ├── EXAM_SUB.xlsx │ │ ├── FEE.xlsx │ │ ├── LASTLOGIN.xlsx │ │ ├── OFFICE_STAFF.xlsx │ │ ├── PERSON.xlsx │ │ ├── SEMESTER.xlsx │ │ ├── STUDENT.xlsx │ │ ├── STUDENT_COURSE.xlsx │ │ ├── STUDENT_FEE.xlsx │ │ ├── SUBJECT.xlsx │ │ └── TEACHING_STAFF.xlsx │ ├── DROPS │ │ └── DROP.sql │ ├── FUNCTIONS │ │ ├── CUSTOM_AUTH.sql │ │ └── CUSTOM_HASH.sql │ ├── Generated-20170711120412.sql │ ├── INDEXES │ │ ├── ADMIN_PK.sql │ │ ├── COURSE_PK.sql │ │ ├── DEPARTMENT_PK.sql │ │ ├── EMAILID_ALREADY_EXISTED.sql │ │ ├── EXAM_PK.sql │ │ ├── FEE_PK.sql │ │ ├── OFFICE_STAFF_PK.sql │ │ ├── PERSON_PK.sql │ │ ├── SEMESTER_PK.sql │ │ ├── STUDENT_PK.sql │ │ ├── SUBJECT_PK.sql │ │ └── TEACHING_STUFF_PK.sql │ ├── SEQUENCES │ │ ├── DEMO_CUST_SEQ.sql │ │ ├── DEMO_ORDER_ITEMS_SEQ.sql │ │ ├── DEMO_ORD_SEQ.sql │ │ ├── DEMO_PROD_SEQ.sql │ │ ├── DEMO_USERS_SEQ.sql │ │ ├── EXAMSEQ.sql │ │ ├── NONTEACHERSEQ.sql │ │ ├── PERSONSEQ.sql │ │ ├── STUDENTSEQ.sql │ │ └── TEACHERSEQ.sql │ ├── TABLES │ │ ├── ADMIN.sql │ │ ├── ATTENDANCE.sql │ │ ├── COURSE.sql │ │ ├── DEPARTMENT.sql │ │ ├── EXAM.sql │ │ ├── EXAM_SUB.sql │ │ ├── FEE.sql │ │ ├── LASTLOGIN.sql │ │ ├── OFFICE_STAFF.sql │ │ ├── PERSON.sql │ │ ├── SEMESTER.sql │ │ ├── STUDENT.sql │ │ ├── STUDENT_COURSE.sql │ │ ├── STUDENT_FEE.sql │ │ ├── SUBJECT.sql │ │ └── TEACHING_STAFF.sql │ └── TRIGGERS │ │ ├── EXAM_TRG.sql │ │ ├── PERSON_TRG.sql │ │ └── STUDENT_TRG.sql ├── ER-MODEL.jpeg ├── Readme.txt └── RelationalModel.jpeg ├── readme.md └── screenshot ├── AttendanceDetail.png ├── home.png ├── loading.png ├── login.png ├── staffdetail.png └── studentadmission.png /Project report1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/Project report1.pdf -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/_config.yml -------------------------------------------------------------------------------- /app/JIST/.vs/JIST/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/.vs/JIST/v14/.suo -------------------------------------------------------------------------------- /app/JIST/JIST.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST.sln -------------------------------------------------------------------------------- /app/JIST/JIST/Admission_Registration.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Admission_Registration.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Admission_Registration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Admission_Registration.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Admission_Registration.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Admission_Registration.resx -------------------------------------------------------------------------------- /app/JIST/JIST/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/App.config -------------------------------------------------------------------------------- /app/JIST/JIST/Attendance.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Attendance.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Attendance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Attendance.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Attendance.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Attendance.resx -------------------------------------------------------------------------------- /app/JIST/JIST/AttendanceDetails.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/AttendanceDetails.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/AttendanceDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/AttendanceDetails.cs -------------------------------------------------------------------------------- /app/JIST/JIST/AttendanceDetails.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/AttendanceDetails.resx -------------------------------------------------------------------------------- /app/JIST/JIST/CollectiveInformation.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/CollectiveInformation.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/CollectiveInformation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/CollectiveInformation.cs -------------------------------------------------------------------------------- /app/JIST/JIST/CollectiveInformation.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/CollectiveInformation.resx -------------------------------------------------------------------------------- /app/JIST/JIST/Delete.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Delete.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Delete.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Delete.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Delete.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Delete.resx -------------------------------------------------------------------------------- /app/JIST/JIST/ExamManagement.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/ExamManagement.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/ExamManagement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/ExamManagement.cs -------------------------------------------------------------------------------- /app/JIST/JIST/ExamManagement.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/ExamManagement.resx -------------------------------------------------------------------------------- /app/JIST/JIST/Fee Payment.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Fee Payment.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Fee Payment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Fee Payment.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Fee Payment.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Fee Payment.resx -------------------------------------------------------------------------------- /app/JIST/JIST/JIST logo2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/JIST logo2.ico -------------------------------------------------------------------------------- /app/JIST/JIST/JIST logo23.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/JIST logo23.ico -------------------------------------------------------------------------------- /app/JIST/JIST/JIST logo2~1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/JIST logo2~1.ico -------------------------------------------------------------------------------- /app/JIST/JIST/JIST.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/JIST.csproj -------------------------------------------------------------------------------- /app/JIST/JIST/JIST.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/JIST.csproj.user -------------------------------------------------------------------------------- /app/JIST/JIST/Login.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Login.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Login.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Login.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Login.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Login.resx -------------------------------------------------------------------------------- /app/JIST/JIST/Non_Teaching_Admission.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Non_Teaching_Admission.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Non_Teaching_Admission.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Non_Teaching_Admission.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Non_Teaching_Admission.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Non_Teaching_Admission.resx -------------------------------------------------------------------------------- /app/JIST/JIST/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Program.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Properties/Resources.resx -------------------------------------------------------------------------------- /app/JIST/JIST/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Properties/Settings.settings -------------------------------------------------------------------------------- /app/JIST/JIST/Reports.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Reports.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Reports.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Reports.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Reports.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Reports.resx -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/13319923_849059308533197_7531743677838636694_n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/13319923_849059308533197_7531743677838636694_n.jpg -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/18555938_1134594819979643_2128376178189071867_n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/18555938_1134594819979643_2128376178189071867_n.jpg -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/18622375_1135621386543653_1080340366521194387_n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/18622375_1135621386543653_1080340366521194387_n.jpg -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/465831_368855303220269_1247157632_o.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/465831_368855303220269_1247157632_o.jpg -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/Apps-Search-icon small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/Apps-Search-icon small.png -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/Browse image Iconsmall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/Browse image Iconsmall1.png -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/Browse image Iconsmall4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/Browse image Iconsmall4.png -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/FB_IMG_1497249784388.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/FB_IMG_1497249784388.jpg -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/Thumbs.db -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/Users-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/Users-icon.png -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/pencilsamll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/pencilsamll.png -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/print.png -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/remove-icon-png-26small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/remove-icon-png-26small.png -------------------------------------------------------------------------------- /app/JIST/JIST/Resources/upload-128small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Resources/upload-128small.png -------------------------------------------------------------------------------- /app/JIST/JIST/StaffDelete.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffDelete.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StaffDelete.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffDelete.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StaffDelete.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffDelete.resx -------------------------------------------------------------------------------- /app/JIST/JIST/StaffDetail.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffDetail.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StaffDetail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffDetail.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StaffDetail.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffDetail.resx -------------------------------------------------------------------------------- /app/JIST/JIST/StaffManagement.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffManagement.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StaffManagement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffManagement.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StaffManagement.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffManagement.resx -------------------------------------------------------------------------------- /app/JIST/JIST/StaffUpdate.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffUpdate.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StaffUpdate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffUpdate.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StaffUpdate.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StaffUpdate.resx -------------------------------------------------------------------------------- /app/JIST/JIST/StudentDetails.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StudentDetails.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StudentDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StudentDetails.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StudentDetails.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StudentDetails.resx -------------------------------------------------------------------------------- /app/JIST/JIST/StudentManagement.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StudentManagement.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StudentManagement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StudentManagement.cs -------------------------------------------------------------------------------- /app/JIST/JIST/StudentManagement.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/StudentManagement.resx -------------------------------------------------------------------------------- /app/JIST/JIST/Student_Admission.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Student_Admission.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Student_Admission.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Student_Admission.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Student_Admission.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Student_Admission.resx -------------------------------------------------------------------------------- /app/JIST/JIST/Teaching_Staff_Admission.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Teaching_Staff_Admission.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Teaching_Staff_Admission.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Teaching_Staff_Admission.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Teaching_Staff_Admission.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Teaching_Staff_Admission.resx -------------------------------------------------------------------------------- /app/JIST/JIST/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Thumbs.db -------------------------------------------------------------------------------- /app/JIST/JIST/Update.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Update.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Update.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Update.cs -------------------------------------------------------------------------------- /app/JIST/JIST/Update.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/Update.resx -------------------------------------------------------------------------------- /app/JIST/JIST/bin/Debug/Animator.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/bin/Debug/Animator.dll -------------------------------------------------------------------------------- /app/JIST/JIST/bin/Debug/Bunifu_UI_v1.52.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/bin/Debug/Bunifu_UI_v1.52.dll -------------------------------------------------------------------------------- /app/JIST/JIST/bin/Debug/JIST.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/bin/Debug/JIST.exe -------------------------------------------------------------------------------- /app/JIST/JIST/bin/Debug/JIST.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/bin/Debug/JIST.exe.config -------------------------------------------------------------------------------- /app/JIST/JIST/bin/Debug/JIST.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/bin/Debug/JIST.pdb -------------------------------------------------------------------------------- /app/JIST/JIST/bin/Debug/JIST.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/bin/Debug/JIST.vshost.exe -------------------------------------------------------------------------------- /app/JIST/JIST/bin/Debug/JIST.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/bin/Debug/JIST.vshost.exe.config -------------------------------------------------------------------------------- /app/JIST/JIST/bin/Debug/JIST.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/bin/Debug/JIST.vshost.exe.manifest -------------------------------------------------------------------------------- /app/JIST/JIST/bin/Debug/Oracle.ManagedDataAccess.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/bin/Debug/Oracle.ManagedDataAccess.dll -------------------------------------------------------------------------------- /app/JIST/JIST/homepage.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/homepage.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/homepage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/homepage.cs -------------------------------------------------------------------------------- /app/JIST/JIST/homepage.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/homepage.resx -------------------------------------------------------------------------------- /app/JIST/JIST/insertAttendance.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/insertAttendance.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/insertAttendance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/insertAttendance.cs -------------------------------------------------------------------------------- /app/JIST/JIST/insertAttendance.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/insertAttendance.resx -------------------------------------------------------------------------------- /app/JIST/JIST/insertmarks.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/insertmarks.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/insertmarks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/insertmarks.cs -------------------------------------------------------------------------------- /app/JIST/JIST/insertmarks.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/insertmarks.resx -------------------------------------------------------------------------------- /app/JIST/JIST/loading.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/loading.Designer.cs -------------------------------------------------------------------------------- /app/JIST/JIST/loading.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/loading.cs -------------------------------------------------------------------------------- /app/JIST/JIST/loading.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/loading.resx -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Admission_Registration.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Admission_Registration.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Attendance.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Attendance.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.AttendanceDetails.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.AttendanceDetails.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.CollectiveInformation.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.CollectiveInformation.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Delete.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Delete.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.ExamManagement.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.ExamManagement.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Fee_Payment.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Fee_Payment.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Login.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Login.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Non_Teaching_Admission.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Non_Teaching_Admission.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Properties.Resources.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Reports.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Reports.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.StaffDelete.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.StaffDelete.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.StaffDetail.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.StaffDetail.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.StaffManagement.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.StaffManagement.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.StaffUpdate.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.StaffUpdate.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.StudentDetails.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.StudentDetails.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.StudentManagement.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.StudentManagement.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Student_Admission.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Student_Admission.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Teaching_Staff_Admission.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Teaching_Staff_Admission.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.Update.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.Update.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.exe -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.homepage.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.homepage.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.insertAttendance.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.insertAttendance.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.insertmarks.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.insertmarks.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.loading.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.loading.resources -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/JIST.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/JIST.pdb -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/JIST/JIST/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/JIST/JIST/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/app/Readme.txt -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/ADMIN.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/ADMIN.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/ATTENDANCE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/ATTENDANCE.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/COURSE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/COURSE.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/DEPARTMENT.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/DEPARTMENT.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/EXAM.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/EXAM.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/EXAM_SUB.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/EXAM_SUB.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/FEE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/FEE.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/OFFICE_STAFF.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/OFFICE_STAFF.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/PERSON.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/PERSON.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/SEMESTER.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/SEMESTER.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/STUDENT.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/STUDENT.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/STUDENT_COURSE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/STUDENT_COURSE.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/STUDENT_FEE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/STUDENT_FEE.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/SUBJECT.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/SUBJECT.sql -------------------------------------------------------------------------------- /database/Database/CONSTRAINTS/TEACHING_STAFF.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/CONSTRAINTS/TEACHING_STAFF.sql -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/ADMIN.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/ADMIN.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/ATTENDANCE.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/ATTENDANCE.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/COURSE.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/COURSE.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/DEPARTMENT.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/DEPARTMENT.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/EXAM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/EXAM.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/EXAM_SUB.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/EXAM_SUB.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/FEE.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/FEE.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/LASTLOGIN.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/LASTLOGIN.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/OFFICE_STAFF.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/OFFICE_STAFF.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/PERSON.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/PERSON.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/SEMESTER.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/SEMESTER.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/STUDENT.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/STUDENT.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/STUDENT_COURSE.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/STUDENT_COURSE.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/STUDENT_FEE.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/STUDENT_FEE.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/SUBJECT.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/SUBJECT.xlsx -------------------------------------------------------------------------------- /database/Database/DATA_TABLE/TEACHING_STAFF.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DATA_TABLE/TEACHING_STAFF.xlsx -------------------------------------------------------------------------------- /database/Database/DROPS/DROP.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/DROPS/DROP.sql -------------------------------------------------------------------------------- /database/Database/FUNCTIONS/CUSTOM_AUTH.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/FUNCTIONS/CUSTOM_AUTH.sql -------------------------------------------------------------------------------- /database/Database/FUNCTIONS/CUSTOM_HASH.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/FUNCTIONS/CUSTOM_HASH.sql -------------------------------------------------------------------------------- /database/Database/Generated-20170711120412.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/Generated-20170711120412.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/ADMIN_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/ADMIN_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/COURSE_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/COURSE_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/DEPARTMENT_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/DEPARTMENT_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/EMAILID_ALREADY_EXISTED.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/EMAILID_ALREADY_EXISTED.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/EXAM_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/EXAM_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/FEE_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/FEE_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/OFFICE_STAFF_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/OFFICE_STAFF_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/PERSON_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/PERSON_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/SEMESTER_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/SEMESTER_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/STUDENT_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/STUDENT_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/SUBJECT_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/SUBJECT_PK.sql -------------------------------------------------------------------------------- /database/Database/INDEXES/TEACHING_STUFF_PK.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/INDEXES/TEACHING_STUFF_PK.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/DEMO_CUST_SEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/DEMO_CUST_SEQ.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/DEMO_ORDER_ITEMS_SEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/DEMO_ORDER_ITEMS_SEQ.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/DEMO_ORD_SEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/DEMO_ORD_SEQ.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/DEMO_PROD_SEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/DEMO_PROD_SEQ.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/DEMO_USERS_SEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/DEMO_USERS_SEQ.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/EXAMSEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/EXAMSEQ.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/NONTEACHERSEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/NONTEACHERSEQ.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/PERSONSEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/PERSONSEQ.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/STUDENTSEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/STUDENTSEQ.sql -------------------------------------------------------------------------------- /database/Database/SEQUENCES/TEACHERSEQ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/SEQUENCES/TEACHERSEQ.sql -------------------------------------------------------------------------------- /database/Database/TABLES/ADMIN.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/ADMIN.sql -------------------------------------------------------------------------------- /database/Database/TABLES/ATTENDANCE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/ATTENDANCE.sql -------------------------------------------------------------------------------- /database/Database/TABLES/COURSE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/COURSE.sql -------------------------------------------------------------------------------- /database/Database/TABLES/DEPARTMENT.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/DEPARTMENT.sql -------------------------------------------------------------------------------- /database/Database/TABLES/EXAM.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/EXAM.sql -------------------------------------------------------------------------------- /database/Database/TABLES/EXAM_SUB.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/EXAM_SUB.sql -------------------------------------------------------------------------------- /database/Database/TABLES/FEE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/FEE.sql -------------------------------------------------------------------------------- /database/Database/TABLES/LASTLOGIN.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/LASTLOGIN.sql -------------------------------------------------------------------------------- /database/Database/TABLES/OFFICE_STAFF.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/OFFICE_STAFF.sql -------------------------------------------------------------------------------- /database/Database/TABLES/PERSON.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/PERSON.sql -------------------------------------------------------------------------------- /database/Database/TABLES/SEMESTER.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/SEMESTER.sql -------------------------------------------------------------------------------- /database/Database/TABLES/STUDENT.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/STUDENT.sql -------------------------------------------------------------------------------- /database/Database/TABLES/STUDENT_COURSE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/STUDENT_COURSE.sql -------------------------------------------------------------------------------- /database/Database/TABLES/STUDENT_FEE.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/STUDENT_FEE.sql -------------------------------------------------------------------------------- /database/Database/TABLES/SUBJECT.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/SUBJECT.sql -------------------------------------------------------------------------------- /database/Database/TABLES/TEACHING_STAFF.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TABLES/TEACHING_STAFF.sql -------------------------------------------------------------------------------- /database/Database/TRIGGERS/EXAM_TRG.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TRIGGERS/EXAM_TRG.sql -------------------------------------------------------------------------------- /database/Database/TRIGGERS/PERSON_TRG.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TRIGGERS/PERSON_TRG.sql -------------------------------------------------------------------------------- /database/Database/TRIGGERS/STUDENT_TRG.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Database/TRIGGERS/STUDENT_TRG.sql -------------------------------------------------------------------------------- /database/ER-MODEL.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/ER-MODEL.jpeg -------------------------------------------------------------------------------- /database/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/Readme.txt -------------------------------------------------------------------------------- /database/RelationalModel.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/database/RelationalModel.jpeg -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/readme.md -------------------------------------------------------------------------------- /screenshot/AttendanceDetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/screenshot/AttendanceDetail.png -------------------------------------------------------------------------------- /screenshot/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/screenshot/home.png -------------------------------------------------------------------------------- /screenshot/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/screenshot/loading.png -------------------------------------------------------------------------------- /screenshot/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/screenshot/login.png -------------------------------------------------------------------------------- /screenshot/staffdetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/screenshot/staffdetail.png -------------------------------------------------------------------------------- /screenshot/studentadmission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RocktimRajkumar/Institute-Management-System/HEAD/screenshot/studentadmission.png --------------------------------------------------------------------------------