// ───────────────────────────────────────────────────────────── // USER MENU FUNCTIONS // ───────────────────────────────────────────────────────────── function toggleUserMenu() { const menu = document.getElementById("user-menu"); if (menu) menu.classList.toggle("show"); } function handleLogout() { if (confirm("Are you sure you want to logout?")) { AUTH.logout(); window.location.href = "login.html"; } } function goToSettings() { window.location.href = "wilkerson-admin.html"; } function updateUserMenu() { const userEmail = AUTH.getCurrentUser(); if (userEmail) { const header = document.getElementById("user-email"); if (header) header.textContent = userEmail; } } document.addEventListener("click", function(event) { const menu = document.getElementById("user-menu"); const avatar = document.getElementById("user-avatar"); if (menu && avatar && !menu.contains(event.target) && !avatar.contains(event.target)) { menu.classList.remove("show"); } }); if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", updateUserMenu); } else { updateUserMenu(); }
| # | Salesperson | Jobs Closed | Revenue | Avg Job Value | Conv. Rate | MTD Goal Progress |
|---|---|---|---|---|---|---|
1 |
DW
Dave Wilkerson Owner · Sales Lead |
7 | $21,840 | $3,120 | 74% |
$21,840 of $25,000
|
2 |
NW
Nick Office Manager · Sales |
4 | $9,580 | $2,395 | 61% |
$9,580 of $15,000
|
| Crew Member | Role | Status | This Week | MTD Jobs | Territory / Coverage | Skill Set |
|---|---|---|---|---|---|---|
DW Dave Wilkerson Owner |
Owner · Sales | In Office | Sales / Admin | — | Hannibal/Quincy · Decatur/Forsyth | Sales · Management |
NW Nick Office Manager |
Office Mgr · Sales | In Office | Sales / Admin | — | Jacksonville · Springfield | Sales · CRM |
ZM Zach |
Master Craftsman | On Job | 2 jobs | 6 | All territories | LVP · Hardwood · Refinish |
BK Buck |
Craftsman | Available | 1 job | 3 | Jacksonville area | Carpet · Tile · LVP |
JN Jonny |
Craftsman | Available | 1 job | 2 | Jacksonville area | Carpet · LVP |
AW Andy |
Apprentice Tech | Training | 2 jobs (assist) | 4 | With Zach | LVP · Carpet (assist) |
KD Kendra |
Secretarial · Warehouse | In Office | Office / Warehouse | — | In-store always paired | Admin · Warehouse · Scheduling |
KY Kayden |
Warehouse · Apprentice | Training | Warehouse | 1 | Warehouse / Delivery | Warehouse · Delivery · Learning installs |