Athena.Inventory.ItemGroup (athena_logistics v1.0.0)

Item Group Model

Link to this section Summary

Link to this section Types

@type t() :: %Athena.Inventory.ItemGroup{
  __meta__: term(),
  event: Ecto.Schema.belongs_to(Athena.Inventory.Event.t()),
  event_id: term(),
  id: term(),
  inserted_at: DateTime.t(),
  items: Ecto.Schema.has_many(Athena.Inventory.Item.t()),
  movements: Ecto.Schema.has_many(Athena.Inventory.Movement.t()),
  name: String.t(),
  stock_entries: Ecto.Schema.has_many(Athena.Inventory.StockEntry.t()),
  updated_at: DateTime.t()
}