Code Monkey home page Code Monkey logo

edutrac-sis's Introduction

eduTrac SIS

eduTrac SIS is an advanced open source student information system for higher education.

System Requirement

  • Minimum of PHP version 5.6x
  • Apache / Nginx
  • Gettext enabled

Features

  • Manage Students
  • Manage Human Resources
  • Manage Staff
  • Manage Faculty
  • Manage Courses
  • Manage Course Sections
  • Manage Roles / Permissions
  • Manage Students / Records
  • Print Course Catalogs
  • Print Section Rosters
  • SQL Interface
  • Manage Applications
  • Enter final grades for GPA calculation
  • Graduate Students
  • Generate Transcripts
  • Set Business Rules
  • Plugin API
  • RESTful API
  • and much more...

Rewrite

Apache

RewriteEngine On
 
# Some hosts may require you to use the `RewriteBase` directive.
# If you need to use the `RewriteBase` directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
#
# RewriteBase /
 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

Nginx

Root Directory

location / {
    try_files $uri /index.php$is_args$args;
}

Subdirectory

location /sis {
    try_files $uri /sis/index.php$is_args$args;
}

Resources.

  • Take eduTrac SIS for a test drive by checking out the full featured demo.
  • Check out the Youtube channel for tips on using eduTrac SIS.
  • Online User's Manual: everything you need to get eduTrac SIS installed and setup.
  • Bug fixing: contribute by helping to squash bugs
  • Handbook: majority of the classes, functions, methods and hooks are documented in the developer's handbook; contribute to it or use it to write plugins for the community.
  • Translate eduTrac SIS into your language

edutrac-sis's People

Contributors

hamrt avatar fabioassuncao avatar

Watchers

James Cloos avatar Herman van Dompseler 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.