




|
eeStock is a free software which allows you to manage your stocks (items).
It's written in PHP4 and uses a PostgreSQL or MySQL database to store data.
It's divided in 2 sections:
a user section
an administration section
In the Stock managing section, users can:
browse items by manufacturer, category, owner or location
search items using a keyword
borrow an item if this one is free
return their items
access to their profil
In the Administration section you can (if you have administrator or superuser rights):
create, modify, duplicate, delete items
browse all items (list)
create, modify, delete categories (each category can have a parent category)
create, modify, delete locations (each location can have a parent location)
create, modify, delete manufacturers
create, modify, delete users who will be owners of item(s) (only superusers)
To see eeStock in action, have a look at demo.
|
|