update admin bsb for layout nav bar
This commit is contained in:
@@ -178,5 +178,9 @@ section.content {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar .menu .list a {
|
||||||
|
padding: 5px 13px;
|
||||||
|
}
|
||||||
|
|
||||||
/* End Reset Theme */
|
/* End Reset Theme */
|
||||||
/* *************************************************** */
|
/* *************************************************** */
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
class Origami::ShiftsController < ApplicationController#BaseOrigamiController
|
class Origami::ShiftsController < BaseOrigamiController
|
||||||
def index
|
def index
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -159,6 +159,24 @@
|
|||||||
<span><%= t :products %></span>
|
<span><%= t :products %></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="<%= settings_tax_profiles_path %>">
|
||||||
|
<i class="material-icons col-green">donut_large</i>
|
||||||
|
<span><%= t :tax_profile %></span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="<%= settings_payment_method_settings_path %>">
|
||||||
|
<i class="material-icons col-light-blue">donut_large</i>
|
||||||
|
<span><%= t :payment_methods %></span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="<%= settings_accounts_path %>">
|
||||||
|
<i class="material-icons col-amber">donut_large</i>
|
||||||
|
<span><%= t :accounts %></span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- #Menu -->
|
<!-- #Menu -->
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ en:
|
|||||||
oqs: "Order Queue Station"
|
oqs: "Order Queue Station"
|
||||||
origami: "Cashier"
|
origami: "Cashier"
|
||||||
crm: "CRM"
|
crm: "CRM"
|
||||||
|
customer: "Customer"
|
||||||
|
queue: "Queue"
|
||||||
inventory: "Inventory"
|
inventory: "Inventory"
|
||||||
settings: "Settings"
|
settings: "Settings"
|
||||||
transactions: "Transactions"
|
transactions: "Transactions"
|
||||||
@@ -34,6 +36,9 @@ en:
|
|||||||
category: "Category"
|
category: "Category"
|
||||||
processed: "Processed"
|
processed: "Processed"
|
||||||
competed: "Completed"
|
competed: "Completed"
|
||||||
|
tax_profile: "Tad Profile"
|
||||||
|
payment_methods: "Payment Methods"
|
||||||
|
accounts: "Accounts"
|
||||||
|
|
||||||
views:
|
views:
|
||||||
btn:
|
btn:
|
||||||
|
|||||||
@@ -36,6 +36,9 @@ mm:
|
|||||||
category: "အမျိုးအစား"
|
category: "အမျိုးအစား"
|
||||||
processed: "လုပ်ဆောင်ခဲ့ပြီး"
|
processed: "လုပ်ဆောင်ခဲ့ပြီး"
|
||||||
completed: "ဆောင်ရွက်ပြီးစီး"
|
completed: "ဆောင်ရွက်ပြီးစီး"
|
||||||
|
tax_profile: "Tad Profile"
|
||||||
|
payment_methods: "Payment Methods"
|
||||||
|
accounts: "Accounts"
|
||||||
|
|
||||||
views:
|
views:
|
||||||
btn:
|
btn:
|
||||||
|
|||||||
Reference in New Issue
Block a user