GithubHelp home page GithubHelp logo

hhy5277 / unifiedtransform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from changeweb/unifiedtransform

0.0 1.0 0.0 795 KB

A school management Software

License: GNU General Public License v3.0

PHP 48.38% Vue 0.08% HTML 51.54%

unifiedtransform's Introduction

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 intuitive, beautiful, and user friendly. Innovation and hard work help to fulfill these requirements. I believe in order to innovate we need to think differently. A few months ago I discovered there was no open source free school management software that met my quality standards. 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 the database connection configuration in .env file

  • To create a Master, go to the database\seeds\UsersTableSeeder.php and change the name, the email and the password settings to your likings. Leave the other settings (role, active, verfied) unchanged!

  • To create the tables, run php artisan migrate.

  • To seed the tables with fake data, use php artisan db:seed.

  • If you want to run the migration and the seeding together, use php artisan migrate:refresh --seed

  • You must seed database\seeds\UsersTableSeeder.php at least once in order to create the Master account. To do so, follow these steps:

    • comment all the seeders except $this->call(UsersTableSeeder::class); in database\seeds\DatabaseSeeder.php;
    • then comment factory(App\User::class, 200)->create(); in UsersTableSeeder.php.

    So your files will look something like this:

    In database\seeds\DatabaseSeeder.php:

    ...
    //$this->call(SectionsTableSeeder::class);
    $this->call(UsersTableSeeder::class);
    //$this->call(AttendancesTableSeeder::class);
    ...
    

    In database\seeds\UsersTableSeeder.php:

    ...
    //factory(App\User::class, 200)->create();
    

Create a school and an admin

  • Important: only a master can create a new school and its admins!
  • Login at example.com\login using your Master account credentials
  • Create a new school
  • Create a new admin for the newly created school

Manage a school

  • Important: A master CANNOT manage a school's data!
  • Login as admin at example.com\login
  • Now add data to the school as required.

Good to know

  • In .env, turn APP_DEBUG to false for production environment.
  • You can switch to and from 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

unifiedtransform's People

Contributors

changeweb avatar monomagentaeggroll avatar norbybaru avatar rowild avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.