fix(ui): add historical sales link to main sidebar menus

- Add Ventas Históricas link to dashboard, inventory and customers sidebars
- reports.html already had the link
This commit is contained in:
2026-06-12 07:24:45 +00:00
parent 913e507adc
commit 917ff00310
3 changed files with 31 additions and 0 deletions

View File

@@ -149,6 +149,16 @@
Reportes
</a>
</li>
<li class="nav-item">
<a href="/pos/historical-sales" class="nav-link">
<svg class="nav-link__icon" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="3" width="12" height="11" rx="1"/>
<path d="M2 6h12"/>
<path d="M5 2v2M11 2v2"/>
</svg>
Ventas Históricas
</a>
</li>
<li class="nav-item">
<a href="/pos/config" class="nav-link">
<svg class="nav-link__icon" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round">

View File

@@ -148,6 +148,17 @@
Reportes
</a>
<a href="/pos/historical-sales" class="nav-link">
<span class="nav-link__icon">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="2" y="3" width="12" height="11" rx="1"/>
<path d="M2 6h12" stroke-width="1.2"/>
<path d="M5 2v2M11 2v2"/>
</svg>
</span>
Ventas Históricas
</a>
<div class="sidebar__section-label">Gestión</div>
<a href="/pos/marketplace" class="nav-link">

View File

@@ -149,6 +149,16 @@
<span>Reportes</span>
</a>
<a class="nav-item" href="/pos/historical-sales">
<svg class="nav-item__icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="5" width="16" height="16" rx="1"/>
<line x1="4" y1="10" x2="20" y2="10"/>
<line x1="8" y1="3" x2="8" y2="5"/>
<line x1="16" y1="3" x2="16" y2="5"/>
</svg>
<span>Ventas Históricas</span>
</a>
<div class="nav-section-label">Sistema</div>
<a class="nav-item" href="/pos/config">