• <%= 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 "Zones ", settings_zones_path,:class =>"" %>
  • <%= link_to "Order Queue Station ", settings_order_queue_stations_path,:class =>"" %>
  • <%= link_to "Menu ", settings_menus_path,:class =>"" %>
  • <%= t 'transactions' %>
    • <%= link_to "Orders ", transactions_orders_path,:class =>"" %>
    • <%= link_to "Sales ", transactions_sales_path,:class =>"" %>
    • <%= link_to "Credit Note ", transactions_credit_notes_path,:class =>"m" %>
  • <%= link_to (t :cashier), settings_cashier_terminals_path,:class =>"" %>
  • <%= link_to "Print Settings ", print_settings_path,:class =>"" %>
  • <%= link_to "Staff ", settings_employees_path,:class =>"" %>
  • <%= link_to "Product ", settings_products_path,:class =>"" %>
  • <%= link_to "Promotion ", settings_promotions_path,:class =>"" %>
  • <%= link_to "Reports", reports_dailysale_index_path, :class =>"" %>