Does anyone here know of any self hosted (preferably open source) “ERP” for the wardrobe?
Basically something to build a catalog of clothing, cloths, etc., with pictures, categories, storage location, material info, washing instructions, etc.
Does anyone here know of any self hosted (preferably open source) “ERP” for the wardrobe?
Basically something to build a catalog of clothing, cloths, etc., with pictures, categories, storage location, material info, washing instructions, etc.
I don’t know of one specifically for clothing but I know of a great ERP free open source software called ERPnext. This could easily work for you.
I could likely also abuse Grocy. But I think for Wardrobe a visual galery is important. I’ll take a look at ERPnext nonetheless… maybe they have some picture centric view.
If you’re a little tech savvy (not necessarily a programmer) ERPNext is built on top of a framework called Frappe. You could easily set up some data objects (called DocTypes) and make some relational fields. It’s all done via a web GUI. DocTypes can then have images which you can have displayed as a gallery. I wouldn’t recommend setting up a full ERPNext installation. It’s got domain specific objects for HR, Payroll, Logistics, etc. You’re not gonna end up using them.
Sounds good. Probably less work than writing something from scratch. Thanks 🙂