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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user