add favicon and edit

This commit is contained in:
Yan
2017-10-03 09:58:45 +06:30
parent f7d3e4c0e3
commit f9ec0da867
10 changed files with 873 additions and 24 deletions

View File

@@ -30,7 +30,7 @@
<ul class="list">
<li class="header">MAIN NAVIGATION</li>
<li class="active">
<a href="<%= root_path %>">
<a href="<%= dashboard_path %>">
<i class="material-icons">home</i>
<span>Home</span>
</a>
@@ -54,7 +54,7 @@
</a>
</li>
<li>
<a href="pages/helper-classes.html">
<a href="<%= inventory_path %>">
<i class="material-icons">store</i>
<span>Inventory</span>
</a>
@@ -66,13 +66,13 @@
</a>
<ul class="ml-menu">
<li>
<a href="pages/widgets/cards/basic.html">Order</a>
<a href="<%= transactions_orders_path %>">Order</a>
</li>
<li>
<a href="pages/widgets/cards/colored.html">Sale</a>
<a href="<%= transactions_sales_path %>">Sale</a>
</li>
<li>
<a href="pages/widgets/cards/no-header.html">Credit Note</a>
<a href="<%= transactions_credit_notes_path %>">Credit Note</a>
</li>
</ul>
</li>
@@ -83,48 +83,66 @@
</a>
<ul class="ml-menu">
<li>
<a href="pages/widgets/infobox/infobox-1.html">Daily Sales</a>
<a href="<%= reports_dailysale_index_path %>">Daily Sales</a>
</li>
<li>
<a href="pages/widgets/infobox/infobox-2.html">Sale Items</a>
<a href="<%= reports_saleitem_index_path %>">Sale Items</a>
</li>
<li>
<a href="pages/widgets/infobox/infobox-3.html">Receipt</a>
<a href="<%= reports_receipt_no_index_path %>">Receipt</a>
</li>
<li>
<a href="pages/widgets/infobox/infobox-4.html">Shift Sales</a>
<a href="<%= reports_shiftsale_index_path %>">Shift Sales</a>
</li>
<li>
<a href="pages/widgets/infobox/infobox-5.html">Credit Sales</a>
<a href="<%= reports_credit_payment_index_path %>">Credit Sales</a>
</li>
<li>
<a href="pages/widgets/infobox/infobox-5.html">Void Sales</a>
<a href="<%= reports_void_sale_index_path %>">Void Sales</a>
</li>
<li>
<a href="pages/widgets/infobox/infobox-5.html">Commission</a>
<a href="<%= reports_commission_index_path %>">Commission</a>
</li>
<li>
<a href="pages/widgets/infobox/infobox-5.html">Stock Check</a>
<a href="<%= reports_stock_check_index_path %>">Stock Check</a>
</li>
</ul>
</li>
<li class="header">LABELS</li>
<li class="header">SETTINGS</li>
<li>
<a href="javascript:void(0);">
<a href="<%= settings_zones_path %>">
<i class="material-icons col-red">donut_large</i>
<span>Important</span>
<span>Dinings</span>
</a>
</li>
<li>
<a href="javascript:void(0);">
<a href="<%= settings_menus_path %>">
<i class="material-icons col-amber">donut_large</i>
<span>Warning</span>
<span>Menu</span>
</a>
</li>
<li>
<a href="<%= settings_employees_path %>">
<i class="material-icons col-light-blue">donut_large</i>
<span>Staffs</span>
</a>
</li>
<li>
<a href="javascript:void(0);">
<i class="material-icons col-light-blue">donut_large</i>
<span>Information</span>
<a href="<%= settings_cashier_terminals_path %>">
<i class="material-icons col-green">donut_large</i>
<span>Cashiers</span>
</a>
</li>
<li>
<a href="<%= print_settings_path %>">
<i class="material-icons col-pupple">donut_large</i>
<span>Printers</span>
</a>
</li>
<li>
<a href="<%= settings_products_path %>">
<i class="material-icons col-brown">donut_large</i>
<span>Products</span>
</a>
</li>
</ul>

View File

@@ -8,11 +8,11 @@
<title>SmartSales : Restaurant</title>
<%= csrf_meta_tags %>
<!-- Favicon-->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Google Fonts -->
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<!-- Bootstrap Core Css -->
<!-- <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet"> -->
@@ -31,6 +31,7 @@
<!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes -->
<!-- <link href="css/themes/all-themes.css" rel="stylesheet" /> -->
<!-- <%= stylesheet_link_tag 'sx_font', media: 'all', 'data-turbolinks-track': 'reload' %> -->
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>