# `PhoenixKitWarehouse.InventoryDocument`
[🔗](https://github.com/BeamLabEU/phoenix_kit_warehouse/blob/0.4.0/lib/phoenix_kit_warehouse/schemas/inventory_document.ex#L1)

# `t`

```elixir
@type t() :: %PhoenixKitWarehouse.InventoryDocument{
  __meta__: term(),
  created_by_uuid: term(),
  deleted_at: term(),
  deleted_by_uuid: term(),
  inserted_at: term(),
  lines: term(),
  location_uuid: term(),
  note: term(),
  number: term(),
  performed_by_uuid: term(),
  posted_at: term(),
  status: term(),
  storage_folder_uuid: term(),
  track_value: term(),
  updated_at: term(),
  uuid: term()
}
```

# `correction_changeset`

Changeset for correcting a posted or draft document (content only — does not change :status).

# `draft_changeset`

Changeset for creating/editing draft inventory documents.

# `post_changeset`

Changeset for posting an inventory document (programmatic fields only — no cast).

# `responsibility_changeset`

Changeset for setting responsibility fields (created_by_uuid, performed_by_uuid).

# `soft_delete_changeset`

Changeset for soft-deleting an inventory document.

# `statuses`

# `storage_changeset`

Changeset for setting the storage folder (programmatic — single field).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
