Code Monkey home page Code Monkey logo

inventory's Introduction

About Inventory

Inventory is a Ruby on Rails stand-alone multilanguage software for mid-size/large companies to store information about all hardware in stock. It was created for internal purpose of Multitel A.S.B.L. (non-profit organisation) by Jerzy Sładkowski. Our company just need to have custom but fast and effective web based application with complete information about any equipment including type, model, serial, date of purchase, warranty, vendor, user etc.

Features

  • Easy install and using (autocomplete and ajax autocomplete in forms).
  • As a backend author use sqlite for some internal Multitel reason. But you can use any other database which supported by ActiveRecord as well.
  • Two way login. You can use your LDAP or standard login/pass authentication (take a look on screenshots section).
  • Three roles for authorization. You can be administrator (read/write anything), read only user (read access everywhere), user (read only access to equipment assigned to you).
  • Changing user access permissions on the fly.
  • Live search. Main goal of this application 'cause you can find the hardware by its sticker number or any other information (user, vendor, serial, model etc) just in few clicks.
  • Automatic backup system with versioning. If you change anything in your equipment (modify model/description, delete old one or add new one) next backup of all database to CSV file will be created in background. You always can restore any previous state of your system by rollback to specific version.
  • CSV import for massive changes of database.
  • Automatic tests with poltergeist or selenium (if you prefer to observe what's going on) to easy support and upgrade application/environment.

Screenshots

Login page

inventory screenshot1

Main page

inventory screenshot2

Live search in action (french localization)

inventory screenshot3

CSV backups

inventory screenshot4

Getting Started

  1. Install sqlite development package
  2. Install RVM and source it (better way: add source ~/.rvm/scripts/rvm to your .profile or .bashrc for autoload).
  3. git clone [email protected]:sysadm/inventory.git
  4. cd inventory && bundle install
  5. rake db:create && rake db:migrate && rake db:seed && bin/delayed_job start && rails server
  6. use it!

Note: You can find very detailed installation example here

License

Inventory is released under the GNU General Public License.

Contributing

Since this is a completely free software under GPL license - feel free to contribute, improve its source code or give me constructive criticism. Your git pull request will be pleasantly welcome.

#####Thanks a lot for using! Author

inventory's People

Contributors

sysadm avatar

Watchers

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