Skip to content

madhavtummala/GiMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gymkhana Portal

Add your own config.php in php_action/config.php Run init.sql in your mysql db. If running in phpMyadmin, copy and paste the entire code sql entry field of phpMyAdmin localhost page (outside all the databases).

Main Admin:

LoginID: admin1
Password: admin
You can add,edit,remove, control basically everything from this account. Or you can manually tackle with sql code.

config.php

<?php   

// echo "in config";

$root = "http://localhost:8888/Gymkhana/";
$localhost = "localhost";  //db location
$username = "root";  //your db username
$password = "root";  //your db password
$dbname = "Gymkhana";

// echo "out config";

?>

Invisible links to other login pages are at bottom right of any login page.

Images

For Main Admin

Screenshot 2019-04-23 at 2 59 50 PM Screenshot 2019-04-23 at 3 00 23 PM Screenshot 2019-04-23 at 3 01 12 PM Screenshot 2019-04-23 at 3 01 52 PM Screenshot 2019-04-23 at 3 02 11 PM Screenshot 2019-04-23 at 3 02 33 PM Screenshot 2019-04-23 at 3 02 39 PM

For Hostel Admin

Screenshot 2019-04-23 at 3 36 08 PM Screenshot 2019-04-23 at 3 06 20 PM Screenshot 2019-04-23 at 3 07 20 PM Screenshot 2019-04-23 at 3 27 06 PM Screenshot 2019-04-23 at 3 28 45 PM Screenshot 2019-04-23 at 3 28 59 PM

For Student

Screenshot 2019-04-23 at 3 38 07 PM Screenshot 2019-04-23 at 3 30 10 PM Screenshot 2019-04-23 at 3 29 38 PM Screenshot 2019-04-23 at 3 30 17 PM Screenshot 2019-04-23 at 3 30 25 PM Screenshot 2019-04-23 at 3 30 32 PM

Details

Have a look at our presentation for more details on features, implementation etc.

About

inventory management system and forms digitalisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •