feat: replace sales/inventory with e-commerce dashboard and settings
This commit is contained in:
@@ -110,45 +110,26 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<!-- Placeholder: Sales Dashboard -->
|
||||
<div class="glass disabled-card rounded-2xl p-6 flex flex-col fade-in relative" style="animation-delay: 300ms">
|
||||
<!-- Placeholder: E-Commerce Dashboard -->
|
||||
<a href="/ecommerce" class="dashboard-card glass rounded-2xl p-6 flex flex-col group fade-in relative overflow-hidden block" style="animation-delay: 300ms">
|
||||
<div class="absolute top-0 right-0 p-4">
|
||||
<span class="inline-flex items-center rounded-md bg-slate-500/10 px-2 py-1 text-xs font-medium text-slate-400 ring-1 ring-inset ring-slate-500/20">Coming Soon</span>
|
||||
<span class="inline-flex items-center rounded-md bg-purple-500/10 px-2 py-1 text-xs font-medium text-purple-400 ring-1 ring-inset ring-purple-500/20">Planned</span>
|
||||
</div>
|
||||
|
||||
<div class="w-14 h-14 rounded-xl bg-slate-800 flex items-center justify-center mb-6">
|
||||
<svg class="w-7 h-7 text-slate-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
|
||||
<div class="w-14 h-14 rounded-xl bg-gradient-to-br from-purple-600 to-purple-900 flex items-center justify-center mb-6 shadow-lg shadow-purple-900/40 group-hover:scale-110 transition-transform duration-300">
|
||||
<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z"/></svg>
|
||||
</div>
|
||||
|
||||
<h2 class="text-xl font-bold text-slate-300 mb-2">Sales Analytics</h2>
|
||||
<p class="text-sm text-slate-500 flex-grow">
|
||||
Monitor revenue streams, customer acquisition costs, and identify top performing regions.
|
||||
<h2 class="text-xl font-bold text-white mb-2 group-hover:text-purple-400 transition-colors">E-Commerce</h2>
|
||||
<p class="text-sm text-slate-400 mb-6 flex-grow">
|
||||
Monitor online sales, WooCommerce integration, customer insights, and digital revenue streams.
|
||||
</p>
|
||||
|
||||
<div class="text-sm font-medium text-slate-600 flex items-center gap-1 mt-auto">
|
||||
In Development
|
||||
<div class="text-sm font-medium text-purple-500 flex items-center gap-1 mt-auto">
|
||||
Access Dashboard
|
||||
<svg class="w-4 h-4 transform group-hover:translate-x-1 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Placeholder: Inventory Operations -->
|
||||
<div class="glass disabled-card rounded-2xl p-6 flex flex-col fade-in relative" style="animation-delay: 400ms">
|
||||
<div class="absolute top-0 right-0 p-4">
|
||||
<span class="inline-flex items-center rounded-md bg-slate-500/10 px-2 py-1 text-xs font-medium text-slate-400 ring-1 ring-inset ring-slate-500/20">Planned</span>
|
||||
</div>
|
||||
|
||||
<div class="w-14 h-14 rounded-xl bg-slate-800 flex items-center justify-center mb-6">
|
||||
<svg class="w-7 h-7 text-slate-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4"/></svg>
|
||||
</div>
|
||||
|
||||
<h2 class="text-xl font-bold text-slate-300 mb-2">Inventory Control</h2>
|
||||
<p class="text-sm text-slate-500 flex-grow">
|
||||
Real-time stock levels, movement history, category tracking and predictive reordering.
|
||||
</p>
|
||||
|
||||
<div class="text-sm font-medium text-slate-600 flex items-center gap-1 mt-auto">
|
||||
Future Roadmap
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user