Coder Social home page Coder Social logo

dharantej1 / kmit_ims Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jedirhymetrix/kmit_ims

1.0 0.0 0.0 751 KB

IMS Project - an Inventory Management System for KMIT.

Home Page: http://kmit-ims.byethost15.com

JavaScript 37.19% PHP 16.34% CSS 11.31% HTML 35.05% ApacheConf 0.11%

kmit_ims's Introduction

KMIT_IMS Project

-- an Inventory management System for KMIT.

Note: New live version hosted at: http://kmit-ims.byethost15.com

Project workflow map: https://www.mindmeister.com/827876181?t=D66hwsjvYV

INSTRUCTIONS:

  • Copy the IMS folder from 'htdocs' into the 'htdocs' folder in your XAMPP directory.
  • Before opening index.html, go to phpmyadmin and create a new database and name it "test" (make sure to delete or rename any other DBs with the same name).
  • Navigate to the 'import' tab and click on 'Choose File' then select the test.sql file inside the data/test directory in the project_IMS folder.
  • Leave all options as default and click on 'Go' and wait for the DB to be imported.
  • Once the DB 'test' is imported, the application can be used by opening "http://localhost/IMS/index.html" in the browser with XAMPP running.

To access test accounts, use:

Stock Room Staff: 
		email: [email protected]	
		passwd: stockguy

Network Engineer: 
		email: [email protected]	
		passwd: sysadmin

Management:
		email: [email protected]
		passwd: mgmnt

NOTES:

  • Ignore table names such as 'systemsinfs6', 'systemsinfs6parts', 'systemsinalllabs', etc. I've kept the old names from the demo because of laziness. We can change these later.
  • 'systemsinalllabs' has the untouched dump from the excel sheet they gave us. There are a lot of inconsistencies due to which, I had to sanitize some of the fields and copy the data into 'systemsinfs6'.
  • 'systemsinfs6', for all intents and purposes, contains info about systems from all labs, not just FS6.
  • 'systemsinfs6parts' causes redundancy, but it doesn't affect functioning and moreover, it is easier to read part names from it. I tried to use foreign keys from 'systemsinfs6', but the repetition of system numbers in the data they gave use made this really hard. So, let's just roll with it for now.
  • There is a performance issue caused due to a third-party script used for ajax page requests. If the page loading is slow at any time, wait for the orange loading bar to complete or just refresh the page.
  • I'm working on a fix for the aformentioned issue. (UPDATE: partially fixed. 'partially' is intentional.)
  • In the system list, avoid all systems where the system number has a forward slash. Both JS and PHP are treating those strings as URLs and there isn't much we can do about it. (due to the lack of a 'raw string' format like in Python)
  • For the long-term thing, we will need to clean up all the data manually and ask them to establish a proper standard for recording the data like system number, peripheral's make, model, etc. The data they have given us is all over the place and frankly, useless in its current form.
  • The above reason is why we can only use generic part names like 'Monitor', 'Keyboard', 'Processor', etc. in the stockroom side for now. Once the data is made consistent and they start recording things like 'socket type', we can include all of the proper details.
  • For testing 'maintenance view' in sysadmin/closed requests, either use request#48 or create a new request. Sending existing requests to 'closed' won't word because CPU numbers are read only when a new request is submitted.
  • Movement is incomplete. Management can initiate a movement request, which gets fed to the DB, but sysadmin's side needs to be built.

kmit_ims's People

Contributors

jedirhymetrix avatar sceint avatar

Stargazers

Dharan Tej 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.