Skip to content

kofilezzetech/Unifiedtransform

 
 

Repository files navigation

School Management and Accounting Software

We like to challenge the quality of what we build to make it better. To do so we try to make the product simple to use, make the design beautiful and user friendly. Innovation and hardwork help to fulfill these requirements. I believe inorder to innovate we need to think differently. A few months ago I came across that there was no open source free School Management software that met the quality I wanted. I happen to know a bit of programming so I decided to make one. I also believe that working with more people can push the standard higher than working alone. So I decided to make it open source and free.

Contribute

Community contribution can make this product better!!

License

GNU General Public License v3.0

Features

This software has following features:

  • Roles: Master, Admin, Teacher, Student, Librarian, Accountant
  • Attendance
  • Mark
  • Registration
  • Notice, Syllabus
  • Library
  • Exam
  • Grade
  • Accounts
  • Messaging

Framework used

  • Laravel 5.5
  • Bootstrap 3.3.7

How to Start

Here are some basic steps to start using this application

  • Run php composer.phar install to install Laravel packages
  • Create .env file from .env.example and generate APP_KEY using php artisan key:generate
  • Set Database connection configuration in .env file
  • I've used Email: hasib@unifiedtransform.com and Password: secret as Master account credentials in database\seeds\UsersTableSeeder.php. Change it from there.
  • Then to create tables and to seed the tables with fake data use php artisan migrate:refresh --seed
  • Create School and admin from Master account. Login page: Your example.com\login
  • Turn APP_DEBUG to false in .env for Production environment
  • You can keep maintenance mode by running php artisan up and php artisan down

Here are some screenshots:

Auto generated fake data were used.

Screenshot_2019-03-12 - Arvid Marquardt Screenshot_2019-03-12 Account Sectors - Arvid Marquardt Screenshot_2019-03-12 Add New Book - Arvid Marquardt Screenshot_2019-03-12 Add Routine - Arvid Marquardt Screenshot_2019-03-12 Alba Huel - Arvid Marquardt Screenshot_2019-03-12 All Classes and Sections - Arvid Marquardt Screenshot_2019-03-12 All Issued Book - Arvid Marquardt Screenshot_2019-03-12 Attendance - Arvid Marquardt(1) Screenshot_2019-03-12 Attendance - Arvid Marquardt(2) Screenshot_2019-03-12 Attendance - Arvid Marquardt Screenshot_2019-03-12 Course - Arvid Marquardt Screenshot_2019-03-12 Course Students - Arvid Marquardt(1) Screenshot_2019-03-12 Grade - Arvid Marquardt(1) Screenshot_2019-03-12 Manage Schools - Arvid Marquardt(3) Screenshot_2019-03-12 Manage Schools - Arvid Marquardt Screenshot_2019-03-12 Promote Section Students - Arvid Marquardt(1) Screenshot_2019-03-12 Students - Arvid Marquardt

About

A school management Software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.7%
  • PHP 48.2%
  • Vue 0.1%