Skip to content

Latest commit

 

History

History
executable file
·
130 lines (105 loc) · 3.33 KB

README.md

File metadata and controls

executable file
·
130 lines (105 loc) · 3.33 KB

School managment system feature list

Dasboard


  • Total classes
  • Number of students
  • number of subjects
  • show attendence
  • exams

Student admission system


  • Fully functional and automated admission form for student enrolment

  • Enroll students to a specific class and section for a certain session

Class-wise subject management


  • Add subjects for each class separately

Student promotion


  • promote a student from one class to another

Students’ daily attendance


  • Take attendance of students daily
  • Keep track if students are absent

Students’ attendance report


  • Get a well defined attendance report for all students of a certain class for a certain month

Exam evaluations or marks management


  • Evaluate or put exam marks for each student subject wise
  • Compare students’ marks
  • Print student mark sheet

Students’ fees management


  • Create invoice for student fees
  • Automatically send fees notification to specific date whose set in amdin

Academic year or session handling


  • Keep your school records year-wise
  • Ability to select academic sessions
  • Ability to see previous session data

Management of teachers


  • Add/edit/delete teachers anytime you need
  • Assign teacher to specific class or section
  • Assign teacher to specific subject

Customization of school information


  • Change school name and other information from system settings

Teacher Panel


  • teacher show dasboard attendence and teachers portion

** First git clone

 http://devel.ictinnovations.com/git/ict/school.git

Change configuration according your need and create Database

$ php artisan migrate
$ php artisan db:seed
$ php artisan passport:install (for restfull Api)
$ php artisan storage:link
$ php artisan serve --port 8080

** http://localhost:8080 **

$ php artisan storage:link

cron job Settings

crontab -e

* * * * * /usr/bin/php7.1 /path/artisan schedule:run 1>> /dev/null 2>&1

Screenshot

============

System Dependencies

  • PHP >=7
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension