• <%= t :main_navigation %>
  • <%= link_to (t :dashboard), dashboard_path,:class =>"" %>
  • <%= link_to (t :oqs), oqs_root_path,:class =>"" %>
  • <%= link_to (t :origami), origami_root_path,:class =>"" %>
  • <%= t :crm %>
    • <%= link_to "Customer ", crm_customers_path,:class =>"" %>
    • <%= link_to "Queue ", crm_dining_queues_path,:class =>"" %>
  • <%= link_to (t :inventory), inventory_path,:class =>"" %>
  • <%= t :settings %>
  • <%= link_to (t :zones), settings_zones_path,:class =>"" %>
  • <%= link_to (t :oqs), settings_order_queue_stations_path,:class =>"" %>
  • <%= link_to (t :menu), settings_menus_path,:class =>"" %>
  • <%= t 'transactions' %>
    • <%= link_to (t :orders), transactions_orders_path,:class =>"" %>
    • <%= link_to (t :sale), transactions_sales_path,:class =>"" %>
    • <%= link_to (t :credit), transactions_credit_notes_path,:class =>"m" %>
  • <%= link_to (t :cashier), settings_cashier_terminals_path,:class =>"" %>
  • <%= link_to (t :printer), print_settings_path,:class =>"" %>
  • <%= link_to (t :staff), settings_employees_path,:class =>"" %>
  • <%= link_to (t :products), settings_products_path,:class =>"" %>
  • <%= link_to (t :promotions), settings_promotions_path,:class =>"" %>
  • <%= link_to (t :reports), reports_dailysale_index_path, :class =>"" %>