Live inventory tracking.
Pick from the list or type to search. Titles appear as Title — Artist to disambiguate.
Applies to the title report, chart, matching list, and Inventory Intelligence for this selection.
| Artist | Title | Format | UPC | Cat # | Release | Warehouse | On Hand | Velocity | Supply | Signals |
|---|
This page documents how Inventory Intelligence works in the dashboard — the math, the thresholds, and the order rules are applied. Use it as a shared reference when tuning what “high stock,” “low supply,” and “catalog vs frontlist” should mean for Mexican Summer.
Thresholds are currently hardcoded in the app (not read from the spreadsheet). Changing team logic means updating code or a future settings panel.
Total on hand (all warehouses) ÷ Global velocity. In the Stock Index table, each row still shows row on hand ÷ velocity as a quick per-line reference. If velocity is zero, supply is treated as unlimited (∞).Global months of supply = Total on hand ÷ Velocity.Optional toggles appear once you load a title or artist report. They narrow what appears in the report panel and in scoped Inventory Intelligence — they do not change the Stock Index or the full-catalog intelligence view.
Rows without a parseable release date are kept when hiding frontlist (age unknown). Format checkboxes still apply on top of these options.
Among inventory with a valid release date, units are split by age:
The ratio shown (e.g. 80% / 20%) is catalog share vs frontlist share of dated units only.
Priority 1 is always Critical: < 3mo Supply. If that does not apply, overstock tiers depend on how long the title has been out.
The SKU is selling faster than stock can support — reorder or allocate soon.
Team tuning ideas: Raise 3→6 for slower formats; require minimum velocity (e.g. > 2/mo) to avoid noise on dead SKUs.
Very recent release with a very large pressing still in the warehouse.
Team tuning ideas: Lower 1,000 for niche formats; tie threshold to expected first-year velocity.
Release in the last year may have been over-manufactured relative to demand.
Team tuning ideas: Align 750 with standard run sizes by format (LP vs CD).
Still “young” catalog but no longer a new release — excess stock is a carryover risk.
Older title with high units on hand — storage cost and write-down risk.
Team tuning ideas: Lower 500 for slow movers; pair with velocity floor so fast catalog sellers aren’t flagged.
| Priority | Badge | Age on market | Max on hand (flag if above) | Intent |
|---|---|---|---|---|
| 1 | Critical | Any (with velocity > 0) | Supply < 3 mo | Stockout / reorder |
| 2 | Watchlist | 0–6 months | 1,000 | Launch over-press |
| 3 | Watchlist | 6–12 months | 750 | Recent overstock |
| 4 | Watchlist | 12–18 months | 750 | Transitional frontlist |
| 5 | Watchlist | > 18 months | 500 | Catalog burden |
When reviewing this rubric, it helps to agree on a few decisions in writing:
Share proposed numbers with whoever maintains the tool; they can be encoded in script.js under renderInventoryIntelligence until a settings UI exists.
Draft transfers saved locally in your browser. Edit quantities or routes, then copy or export when ready.
| Artist | Title | Format | Cat # | UPC | From | To | Qty | Cost |
|---|
This dashboard helps you track inventory levels, sales velocity, and potential stock issues across all warehouses.
Items in the "Inventory Intelligence" sidebar are flagged based on specific logic:
Trigger: When an item has less than 3 months of global supply (total on hand at all warehouses ÷ global velocity).
Calculation: (Sum of On Hand / Global Velocity) < 3
Trigger: When an older title (released > 18 months ago) has over 500 units sitting in stock.
Goal: Identify slow-moving catalog items incurring storage fees.
Trigger: When a newer title (released within last year) has over 750 units.
Goal: Watchlist for potential overstock on recent releases.