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.

  • HousePanther
    link
    fedilink
    English
    611 months ago

    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.

    • @[email protected]OP
      link
      fedilink
      English
      211 months ago

      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.

      • @jcgA
        link
        English
        2
        edit-2
        11 months ago

        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.