Athena.Inventory.Event (athena_logistics v1.0.0)
Event Model
Link to this section Summary
Link to this section Types
@type t() :: %Athena.Inventory.Event{ __meta__: term(), id: term(), inserted_at: DateTime.t(), item_groups: Ecto.Schema.has_many(Athena.Inventory.ItemGroup.t()), items: Ecto.Schema.has_many(Athena.Inventory.Item.t()), locations: Ecto.Schema.has_many(Athena.Inventory.Location.t()), movements: Ecto.Schema.has_many(Athena.Inventory.Movement.t()), name: String.t(), stock_entries: Ecto.Schema.has_many(Athena.Inventory.StockEntry.t()), totals: Ecto.Schema.has_many(Athena.Inventory.Event.Total.t()), updated_at: DateTime.t() }