#inventory module UI ?

13 messages · Page 1 of 1 (latest)

dusty hinge
#

Does the inventory module have a UI in the dashboard or somewhere ? I have installed the module and ran the database migrations but I don't know where to take it from here

dusty hinge
#

Help please

late fog
#

You already rebuild admin dashboard?

#

and use feature flag like this

  // ...
  modules: {
    // ...
    inventoryService: {
      resolve: "@medusajs/inventory",
    },
  },
}```

```module.exports = {
  // ...
  modules: {
    // ...
    stockLocationService: {
      resolve: "@medusajs/stock-location",
    },
  },
}```
#

In medusa-config.js

dusty hinge
#

does it depend on stock-location

dusty hinge
#

there was the script I hadn't run

#

node ./node_modules/@medusajs/medusa/dist/scripts/migrate-inventory-items.js

coarse turret
#

i ran the script still i cant get it running

dusty hinge
#

both of them?