<%= t :dashboard %>

help
SALE COUNT
attach_money
TOTAL SALE
person_add
TOTAL CREDIT
credit_card
TOTAL CARD
<% if current_user.role == 'administrator' || current_user.role == 'manager' %>

dashboard<%= (t :top) + " " + (t :products) %>

store<%= t :inventory %>


av_timer<%= (t :hourly) + " " + (t :sale) %>

assignment_ind<%= (t :staff) + " " + (t :sale) %>

<% end %>