# Parking Lot — Features Hidden or Deferred This document tracks features that have been built but are currently hidden or deferred for future use. --- ## Invoices & Payments (Hidden as of 2026.03.19) **Status:** Built but hidden from navigation **What exists:** - Full Invoices page at `/invoices` with CRUD, generation, and management - Full Payments page at `/payments` with payment tracking and reconciliation - Backend API endpoints for both modules are fully functional - Routes remain registered in `App.tsx` (accessible via direct URL if needed) **Where hidden:** - `frontend/src/components/layout/Sidebar.tsx` — Navigation links commented out in the Transactions section **To re-enable:** 1. Uncomment the Invoices and Payments entries in `Sidebar.tsx` (search for "PARKING-LOT.md") 2. No other changes needed — routes and backend are intact