GithubHelp home page GithubHelp logo

aims's Introduction

aims

Analytical Instrument Management System

Try it here: wilsoninformatics.com/ims
Step 1

LAMP Stack

Step 2

Import the SQL file located in the SQL directory. It will perform the following...

  1. Create the database "aims" and all the tables needed.
  2. Create an SQL user called "aims" with password "#MySecretPassword#". You will probably want to change this password.
  3. Grant CREATE, DELETE, INSERT, SELECT, UPDATE on aims.* to "aims" user that was just created.
  4. Insert new user "admin" into the "users" table so you can login to the system and have full control. Password is "password" so make sure you change it.
Step 3

Copy the aims directory (or the contents) to wherever you are hosting your content. Usually in /var/www on linux systems. You probably want to omit the "sql" directory from this copy operation.

Step 4

Update php/config.php file to match your server configuration.

Notes

I created this project for the University of Maryland, Baltimore Mass Spectrometry Center. It's purpose is to allow tracking and management of the cost center samples and pricing. It has also been modified to generate invoices, but this feature still needs some work.

While it is technically fully function and mostly feature complete, the code could definitely use some work. I had never written PHP prior to this project so its not MVC and probably breaks a lot of rules.

If you are interested in using and/or contributing to this project, feel free to contact me.

aims's People

Contributors

wilsonmichaelc avatar

Watchers

James Cloos avatar  avatar

aims's Issues

training system bug

The user can create multiple training requests but only the first one shows up in the list (user viewable list). Also there is not "completed" indicator.

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.