update site bar and credit note view in transaction
This commit is contained in:
@@ -153,12 +153,8 @@
|
||||
<span><%= t :printer %></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_products_path %>">
|
||||
<i class="material-icons col-brown">donut_large</i>
|
||||
<span><%= t :products %></span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="<%= settings_tax_profiles_path %>">
|
||||
<i class="material-icons col-green">donut_large</i>
|
||||
@@ -177,6 +173,30 @@
|
||||
<span><%= t :accounts %></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_products_path %>">
|
||||
<i class="material-icons col-brown">donut_large</i>
|
||||
<span><%= t :products %></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_promotions_path %>">
|
||||
<i class="material-icons col-red">donut_large</i>
|
||||
<span><%= t :promotions %></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_commissions_path %>">
|
||||
<i class="material-icons col-green">donut_large</i>
|
||||
<span><%= t :commissions %></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_commissioners_path %>">
|
||||
<i class="material-icons col-teal">donut_large</i>
|
||||
<span><%= t :commissioners %></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- #Menu -->
|
||||
|
||||
Reference in New Issue
Block a user