Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A friend of mine is a member of a small scuba club and she needs to manage their equipment, note when things are broken, need servicing, etc.

I'm looking for a simple, extensible web-based inventory management system. Most of the solutions I've looked at are quite complex.

Any ideas?

share|improve this question

4 Answers

I'm associated with a SaaS (web based) product that's focused on bringing simplicity and insight into inventory management (also known as office asset management software). The focus on simplicity can be inferred from its name ie

http://www.ezofficeinventory.com

EZOfficeInventory was also featured on techcrunch and if you're not up and running in 5 minutes, do let us know! Some of the main features include:

  • Custom attributes
  • Service tracking
  • History of checkouts and checking
  • Audits
  • QRCode support
share|improve this answer

It'd be pretty easy to make a simple system with PHP and Mysql, there are tons of tutorials about it. You can write a simple Table/Inventory webpage system over the weekend pretty easily, im sure there are tons of sample code floating around.

Basically just decide how you want the inventory laid out (Price,Quantity,Name,etc....) have a little login form maybe? and another search form.....and just retrieve the MySQL tables?

it's pretty easy, MySQL actually has some tutorials on their website for this stuff aswell.

share|improve this answer
What about securing it? – Lord Kinboat Mar 5 '11 at 23:05

Have a look at www.SalesBinder.com. It's a web-based (cloud) inventory management system that recently launched and its totally free if you don't need a lot of space.

share|improve this answer

(Shameless plug here). Take a look at Ordoro. http://www.ordoro.com. It's a 100% web-based order and inventory management system. It's designed for small and medium businesses. You can track inventory for unique SKUs. When you fill an order, the inventory level will automatically reduce for the products in that order. If you receive new stock from your supplier, then the quantities will automatically increase. Ordoro also has good purchasing and order fulfillment modules, all well integrated to the inventory management feature.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.