add FOC,VOID remark in Transaction/Sale and new Transaction/Survey
This commit is contained in:
9
app/views/layouts/_left_sidebar.html.erb
Executable file → Normal file
9
app/views/layouts/_left_sidebar.html.erb
Executable file → Normal file
@@ -69,14 +69,14 @@
|
||||
<% end %>
|
||||
</ul>
|
||||
</li>
|
||||
<% if can? :menage, Inventory %>
|
||||
<!-- <% if can? :menage, Inventory %>
|
||||
<li>
|
||||
<a href="<%= inventory_path %>">
|
||||
<i class="material-icons">store</i>
|
||||
<span><%= t :inventory %></span>
|
||||
</a>
|
||||
</li>
|
||||
<%end%>
|
||||
<%end%> -->
|
||||
<li class="header"><%= t :backend %></li>
|
||||
<li>
|
||||
<a href="javascript:void(0);" class="menu-toggle">
|
||||
@@ -109,6 +109,11 @@
|
||||
<a href="<%= transactions_shift_sales_path %>"><%= (t :shiftsale) %></a>
|
||||
</li>
|
||||
<% end %>
|
||||
<% if can? :menage, Survey %>
|
||||
<li>
|
||||
<a href="<%= transactions_surveys_path %>"><%= t("views.right_panel.detail.survey") %></a>
|
||||
</li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</li>
|
||||
<% if can? :index, :dailysale %>
|
||||
|
||||
Reference in New Issue
Block a user