Bu filtrelere uygun sipariş bulunamadı.
onOpen(o)} style={{ display: "grid", gridTemplateColumns: COLS, gap: 12, padding: "11px 18px", borderBottom: "1px solid var(--border)", alignItems: "center", cursor: "pointer", transition: "background .1s" }}
onMouseEnter={(e) => e.currentTarget.style.background = "var(--surface-2)"}
onMouseLeave={(e) => e.currentTarget.style.background = "transparent"}>
{clockTime(o.placedAt)}
{new Date(o.placedAt).toLocaleDateString("tr-TR", { day: "2-digit", month: "short" })}
{o.id}
{o.customer}
{PLATFORMS[o.platformId].name} · {o.fulfillment}
{o.items.reduce((s, it) => s + it.qty, 0)}
{fmtMoney(o.total)}