@{ ViewData["Title"] = "Admin Dashboard"; }
KERNEL RECORDS

Admin Dashboard

Manage catalog, inventory and store operations.

@if (TempData["Success"] != null) {
✓ @TempData["Success"]
} @if (TempData["Error"] != null) {
! @TempData["Error"]
}
PRODUCTS @ViewBag.ProductCount

Physical products in the store

RELEASES @ViewBag.ReleaseCount

Albums and singles in the catalog

LOW STOCK @ViewBag.LowStockCount

Products with 5 or fewer remaining

OUT OF STOCK @ViewBag.OutOfStockCount

Products requiring restocking

CATALOG MANAGEMENT

Releases & Products

Create music releases and manage their physical formats.

ADMIN WORKFLOW

Catalog Process

01
Create Release

Add the album or single, artists and track information.

02
Create Product

Add its vinyl, CD or cassette store edition.

03
Manage Inventory

Change prices, stock, descriptions or apply discounts.