Athena.Inventory.Location.Total (athena_logistics v1.0.0)
Location Total Model
Link to this section Summary
Link to this section Types
@type t() :: %Athena.Inventory.Location.Total{ __meta__: term(), amount: non_neg_integer(), event: Ecto.Schema.has_one(Athena.Inventory.Event.t()), inserted_at: DateTime.t(), item: Ecto.Schema.belongs_to(Athena.Inventory.Item.t()), item_group: Ecto.Schema.has_one(Athena.Inventory.ItemGroup.t()), item_id: Ecto.UUID.t(), location: Ecto.Schema.belongs_to(Athena.Inventory.Location.t()), location_id: Ecto.UUID.t() }