adding employee page. needs reports

This commit is contained in:
2025-12-17 15:58:04 -06:00
parent 13bb6542bc
commit d4f244609a
4 changed files with 1266 additions and 1 deletions
+15 -1
View File
@@ -57,7 +57,7 @@
</div>
<!-- Dashboard Cards -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 mb-8">
<!-- Job Tracking Card -->
<div class="backdrop-blur-xl bg-white/60 rounded-2xl shadow-xl border border-white/30 p-6 hover:bg-white/70 transition-all duration-300">
<div class="flex items-center justify-between mb-4">
@@ -85,6 +85,20 @@
<p class="text-sm text-gray-600 mb-4">Manage job notes and reports</p>
<a href="notes" class="text-green-600 hover:text-green-700 font-medium text-sm">View Notes →</a>
</div>
<!-- Employees Card -->
<div class="backdrop-blur-xl bg-white/60 rounded-2xl shadow-xl border border-white/30 p-6 hover:bg-white/70 transition-all duration-300">
<div class="flex items-center justify-between mb-4">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center">
<svg class="w-6 h-6 text-purple-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
</div>
</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Employees</h3>
<p class="text-sm text-gray-600 mb-4">Manage employee records</p>
<a href="employees" class="text-purple-600 hover:text-purple-700 font-medium text-sm">View Employees →</a>
</div>
</div>
<!-- Quick Stats -->