├── Attendance.html ├── README.md ├── account_category_manager.php ├── account_report.php ├── account_setting.php ├── add_account_category_manager.php ├── add_allocate_section.php ├── add_allocate_stream.php ├── add_allocate_subject.php ├── add_category.html ├── add_class.php ├── add_expense.php ├── add_fees_package.php ├── add_income.php ├── add_new_staff_detail.php ├── add_school_detail.php ├── add_section.php ├── add_staff_department.php ├── add_staff_position.php ├── add_staff_qualification.php ├── add_stream.php ├── add_student_fees.php ├── add_student_transport_fees.php ├── add_sub_category.html ├── add_subject.php ├── add_term.php ├── ajax_fees_code.php ├── ajax_stream_code.php ├── ajax_stream_code1.php ├── ajax_stream_code2.php ├── ajax_transport_fees_code.php ├── ajaxcode.php ├── allocate_section.php ├── allocate_stream.php ├── allocate_subject.php ├── category.php ├── change_password.php ├── checkbookno.php ├── checkregno.php ├── class.php ├── connectors └── php │ ├── connector.php │ └── elFinder.class.php ├── cp_dt_03.php ├── css ├── form.css ├── gradient.css ├── ie │ ├── ie7.css │ ├── ie8.css │ └── ie9.css ├── jquery-ui-1.8.18.custom.css ├── layout.css ├── reset.css ├── shCore.css ├── sprite.css ├── typography.css ├── ui-elements.css └── wizard.css ├── daily_report.php ├── dashboard.php ├── delete_account_category_manager.php ├── delete_admission.php ├── delete_allocate_section.php ├── delete_allocate_stream.php ├── delete_allocate_subject.php ├── delete_class.php ├── delete_expense.php ├── delete_fees_package.php ├── delete_income.php ├── delete_school_detail.php ├── delete_section.php ├── delete_staff.php ├── delete_staff_category.php ├── delete_staff_department.php ├── delete_staff_position.php ├── delete_staff_qualification.php ├── delete_stream.php ├── delete_student_fees.php ├── delete_student_transport_fees.php ├── delete_subject.php ├── delete_term.php ├── demo.php ├── edit_account_category_manager.php ├── edit_allocate_section.php ├── edit_allocate_stream.php ├── edit_allocate_subject.php ├── edit_class.php ├── edit_expense.php ├── edit_fees_package.php ├── edit_income.php ├── edit_school_detail.php ├── edit_section.php ├── edit_staf_employee_detail.php ├── edit_staff_category.php ├── edit_staff_department.php ├── edit_staff_position.php ├── edit_staff_qualification.php ├── edit_stream.php ├── edit_student_fees.php ├── edit_student_fees11.php ├── edit_student_transport_fees.php ├── edit_subject.php ├── edit_term.php ├── employee_profile.html ├── entry_account_report.php ├── entry_add_max_marks.php ├── entry_add_student_transport_fees.php ├── entry_exam_add_student_marks.php ├── entry_exam_marksheet.php ├── entry_exam_marksheet1.php ├── entry_fees_reciept.php ├── entry_fees_reciept1.php ├── entry_student_fees.php ├── entry_student_fine_detail.php ├── entry_student_pending_fees.php ├── entry_student_tc.php ├── entry_student_transport_fees.php ├── entry_transport_add_student.php ├── entry_transport_fees_reciept.php ├── entry_transport_fees_reciept1.php ├── exam_add_maximum_marks.php ├── exam_date.php ├── exam_edit_maximum_marks.php ├── exam_edit_time_table.php ├── exam_final_marksheet.php ├── exam_marks_add_student.php ├── exam_marksheet_searchby_name.php ├── exam_result.php ├── exam_searchby_name.php ├── exam_select_exam_term.php ├── exam_setting.php ├── exam_show_maximum_marks.php ├── exam_show_student_marks.php ├── exam_time_table_detail.php ├── expense_manager.php ├── fees_manager.php ├── fees_manager11.php ├── fees_manager_pagination.php ├── fees_package.php ├── fees_reciept.php ├── fees_reciept_byterm.php ├── fees_reciept_searchby_name.php ├── fees_search_result.php ├── fees_searchby_name.php ├── fees_setting.php ├── form-elements.html ├── form-grid.html ├── income_exp_pagination.php ├── income_manager.php ├── index.php ├── js ├── ColVis.min.js ├── TableTools.min.js ├── ZeroClipboard.js ├── accordion.jquery.js ├── autogrow.jquery.js ├── bootstrap-colorpicker.js ├── bootstrap-datepicker.js ├── bootstrap-dropdown.js ├── chart-plugins │ ├── jqplot.BezierCurveRenderer.js │ ├── jqplot.BezierCurveRenderer.min.js │ ├── jqplot.barRenderer.js │ ├── jqplot.barRenderer.min.js │ ├── jqplot.blockRenderer.js │ ├── jqplot.blockRenderer.min.js │ ├── jqplot.bubbleRenderer.js │ ├── jqplot.bubbleRenderer.min.js │ ├── jqplot.canvasAxisLabelRenderer.js │ ├── jqplot.canvasAxisLabelRenderer.min.js │ ├── jqplot.canvasAxisTickRenderer.js │ ├── jqplot.canvasAxisTickRenderer.min.js │ ├── jqplot.canvasOverlay.js │ ├── jqplot.canvasOverlay.min.js │ ├── jqplot.canvasTextRenderer.js │ ├── jqplot.canvasTextRenderer.min.js │ ├── jqplot.categoryAxisRenderer.js │ ├── jqplot.categoryAxisRenderer.min.js │ ├── jqplot.ciParser.js │ ├── jqplot.ciParser.min.js │ ├── jqplot.cursor.js │ ├── jqplot.cursor.min.js │ ├── jqplot.dateAxisRenderer.js │ ├── jqplot.dateAxisRenderer.min.js │ ├── jqplot.donutRenderer.js │ ├── jqplot.donutRenderer.min.js │ ├── jqplot.dragable.js │ ├── jqplot.dragable.min.js │ ├── jqplot.enhancedLegendRenderer.js │ ├── jqplot.enhancedLegendRenderer.min.js │ ├── jqplot.funnelRenderer.js │ ├── jqplot.funnelRenderer.min.js │ ├── jqplot.highlighter.js │ ├── jqplot.highlighter.min.js │ ├── jqplot.json2.js │ ├── jqplot.json2.min.js │ ├── jqplot.logAxisRenderer.js │ ├── jqplot.logAxisRenderer.min.js │ ├── jqplot.mekkoAxisRenderer.js │ ├── jqplot.mekkoAxisRenderer.min.js │ ├── jqplot.mekkoRenderer.js │ ├── jqplot.mekkoRenderer.min.js │ ├── jqplot.meterGaugeRenderer.js │ ├── jqplot.meterGaugeRenderer.min.js │ ├── jqplot.ohlcRenderer.js │ ├── jqplot.ohlcRenderer.min.js │ ├── jqplot.pieRenderer.js │ ├── jqplot.pieRenderer.min.js │ ├── jqplot.pointLabels.js │ ├── jqplot.pointLabels.min.js │ ├── jqplot.pyramidAxisRenderer.js │ ├── jqplot.pyramidAxisRenderer.min.js │ ├── jqplot.pyramidGridRenderer.js │ ├── jqplot.pyramidGridRenderer.min.js │ ├── jqplot.pyramidRenderer.js │ ├── jqplot.pyramidRenderer.min.js │ ├── jqplot.trendline.js │ └── jqplot.trendline.min.js ├── check-all.jquery.js ├── chosen.jquery.js ├── code-highlighter │ ├── brush │ │ ├── shAutoloader.js │ │ ├── shBrushAS3.js │ │ ├── shBrushAppleScript.js │ │ ├── shBrushBash.js │ │ ├── shBrushCSharp.js │ │ ├── shBrushColdFusion.js │ │ ├── shBrushCpp.js │ │ ├── shBrushCss.js │ │ ├── shBrushDelphi.js │ │ ├── shBrushDiff.js │ │ ├── shBrushErlang.js │ │ ├── shBrushGroovy.js │ │ ├── shBrushJScript.js │ │ ├── shBrushJava.js │ │ ├── shBrushJavaFX.js │ │ ├── shBrushPerl.js │ │ ├── shBrushPhp.js │ │ ├── shBrushPlain.js │ │ ├── shBrushPowerShell.js │ │ ├── shBrushPython.js │ │ ├── shBrushRuby.js │ │ ├── shBrushSass.js │ │ ├── shBrushScala.js │ │ ├── shBrushSql.js │ │ ├── shBrushVb.js │ │ ├── shBrushXml.js │ │ ├── shCore.js │ │ └── shLegacy.js │ ├── shAutoloader.js │ └── shCore.js ├── custom-scripts.js ├── duallist.jquery.js ├── easing.jquery.js ├── elfinder.min.js ├── excanvas.min.js ├── fg.menu.js ├── full-calendar.jquery.js ├── input-limiter.jquery.js ├── inputmask.jquery.js ├── iphone-style-checkbox.jquery.js ├── jeditable.jquery.js ├── jquery-1.7.1.min.js ├── jquery-ui-1.8.18.custom.min.js ├── jquery.autocomplete.min.js ├── jquery.cleditor.js ├── jquery.collapse.js ├── jquery.colorbox-min.js ├── jquery.confirm.js ├── jquery.cookie.js ├── jquery.idTabs.min.js ├── jquery.jBreadCrumb.1.1.js ├── jquery.jqplot.min.js ├── jquery.multiFieldExtender.min.js ├── jquery.noty.js ├── jquery.peity.js ├── jquery.simplemodal.js ├── jquery.tagsinput.js ├── jquery.tipsy.js ├── localdata.js ├── meta-data.jquery.js ├── mosaic.1.0.1.min.js ├── quicksand.jquery.js ├── raty.jquery.js ├── selectToUISlider.jQuery.js ├── smart-wizard.jquery.js ├── stepy.jquery.js ├── sticky.full.js ├── treeview.jquery.js ├── ui-accordion.jquery.js ├── uniform.jquery.js └── vaidation.jquery.js ├── library.html ├── library_add_book.php ├── library_add_book_category.php ├── library_add_fine.php ├── library_add_student_books.php ├── library_book_category.php ├── library_book_manager.php ├── library_delete_book.php ├── library_delete_book_category.php ├── library_delete_fine.php ├── library_delete_student_books.php ├── library_delete_student_fine_detail.php ├── library_delete_student_fine_detail1.php ├── library_edit_book.php ├── library_edit_book_category.php ├── library_edit_fine.php ├── library_edit_student_books.php ├── library_edit_student_fine_detail.php ├── library_edit_student_fine_detail1.php ├── library_entry1_add_student_books.php ├── library_entry_add_student_books.php ├── library_entry_student_return_books.php ├── library_fine_manager.php ├── library_return_student_books_page.php ├── library_setting.php ├── library_student_books_manager.php ├── library_student_return_books.php ├── library_student_returnbook_searchby_name.php ├── library_student_searchby_name.php ├── login_process.php ├── logout.php ├── marksheet.html ├── marksheet.php ├── pagination.php ├── print_daily_report.php ├── qualification.html ├── resister.html ├── rte_admission.php ├── rte_checkregno.php ├── rte_delete_admission.php ├── rte_edit_admission.php ├── rte_student_detail.php ├── rte_student_detail_pagination.php ├── rte_student_search_result.php ├── rte_view_student_detail.php ├── school_detail.php ├── searchby_name.php ├── section.php ├── session.php ├── staff_category.html ├── staff_department.html ├── staff_position.html ├── staff_setting.php ├── stream.php ├── stream_module.php ├── student_detail.php ├── student_detail_2.php ├── student_detail_pagination.php ├── student_fees_reports.php ├── student_fees_reports_pagination.php ├── student_fine_detail.php ├── student_fine_detail1.php ├── student_fine_detail_seach_by_name.php ├── student_pending_fees_detail.php ├── student_pending_fees_pagination.php ├── student_search_result.php ├── student_tc.php ├── student_tc_backup.php ├── student_tc_search_by_name.php ├── student_tc_show.php ├── student_transport_fees.php ├── student_transport_fees_reports.php ├── student_transport_pending_fees_detail.php ├── student_transport_pending_fees_pagination.php ├── sub_category.html ├── subject.php ├── subject_module.php ├── term_manager.php ├── transport.html ├── transport_add_route.php ├── transport_add_student.php ├── transport_add_vechile.php ├── transport_edit_student.php ├── transport_edit_vehicle.php ├── transport_entry_add_student.php ├── transport_fees_reciept.php ├── transport_fees_reciept_byterm.php ├── transport_fees_reciept_searchby_name.php ├── transport_fees_result.php ├── transport_fees_searchby_name.php ├── transport_route_detail.php ├── transport_route_edit.php ├── transport_searchby_name.php ├── transport_setting.php ├── transport_student_detail.php ├── transport_student_fee_detail.html ├── transport_student_result.php ├── transport_vechile_detail.php ├── vehicle_ajax.php ├── view_staff.html ├── view_staff.php ├── view_staff_category.php ├── view_staff_department.php ├── view_staff_employee.php ├── view_staff_position.php ├── view_staff_qualification.php └── view_student_detail.php /Attendance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/Attendance.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/README.md -------------------------------------------------------------------------------- /account_category_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/account_category_manager.php -------------------------------------------------------------------------------- /account_report.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/account_report.php -------------------------------------------------------------------------------- /account_setting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/account_setting.php -------------------------------------------------------------------------------- /add_account_category_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_account_category_manager.php -------------------------------------------------------------------------------- /add_allocate_section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_allocate_section.php -------------------------------------------------------------------------------- /add_allocate_stream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_allocate_stream.php -------------------------------------------------------------------------------- /add_allocate_subject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_allocate_subject.php -------------------------------------------------------------------------------- /add_category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_category.html -------------------------------------------------------------------------------- /add_class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_class.php -------------------------------------------------------------------------------- /add_expense.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_expense.php -------------------------------------------------------------------------------- /add_fees_package.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_fees_package.php -------------------------------------------------------------------------------- /add_income.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_income.php -------------------------------------------------------------------------------- /add_new_staff_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_new_staff_detail.php -------------------------------------------------------------------------------- /add_school_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_school_detail.php -------------------------------------------------------------------------------- /add_section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_section.php -------------------------------------------------------------------------------- /add_staff_department.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_staff_department.php -------------------------------------------------------------------------------- /add_staff_position.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_staff_position.php -------------------------------------------------------------------------------- /add_staff_qualification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_staff_qualification.php -------------------------------------------------------------------------------- /add_stream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_stream.php -------------------------------------------------------------------------------- /add_student_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_student_fees.php -------------------------------------------------------------------------------- /add_student_transport_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_student_transport_fees.php -------------------------------------------------------------------------------- /add_sub_category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_sub_category.html -------------------------------------------------------------------------------- /add_subject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_subject.php -------------------------------------------------------------------------------- /add_term.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/add_term.php -------------------------------------------------------------------------------- /ajax_fees_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/ajax_fees_code.php -------------------------------------------------------------------------------- /ajax_stream_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/ajax_stream_code.php -------------------------------------------------------------------------------- /ajax_stream_code1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/ajax_stream_code1.php -------------------------------------------------------------------------------- /ajax_stream_code2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/ajax_stream_code2.php -------------------------------------------------------------------------------- /ajax_transport_fees_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/ajax_transport_fees_code.php -------------------------------------------------------------------------------- /ajaxcode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/ajaxcode.php -------------------------------------------------------------------------------- /allocate_section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/allocate_section.php -------------------------------------------------------------------------------- /allocate_stream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/allocate_stream.php -------------------------------------------------------------------------------- /allocate_subject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/allocate_subject.php -------------------------------------------------------------------------------- /category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/category.php -------------------------------------------------------------------------------- /change_password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/change_password.php -------------------------------------------------------------------------------- /checkbookno.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/checkbookno.php -------------------------------------------------------------------------------- /checkregno.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/checkregno.php -------------------------------------------------------------------------------- /class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/class.php -------------------------------------------------------------------------------- /connectors/php/connector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/connectors/php/connector.php -------------------------------------------------------------------------------- /connectors/php/elFinder.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/connectors/php/elFinder.class.php -------------------------------------------------------------------------------- /cp_dt_03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/cp_dt_03.php -------------------------------------------------------------------------------- /css/form.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/form.css -------------------------------------------------------------------------------- /css/gradient.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/gradient.css -------------------------------------------------------------------------------- /css/ie/ie7.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /css/ie/ie8.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /css/ie/ie9.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/ie/ie9.css -------------------------------------------------------------------------------- /css/jquery-ui-1.8.18.custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/jquery-ui-1.8.18.custom.css -------------------------------------------------------------------------------- /css/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/layout.css -------------------------------------------------------------------------------- /css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/reset.css -------------------------------------------------------------------------------- /css/shCore.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/shCore.css -------------------------------------------------------------------------------- /css/sprite.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/sprite.css -------------------------------------------------------------------------------- /css/typography.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/typography.css -------------------------------------------------------------------------------- /css/ui-elements.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/ui-elements.css -------------------------------------------------------------------------------- /css/wizard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/css/wizard.css -------------------------------------------------------------------------------- /daily_report.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/daily_report.php -------------------------------------------------------------------------------- /dashboard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/dashboard.php -------------------------------------------------------------------------------- /delete_account_category_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_account_category_manager.php -------------------------------------------------------------------------------- /delete_admission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_admission.php -------------------------------------------------------------------------------- /delete_allocate_section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_allocate_section.php -------------------------------------------------------------------------------- /delete_allocate_stream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_allocate_stream.php -------------------------------------------------------------------------------- /delete_allocate_subject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_allocate_subject.php -------------------------------------------------------------------------------- /delete_class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_class.php -------------------------------------------------------------------------------- /delete_expense.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_expense.php -------------------------------------------------------------------------------- /delete_fees_package.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_fees_package.php -------------------------------------------------------------------------------- /delete_income.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_income.php -------------------------------------------------------------------------------- /delete_school_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_school_detail.php -------------------------------------------------------------------------------- /delete_section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_section.php -------------------------------------------------------------------------------- /delete_staff.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_staff.php -------------------------------------------------------------------------------- /delete_staff_category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_staff_category.php -------------------------------------------------------------------------------- /delete_staff_department.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_staff_department.php -------------------------------------------------------------------------------- /delete_staff_position.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_staff_position.php -------------------------------------------------------------------------------- /delete_staff_qualification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_staff_qualification.php -------------------------------------------------------------------------------- /delete_stream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_stream.php -------------------------------------------------------------------------------- /delete_student_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_student_fees.php -------------------------------------------------------------------------------- /delete_student_transport_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_student_transport_fees.php -------------------------------------------------------------------------------- /delete_subject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_subject.php -------------------------------------------------------------------------------- /delete_term.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/delete_term.php -------------------------------------------------------------------------------- /demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/demo.php -------------------------------------------------------------------------------- /edit_account_category_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_account_category_manager.php -------------------------------------------------------------------------------- /edit_allocate_section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_allocate_section.php -------------------------------------------------------------------------------- /edit_allocate_stream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_allocate_stream.php -------------------------------------------------------------------------------- /edit_allocate_subject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_allocate_subject.php -------------------------------------------------------------------------------- /edit_class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_class.php -------------------------------------------------------------------------------- /edit_expense.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_expense.php -------------------------------------------------------------------------------- /edit_fees_package.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_fees_package.php -------------------------------------------------------------------------------- /edit_income.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_income.php -------------------------------------------------------------------------------- /edit_school_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_school_detail.php -------------------------------------------------------------------------------- /edit_section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_section.php -------------------------------------------------------------------------------- /edit_staf_employee_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_staf_employee_detail.php -------------------------------------------------------------------------------- /edit_staff_category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_staff_category.php -------------------------------------------------------------------------------- /edit_staff_department.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_staff_department.php -------------------------------------------------------------------------------- /edit_staff_position.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_staff_position.php -------------------------------------------------------------------------------- /edit_staff_qualification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_staff_qualification.php -------------------------------------------------------------------------------- /edit_stream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_stream.php -------------------------------------------------------------------------------- /edit_student_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_student_fees.php -------------------------------------------------------------------------------- /edit_student_fees11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_student_fees11.php -------------------------------------------------------------------------------- /edit_student_transport_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_student_transport_fees.php -------------------------------------------------------------------------------- /edit_subject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_subject.php -------------------------------------------------------------------------------- /edit_term.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/edit_term.php -------------------------------------------------------------------------------- /employee_profile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/employee_profile.html -------------------------------------------------------------------------------- /entry_account_report.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_account_report.php -------------------------------------------------------------------------------- /entry_add_max_marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_add_max_marks.php -------------------------------------------------------------------------------- /entry_add_student_transport_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_add_student_transport_fees.php -------------------------------------------------------------------------------- /entry_exam_add_student_marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_exam_add_student_marks.php -------------------------------------------------------------------------------- /entry_exam_marksheet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_exam_marksheet.php -------------------------------------------------------------------------------- /entry_exam_marksheet1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_exam_marksheet1.php -------------------------------------------------------------------------------- /entry_fees_reciept.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_fees_reciept.php -------------------------------------------------------------------------------- /entry_fees_reciept1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_fees_reciept1.php -------------------------------------------------------------------------------- /entry_student_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_student_fees.php -------------------------------------------------------------------------------- /entry_student_fine_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_student_fine_detail.php -------------------------------------------------------------------------------- /entry_student_pending_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_student_pending_fees.php -------------------------------------------------------------------------------- /entry_student_tc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_student_tc.php -------------------------------------------------------------------------------- /entry_student_transport_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_student_transport_fees.php -------------------------------------------------------------------------------- /entry_transport_add_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_transport_add_student.php -------------------------------------------------------------------------------- /entry_transport_fees_reciept.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_transport_fees_reciept.php -------------------------------------------------------------------------------- /entry_transport_fees_reciept1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/entry_transport_fees_reciept1.php -------------------------------------------------------------------------------- /exam_add_maximum_marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_add_maximum_marks.php -------------------------------------------------------------------------------- /exam_date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_date.php -------------------------------------------------------------------------------- /exam_edit_maximum_marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_edit_maximum_marks.php -------------------------------------------------------------------------------- /exam_edit_time_table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_edit_time_table.php -------------------------------------------------------------------------------- /exam_final_marksheet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_final_marksheet.php -------------------------------------------------------------------------------- /exam_marks_add_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_marks_add_student.php -------------------------------------------------------------------------------- /exam_marksheet_searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_marksheet_searchby_name.php -------------------------------------------------------------------------------- /exam_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_result.php -------------------------------------------------------------------------------- /exam_searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_searchby_name.php -------------------------------------------------------------------------------- /exam_select_exam_term.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_select_exam_term.php -------------------------------------------------------------------------------- /exam_setting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_setting.php -------------------------------------------------------------------------------- /exam_show_maximum_marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_show_maximum_marks.php -------------------------------------------------------------------------------- /exam_show_student_marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_show_student_marks.php -------------------------------------------------------------------------------- /exam_time_table_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/exam_time_table_detail.php -------------------------------------------------------------------------------- /expense_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/expense_manager.php -------------------------------------------------------------------------------- /fees_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_manager.php -------------------------------------------------------------------------------- /fees_manager11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_manager11.php -------------------------------------------------------------------------------- /fees_manager_pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_manager_pagination.php -------------------------------------------------------------------------------- /fees_package.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_package.php -------------------------------------------------------------------------------- /fees_reciept.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_reciept.php -------------------------------------------------------------------------------- /fees_reciept_byterm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_reciept_byterm.php -------------------------------------------------------------------------------- /fees_reciept_searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_reciept_searchby_name.php -------------------------------------------------------------------------------- /fees_search_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_search_result.php -------------------------------------------------------------------------------- /fees_searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_searchby_name.php -------------------------------------------------------------------------------- /fees_setting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/fees_setting.php -------------------------------------------------------------------------------- /form-elements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/form-elements.html -------------------------------------------------------------------------------- /form-grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/form-grid.html -------------------------------------------------------------------------------- /income_exp_pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/income_exp_pagination.php -------------------------------------------------------------------------------- /income_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/income_manager.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/index.php -------------------------------------------------------------------------------- /js/ColVis.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/ColVis.min.js -------------------------------------------------------------------------------- /js/TableTools.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/TableTools.min.js -------------------------------------------------------------------------------- /js/ZeroClipboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/ZeroClipboard.js -------------------------------------------------------------------------------- /js/accordion.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/accordion.jquery.js -------------------------------------------------------------------------------- /js/autogrow.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/autogrow.jquery.js -------------------------------------------------------------------------------- /js/bootstrap-colorpicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/bootstrap-colorpicker.js -------------------------------------------------------------------------------- /js/bootstrap-datepicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/bootstrap-datepicker.js -------------------------------------------------------------------------------- /js/bootstrap-dropdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/bootstrap-dropdown.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.BezierCurveRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.BezierCurveRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.BezierCurveRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.BezierCurveRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.barRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.barRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.barRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.barRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.blockRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.blockRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.blockRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.blockRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.bubbleRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.bubbleRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.bubbleRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.bubbleRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.canvasAxisLabelRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.canvasAxisLabelRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.canvasAxisLabelRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.canvasAxisLabelRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.canvasAxisTickRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.canvasAxisTickRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.canvasAxisTickRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.canvasAxisTickRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.canvasOverlay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.canvasOverlay.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.canvasOverlay.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.canvasOverlay.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.canvasTextRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.canvasTextRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.canvasTextRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.canvasTextRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.categoryAxisRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.categoryAxisRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.categoryAxisRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.categoryAxisRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.ciParser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.ciParser.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.ciParser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.ciParser.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.cursor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.cursor.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.cursor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.cursor.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.dateAxisRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.dateAxisRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.dateAxisRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.dateAxisRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.donutRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.donutRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.donutRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.donutRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.dragable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.dragable.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.dragable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.dragable.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.enhancedLegendRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.enhancedLegendRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.enhancedLegendRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.enhancedLegendRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.funnelRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.funnelRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.funnelRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.funnelRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.highlighter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.highlighter.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.highlighter.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.highlighter.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.json2.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.json2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.json2.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.logAxisRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.logAxisRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.logAxisRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.logAxisRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.mekkoAxisRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.mekkoAxisRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.mekkoAxisRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.mekkoAxisRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.mekkoRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.mekkoRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.mekkoRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.mekkoRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.meterGaugeRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.meterGaugeRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.meterGaugeRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.meterGaugeRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.ohlcRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.ohlcRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.ohlcRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.ohlcRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pieRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pieRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pieRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pieRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pointLabels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pointLabels.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pointLabels.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pointLabels.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pyramidAxisRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pyramidAxisRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pyramidAxisRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pyramidAxisRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pyramidGridRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pyramidGridRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pyramidGridRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pyramidGridRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pyramidRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pyramidRenderer.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.pyramidRenderer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.pyramidRenderer.min.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.trendline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.trendline.js -------------------------------------------------------------------------------- /js/chart-plugins/jqplot.trendline.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chart-plugins/jqplot.trendline.min.js -------------------------------------------------------------------------------- /js/check-all.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/check-all.jquery.js -------------------------------------------------------------------------------- /js/chosen.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/chosen.jquery.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shAutoloader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shAutoloader.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushAS3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushAS3.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushAppleScript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushAppleScript.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushBash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushBash.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushCSharp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushCSharp.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushColdFusion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushColdFusion.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushCpp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushCpp.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushCss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushCss.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushDelphi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushDelphi.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushDiff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushDiff.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushErlang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushErlang.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushGroovy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushGroovy.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushJScript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushJScript.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushJava.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushJava.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushJavaFX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushJavaFX.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushPerl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushPerl.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushPhp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushPhp.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushPlain.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushPlain.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushPowerShell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushPowerShell.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushPython.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushPython.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushRuby.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushRuby.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushSass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushSass.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushScala.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushScala.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushSql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushSql.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushVb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushVb.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shBrushXml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shBrushXml.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shCore.js -------------------------------------------------------------------------------- /js/code-highlighter/brush/shLegacy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/brush/shLegacy.js -------------------------------------------------------------------------------- /js/code-highlighter/shAutoloader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/shAutoloader.js -------------------------------------------------------------------------------- /js/code-highlighter/shCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/code-highlighter/shCore.js -------------------------------------------------------------------------------- /js/custom-scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/custom-scripts.js -------------------------------------------------------------------------------- /js/duallist.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/duallist.jquery.js -------------------------------------------------------------------------------- /js/easing.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/easing.jquery.js -------------------------------------------------------------------------------- /js/elfinder.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/elfinder.min.js -------------------------------------------------------------------------------- /js/excanvas.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/excanvas.min.js -------------------------------------------------------------------------------- /js/fg.menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/fg.menu.js -------------------------------------------------------------------------------- /js/full-calendar.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/full-calendar.jquery.js -------------------------------------------------------------------------------- /js/input-limiter.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/input-limiter.jquery.js -------------------------------------------------------------------------------- /js/inputmask.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/inputmask.jquery.js -------------------------------------------------------------------------------- /js/iphone-style-checkbox.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/iphone-style-checkbox.jquery.js -------------------------------------------------------------------------------- /js/jeditable.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jeditable.jquery.js -------------------------------------------------------------------------------- /js/jquery-1.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery-1.7.1.min.js -------------------------------------------------------------------------------- /js/jquery-ui-1.8.18.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery-ui-1.8.18.custom.min.js -------------------------------------------------------------------------------- /js/jquery.autocomplete.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.autocomplete.min.js -------------------------------------------------------------------------------- /js/jquery.cleditor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.cleditor.js -------------------------------------------------------------------------------- /js/jquery.collapse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.collapse.js -------------------------------------------------------------------------------- /js/jquery.colorbox-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.colorbox-min.js -------------------------------------------------------------------------------- /js/jquery.confirm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.confirm.js -------------------------------------------------------------------------------- /js/jquery.cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.cookie.js -------------------------------------------------------------------------------- /js/jquery.idTabs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.idTabs.min.js -------------------------------------------------------------------------------- /js/jquery.jBreadCrumb.1.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.jBreadCrumb.1.1.js -------------------------------------------------------------------------------- /js/jquery.jqplot.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.jqplot.min.js -------------------------------------------------------------------------------- /js/jquery.multiFieldExtender.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.multiFieldExtender.min.js -------------------------------------------------------------------------------- /js/jquery.noty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.noty.js -------------------------------------------------------------------------------- /js/jquery.peity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.peity.js -------------------------------------------------------------------------------- /js/jquery.simplemodal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.simplemodal.js -------------------------------------------------------------------------------- /js/jquery.tagsinput.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.tagsinput.js -------------------------------------------------------------------------------- /js/jquery.tipsy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/jquery.tipsy.js -------------------------------------------------------------------------------- /js/localdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/localdata.js -------------------------------------------------------------------------------- /js/meta-data.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/meta-data.jquery.js -------------------------------------------------------------------------------- /js/mosaic.1.0.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/mosaic.1.0.1.min.js -------------------------------------------------------------------------------- /js/quicksand.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/quicksand.jquery.js -------------------------------------------------------------------------------- /js/raty.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/raty.jquery.js -------------------------------------------------------------------------------- /js/selectToUISlider.jQuery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/selectToUISlider.jQuery.js -------------------------------------------------------------------------------- /js/smart-wizard.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/smart-wizard.jquery.js -------------------------------------------------------------------------------- /js/stepy.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/stepy.jquery.js -------------------------------------------------------------------------------- /js/sticky.full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/sticky.full.js -------------------------------------------------------------------------------- /js/treeview.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/treeview.jquery.js -------------------------------------------------------------------------------- /js/ui-accordion.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/ui-accordion.jquery.js -------------------------------------------------------------------------------- /js/uniform.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/uniform.jquery.js -------------------------------------------------------------------------------- /js/vaidation.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/js/vaidation.jquery.js -------------------------------------------------------------------------------- /library.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library.html -------------------------------------------------------------------------------- /library_add_book.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_add_book.php -------------------------------------------------------------------------------- /library_add_book_category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_add_book_category.php -------------------------------------------------------------------------------- /library_add_fine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_add_fine.php -------------------------------------------------------------------------------- /library_add_student_books.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_add_student_books.php -------------------------------------------------------------------------------- /library_book_category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_book_category.php -------------------------------------------------------------------------------- /library_book_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_book_manager.php -------------------------------------------------------------------------------- /library_delete_book.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_delete_book.php -------------------------------------------------------------------------------- /library_delete_book_category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_delete_book_category.php -------------------------------------------------------------------------------- /library_delete_fine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_delete_fine.php -------------------------------------------------------------------------------- /library_delete_student_books.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_delete_student_books.php -------------------------------------------------------------------------------- /library_delete_student_fine_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_delete_student_fine_detail.php -------------------------------------------------------------------------------- /library_delete_student_fine_detail1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_delete_student_fine_detail1.php -------------------------------------------------------------------------------- /library_edit_book.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_edit_book.php -------------------------------------------------------------------------------- /library_edit_book_category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_edit_book_category.php -------------------------------------------------------------------------------- /library_edit_fine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_edit_fine.php -------------------------------------------------------------------------------- /library_edit_student_books.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_edit_student_books.php -------------------------------------------------------------------------------- /library_edit_student_fine_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_edit_student_fine_detail.php -------------------------------------------------------------------------------- /library_edit_student_fine_detail1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_edit_student_fine_detail1.php -------------------------------------------------------------------------------- /library_entry1_add_student_books.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_entry1_add_student_books.php -------------------------------------------------------------------------------- /library_entry_add_student_books.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_entry_add_student_books.php -------------------------------------------------------------------------------- /library_entry_student_return_books.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_entry_student_return_books.php -------------------------------------------------------------------------------- /library_fine_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_fine_manager.php -------------------------------------------------------------------------------- /library_return_student_books_page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_return_student_books_page.php -------------------------------------------------------------------------------- /library_setting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_setting.php -------------------------------------------------------------------------------- /library_student_books_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_student_books_manager.php -------------------------------------------------------------------------------- /library_student_return_books.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_student_return_books.php -------------------------------------------------------------------------------- /library_student_returnbook_searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_student_returnbook_searchby_name.php -------------------------------------------------------------------------------- /library_student_searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/library_student_searchby_name.php -------------------------------------------------------------------------------- /login_process.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/login_process.php -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/logout.php -------------------------------------------------------------------------------- /marksheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/marksheet.html -------------------------------------------------------------------------------- /marksheet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/marksheet.php -------------------------------------------------------------------------------- /pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/pagination.php -------------------------------------------------------------------------------- /print_daily_report.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/print_daily_report.php -------------------------------------------------------------------------------- /qualification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/qualification.html -------------------------------------------------------------------------------- /resister.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/resister.html -------------------------------------------------------------------------------- /rte_admission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/rte_admission.php -------------------------------------------------------------------------------- /rte_checkregno.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/rte_checkregno.php -------------------------------------------------------------------------------- /rte_delete_admission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/rte_delete_admission.php -------------------------------------------------------------------------------- /rte_edit_admission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/rte_edit_admission.php -------------------------------------------------------------------------------- /rte_student_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/rte_student_detail.php -------------------------------------------------------------------------------- /rte_student_detail_pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/rte_student_detail_pagination.php -------------------------------------------------------------------------------- /rte_student_search_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/rte_student_search_result.php -------------------------------------------------------------------------------- /rte_view_student_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/rte_view_student_detail.php -------------------------------------------------------------------------------- /school_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/school_detail.php -------------------------------------------------------------------------------- /searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/searchby_name.php -------------------------------------------------------------------------------- /section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/section.php -------------------------------------------------------------------------------- /session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/session.php -------------------------------------------------------------------------------- /staff_category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/staff_category.html -------------------------------------------------------------------------------- /staff_department.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/staff_department.html -------------------------------------------------------------------------------- /staff_position.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/staff_position.html -------------------------------------------------------------------------------- /staff_setting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/staff_setting.php -------------------------------------------------------------------------------- /stream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/stream.php -------------------------------------------------------------------------------- /stream_module.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/stream_module.php -------------------------------------------------------------------------------- /student_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_detail.php -------------------------------------------------------------------------------- /student_detail_2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_detail_2.php -------------------------------------------------------------------------------- /student_detail_pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_detail_pagination.php -------------------------------------------------------------------------------- /student_fees_reports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_fees_reports.php -------------------------------------------------------------------------------- /student_fees_reports_pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_fees_reports_pagination.php -------------------------------------------------------------------------------- /student_fine_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_fine_detail.php -------------------------------------------------------------------------------- /student_fine_detail1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_fine_detail1.php -------------------------------------------------------------------------------- /student_fine_detail_seach_by_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_fine_detail_seach_by_name.php -------------------------------------------------------------------------------- /student_pending_fees_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_pending_fees_detail.php -------------------------------------------------------------------------------- /student_pending_fees_pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_pending_fees_pagination.php -------------------------------------------------------------------------------- /student_search_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_search_result.php -------------------------------------------------------------------------------- /student_tc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_tc.php -------------------------------------------------------------------------------- /student_tc_backup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_tc_backup.php -------------------------------------------------------------------------------- /student_tc_search_by_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_tc_search_by_name.php -------------------------------------------------------------------------------- /student_tc_show.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_tc_show.php -------------------------------------------------------------------------------- /student_transport_fees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_transport_fees.php -------------------------------------------------------------------------------- /student_transport_fees_reports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_transport_fees_reports.php -------------------------------------------------------------------------------- /student_transport_pending_fees_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_transport_pending_fees_detail.php -------------------------------------------------------------------------------- /student_transport_pending_fees_pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/student_transport_pending_fees_pagination.php -------------------------------------------------------------------------------- /sub_category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/sub_category.html -------------------------------------------------------------------------------- /subject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/subject.php -------------------------------------------------------------------------------- /subject_module.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/subject_module.php -------------------------------------------------------------------------------- /term_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/term_manager.php -------------------------------------------------------------------------------- /transport.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport.html -------------------------------------------------------------------------------- /transport_add_route.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_add_route.php -------------------------------------------------------------------------------- /transport_add_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_add_student.php -------------------------------------------------------------------------------- /transport_add_vechile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_add_vechile.php -------------------------------------------------------------------------------- /transport_edit_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_edit_student.php -------------------------------------------------------------------------------- /transport_edit_vehicle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_edit_vehicle.php -------------------------------------------------------------------------------- /transport_entry_add_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_entry_add_student.php -------------------------------------------------------------------------------- /transport_fees_reciept.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_fees_reciept.php -------------------------------------------------------------------------------- /transport_fees_reciept_byterm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_fees_reciept_byterm.php -------------------------------------------------------------------------------- /transport_fees_reciept_searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_fees_reciept_searchby_name.php -------------------------------------------------------------------------------- /transport_fees_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_fees_result.php -------------------------------------------------------------------------------- /transport_fees_searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_fees_searchby_name.php -------------------------------------------------------------------------------- /transport_route_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_route_detail.php -------------------------------------------------------------------------------- /transport_route_edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_route_edit.php -------------------------------------------------------------------------------- /transport_searchby_name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_searchby_name.php -------------------------------------------------------------------------------- /transport_setting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_setting.php -------------------------------------------------------------------------------- /transport_student_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_student_detail.php -------------------------------------------------------------------------------- /transport_student_fee_detail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_student_fee_detail.html -------------------------------------------------------------------------------- /transport_student_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_student_result.php -------------------------------------------------------------------------------- /transport_vechile_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/transport_vechile_detail.php -------------------------------------------------------------------------------- /vehicle_ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/vehicle_ajax.php -------------------------------------------------------------------------------- /view_staff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/view_staff.html -------------------------------------------------------------------------------- /view_staff.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/view_staff.php -------------------------------------------------------------------------------- /view_staff_category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/view_staff_category.php -------------------------------------------------------------------------------- /view_staff_department.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/view_staff_department.php -------------------------------------------------------------------------------- /view_staff_employee.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/view_staff_employee.php -------------------------------------------------------------------------------- /view_staff_position.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/view_staff_position.php -------------------------------------------------------------------------------- /view_staff_qualification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/view_staff_qualification.php -------------------------------------------------------------------------------- /view_student_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishaloshnif/school-erp-system/HEAD/view_student_detail.php --------------------------------------------------------------------------------