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.

  • aksdb@feddit.deOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 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.

    • jcg@halubilo.social
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      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.

      • aksdb@feddit.deOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Sounds good. Probably less work than writing something from scratch. Thanks 🙂