> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Facilities, Inventory & Vendors Overview

> Overview of the Facilities, Inventory & Vendors core in Encore OS — purpose, scope, and key responsibilities.

The Facilities, Inventory & Vendors core (FM) manages physical operations for Encore OS — facilities maintenance, inventory tracking, vendor management, purchase management, fleet, and facilities administration.

<Note>
  **Architecture:** FM is a domain core that depends only on **Platform Foundation**. Purchase-to-pay flows hand off to **Finance & Revenue** for accounts payable.
</Note>

## Purchase-to-pay & operations

Inventory reorder points and maintenance work orders raise requisitions against onboarded vendors. A purchase order is issued, goods are received, and a three-way match clears the bill into Finance accounts payable.

```mermaid theme={null}
flowchart LR
  Inventory["Inventory<br/>(reorder points)"] --> Req["Requisition"]
  Maint["Maintenance<br/>work orders"] --> Req
  Vendor["Vendor master<br/>& contracts"] --> PO
  Req --> PO["Purchase order"]
  PO --> Receive["Receiving"]
  Receive --> Match["Three-way match"]
  Match --> AP["Accounts payable<br/>→ Finance & Revenue"]
  Facilities["Facilities & spaces"] -.-> Maint
  Fleet["Fleet"] -.-> Maint
```

<Frame caption="The Facilities Management work-order queue — maintenance requests tracked by status, priority, and category across every site.">
  <img src="https://mintcdn.com/encoreos/9uGfYOeeHogjmoRk/images/fm/work-orders-list.png?fit=max&auto=format&n=9uGfYOeeHogjmoRk&q=85&s=21a49fe4da9414146a730d13f230a6e8" alt="Facilities Management work-order queue with status, priority, and category badges" width="1440" height="900" data-path="images/fm/work-orders-list.png" />
</Frame>

## What FM covers

<CardGroup cols={2}>
  <Card title="Facilities" icon="building">
    Buildings, spaces, room utilization, and maintenance schedules.
  </Card>

  <Card title="Inventory" icon="boxes-stacked">
    Stock items, reorder points, transfers, counts, and lot/serial tracking.
  </Card>

  <Card title="Vendors" icon="handshake">
    Vendor master, contracts, insurance certificates, and performance.
  </Card>

  <Card title="Purchase management" icon="cart-shopping">
    Requisitions, purchase orders, receiving, and three-way match.
  </Card>

  <Card title="Fleet" icon="truck">
    Vehicles, registrations, maintenance, and drivers.
  </Card>

  <Card title="Maintenance" icon="screwdriver-wrench">
    Work orders, preventive schedules, and asset history.
  </Card>
</CardGroup>

## Get oriented in FM

<Steps>
  <Step title="Stand up facilities">
    Register buildings and spaces, then set preventive maintenance schedules.
  </Step>

  <Step title="Track inventory & assets">
    Manage stock with reorder points, counts, and transfers.
  </Step>

  <Step title="Manage vendors & purchasing">
    Onboard vendors and run requisitions, POs, and receiving — with AP hand-off to Finance.
  </Step>
</Steps>

## By role

<Tabs>
  <Tab title="Facilities manager">
    Buildings, maintenance, and vendor coordination.
  </Tab>

  <Tab title="Inventory clerk">
    Stock counts, transfers, and reorder triggers.
  </Tab>

  <Tab title="Procurement">
    Vendor onboarding, contracts, and purchase orders.
  </Tab>

  <Tab title="Fleet coordinator">
    Vehicle assignments and maintenance scheduling.
  </Tab>
</Tabs>

## Scope at a glance

* **Facilities** — buildings, spaces, room utilization, maintenance schedules.
* **Inventory** — stock items, reorder points, transfers, counts, lot/serial tracking.
* **Vendors** — vendor master, contracts, insurance certificates, performance.
* **Purchase management** — requisitions, purchase orders, receiving, three-way match (with FA).
* **Fleet** — vehicles, registrations, maintenance, drivers.
* **Maintenance** — work orders, preventive schedules, asset history.

## Related

<CardGroup cols={2}>
  <Card title="FA integration" icon="link" href="/architecture/integrations/FM_INTEGRATION_CONTRACTS">
    Purchase-to-pay hand-off to Finance accounts payable.
  </Card>

  <Card title="Specs" icon="github" href="https://github.com/encore-os/encoreos/tree/main/specs/fm">
    Source specifications for the FM core.
  </Card>
</CardGroup>
