Documentation

Manage places

Places represent the locations (clients, sites, facilities) where items can be held and from which Users request material. Any Warehouse Manager, Owner, or Admin can view the list and detail of places; creating or editing a place is reserved to the Owner or Admin.

ℹ️ To understand what it means for an item to be in the warehouse, assigned to a place, or rented, see Inventory model.

View the list of places

  1. Go to Places in the menu, or open /app/places/ directly. You’ll see the list of places at your company, with name, address, and status (active/inactive).

    list of places

  2. Click a place in the list to open its detail page at /app/places/<id>/.

View a place’s detail

  1. On the place’s detail page (/app/places/<id>/) you’ll see the general information (name, address, notes) and the place’s current inventory, grouped by item type with quantities.

    place detail page with its inventory by type

  2. Further down on the same page you’ll find the section for users assigned to this place (see Assign users).

Create a place

⚠️ Only the Owner or Admin can create places.

  1. From the list (/app/places/), click New Place, or open /app/places/create/ directly. The creation form opens.

    empty place creation form

  2. Fill in the place’s Name (required) and, optionally, the Address and Notes.

  3. Click Save (or Create Place). You’ll return to the list or to the new place’s detail page, now ready to have users assigned and to receive ship requests.

Edit a place

⚠️ Only the Owner or Admin can edit places.

  1. From the place’s detail page (/app/places/<id>/), click Edit, or open /app/places/<id>/edit/ directly.

    place edit form with data pre-filled

  2. Change whichever fields you need (name, address, notes, active/inactive status) and click Save. You’ll return to the place’s detail page with the changes applied.

Assign users

ℹ️ Assigning a user to a place defines what that User sees on their dashboard and which places they can request from.

  1. On the place’s detail page (/app/places/<id>/), find the Assign users section.

    assigned users section with the Add User picker

  2. Use the Add User picker to search for and choose the user you want to assign to this place. Once confirmed, the user appears in the list assigned to that place.

  3. To remove a user from this place, click the remove icon or button next to their name in the assigned list.

See also