Link to home
Start Free TrialLog in
Avatar of Dan Craciun
Dan CraciunFlag for Romania

asked on

Easy to use inventory management software

Hi,

For a small company, I would like to find a simple inventory management software. Requirements:
- easy to use
- web client
- MySQL/PostgreSQL storage

Nice to have:
- phone client/app
- runs on LAMP

There are under 500 items in storage, with 5 field teams that get materials from the main storage.
It's fairly easy to use a spreadsheet, but they would like something that can be updated by the teams themselves and that will allow the manager to see the inventory for each team at a given moment and the materials that are running low and need to be resupplied.
No need for materials value/cost, just the quantities.

Thank you.
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

SO for this do you want to create the DB ? Which DB you are using?
SOLUTION
Avatar of lenamtl
lenamtl
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dan Craciun

ASKER

Thank you for your responses.

@Pawan: It's a Linux shop, but they can use whatever type of SQL/noSQL required. Basically they will dedicate a VM for this.

@lenamtl: looks simple enough. I'll have to check the code, since the price is not needed, but they need the option of multiple warehouses (for the purposes of inventory management, each team is a warehouse) and moving items between warehouses.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've decided to hire someone to write the app, using Node.js (actually Feathers). Should work on mobile too.

It's a simple enough project to not be too expensive and can be used to build on it in the future.
Thank you.