Athena.Inventory.Location (athena_logistics v1.0.0)
Location Model
Link to this section Summary
Link to this section Types
@type t() :: %Athena.Inventory.Location{ __meta__: term(), event: Ecto.Schema.belongs_to(Athena.Inventory.Event.t()), event_id: term(), id: term(), inserted_at: DateTime.t(), movements_in: Ecto.Schema.has_many([Athena.Inventory.Movement.t()]), movements_out: 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.Location.Total.t()), updated_at: DateTime.t() }