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.

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