Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

jakeols/inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polism

A small open source inventory management system I just began developing. Built in PHP using Codeigniter-Bootstrap

Stuff that needs to be done

-Finish the transactions part
-Dashboard Page: Decided to use High charts

How to Install

-Download zip file and unpack it
-Open the 'Database.sql' file, copy it, and run it as a query.
-Edit the 'database.php' file and put in your database information.
-Go to http://www.(yourwebsite)/Polism/index.php/auth/login and login. The default login is username: "admin" password: "password"
-If you would like to create additional login accounts, go to http://www.(yourwebsite)/Polism/index.php/auth/create_user *Note: You must be logged in as admin to use this feature.

I stopped really working on this a while back, but maybe some of it will be helpful to others or I'll pick it back up.