Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.16 KB

openshed

OpenShed is a Django application to manage inventory. It has been developed to manage equipments for a association but it should be suitable for small business.

Openshed organizes items per types and categories. It keeps trace of who borrows the equipement.

With OpenShed you can list all your equipments. Screenshot of items list

If you want to know all equipments of 1 type, just select the type and then the items. Screenshot of types list Screenshot of type details Screenshot of items list for 1 type

If you want to know the list of equipment assigned to 1 person just select the member and then the equipments. Screenshot of members list Screenshot of member details Screenshot of items list for 1 member

Thanks

Openshed is largely inspired by NetBox. I would like to thank them for the amazing work they have done.