mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-Prototype.git
synced 2026-08-22 14:13:58 +00:00
latest
This commit is contained in:
@@ -382,7 +382,7 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<div class="caption">
|
||||
<i class="icon-directions font-green hide"></i>
|
||||
<span class="caption-subject bold font-dark uppercase "> Milestone</span> 014587 :
|
||||
<span > GroupName </span>
|
||||
<span contenteditable="true" > GroupName </span>
|
||||
<span class="caption-helper"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -183,11 +183,6 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
</li>
|
||||
<!-- END USER LOGIN DROPDOWN -->
|
||||
|
||||
<li class="dropdown dropdown-quick-sidebar-toggler">
|
||||
<a href="javascript:;" class="dropdown-toggle">
|
||||
<i class="icon-logout"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- END TOP NAVIGATION MENU -->
|
||||
|
||||
@@ -95,8 +95,9 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
</a>
|
||||
<!-- END RESPONSIVE MENU TOGGLER -->
|
||||
<!-- BEGIN TOP NAVIGATION MENU -->
|
||||
<img style="border-radius:100%" class="media-object-4" src="../assets/layouts/layout/img/1.png" alt="...">
|
||||
|
||||
<div class="top-menu">
|
||||
<img style="margin-left: 880px; margin-top: 9px ; border-radius: 100%" class="media-object-4" src="../assets/layouts/layout/img/1.png" alt="...">
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
<!-- BEGIN USER LOGIN DROPDOWN -->
|
||||
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
|
||||
|
||||
@@ -223,28 +223,7 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<i class="icon-notebook"></i>
|
||||
<span class="title">Contact List</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="javascript:;" class="nav-link nav-toggle">
|
||||
<i class="icon-settings"></i>
|
||||
<span class="title">Settings</span>
|
||||
<span class="arrow"></span>
|
||||
</a>
|
||||
<ul class="sub-menu">
|
||||
<li class="nav-item ">
|
||||
<a href="formcustomize.html" class="nav-link ">
|
||||
<i class="icon-clock"></i>
|
||||
<span class="title">Form Customization</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="updatecurrency.html" class="nav-link ">
|
||||
<i class="icon-check"></i>
|
||||
<span class="title">Update Currency</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<!-- END SIDEBAR MENU -->
|
||||
|
||||
@@ -61,12 +61,12 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
}
|
||||
}
|
||||
.table td, .table th {
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
text-align:center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.table thead tr th{
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
text-align:center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@@ -208,8 +208,8 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<span class="title">Orders</span>
|
||||
<span class="arrow"></span>
|
||||
</a>
|
||||
<ul class="sub-menu">
|
||||
<li class="nav-item active open ">
|
||||
<ul class="sub-menu active open">
|
||||
<li class="nav-item ">
|
||||
<a href="purchaseorder.html" class="nav-link ">
|
||||
<i class="icon-clock"></i>
|
||||
<span class="title">Purchase Order</span>
|
||||
|
||||
@@ -477,8 +477,8 @@
|
||||
<!-- BEGIN EXAMPLE TABLE PORTLET-->
|
||||
<div class="portlet light portlet-fit bordered">
|
||||
<div class="portlet-body">
|
||||
<table class="table table-striped table-hover table-bordered" id="sample_editable_1">
|
||||
<thead>
|
||||
<table style="" class="table table-striped table-bordered table-hover" id="sample_3">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> No. </th>
|
||||
<th> Item Code </th>
|
||||
@@ -486,8 +486,23 @@
|
||||
<th> Description </th>
|
||||
<th> Quantity </th>
|
||||
<th> UOM</th>
|
||||
<th> Unit Price</th>
|
||||
<th> Sub Total</th>
|
||||
<th> Stock Value</th>
|
||||
<th> Unit Price
|
||||
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="fa fa-filter"></span></button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><input onchange="filterme()" name="orderno" value="" type="checkbox"/> RMB</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="" type="checkbox"/> MYR</li>
|
||||
</ul>
|
||||
</th>
|
||||
<th> Sub Total
|
||||
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="fa fa-filter"></span></button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><input onchange="filterme()" name="orderno" value="" type="checkbox"/> RMB</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="" type="checkbox"/> MYR</li>
|
||||
</ul>
|
||||
</th>
|
||||
<th> Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -499,6 +514,7 @@
|
||||
<td contenteditable="true"> Fidget Spinner </td>
|
||||
<td contenteditable="true"> 3 </td>
|
||||
<td contenteditable="true"> package</td>
|
||||
<td contenteditable="true"> 7 </td>
|
||||
<td contenteditable="true"> RM 5 </td>
|
||||
<td contenteditable="true"> RM 15 </td>
|
||||
<td><div class="fa-item col-md-3 col-sm-4">
|
||||
@@ -512,6 +528,7 @@
|
||||
<td contenteditable="true"> Vacuum Cleaner </td>
|
||||
<td contenteditable="true"> 2 </td>
|
||||
<td contenteditable="true"> pallet</td>
|
||||
<td contenteditable="true"> 5 </td>
|
||||
<td contenteditable="true"> RM 25 </td>
|
||||
<td contenteditable="true"> RM 50 </td>
|
||||
<td>
|
||||
@@ -526,6 +543,7 @@
|
||||
<td contenteditable="true"> Boxes </td>
|
||||
<td contenteditable="true"> 5 </td>
|
||||
<td contenteditable="true"> pallet</td>
|
||||
<td contenteditable="true"> 6 </td>
|
||||
<td contenteditable="true"> RM 7 </td>
|
||||
<td contenteditable="true"> RM 35 </td>
|
||||
<td>
|
||||
@@ -540,6 +558,7 @@
|
||||
<td contenteditable="true"> Bottles </td>
|
||||
<td contenteditable="true"> 8 </td>
|
||||
<td contenteditable="true"> pallet </td>
|
||||
<td contenteditable="true"> 9 </td>
|
||||
<td contenteditable="true"> RM 9 </td>
|
||||
<td contenteditable="true"> RM 72 </td>
|
||||
<td>
|
||||
|
||||
@@ -93,8 +93,8 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
</a>
|
||||
<!-- END RESPONSIVE MENU TOGGLER -->
|
||||
<!-- BEGIN TOP NAVIGATION MENU -->
|
||||
<img style="border-radius:100%" class="media-object-4" src="../assets/layouts/layout/img/1.png" alt="...">
|
||||
<div class="top-menu">
|
||||
<img style="margin-left: 880px; margin-top: 9px ; border-radius: 100%" class="media-object-4" src="../assets/layouts/layout/img/1.png" alt="...">
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
<!-- BEGIN USER LOGIN DROPDOWN -->
|
||||
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
|
||||
@@ -339,8 +339,10 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<div class="caption">
|
||||
<i class="icon-directions font-green hide"></i>
|
||||
<span class="caption-subject bold font-dark uppercase "> Milestone </span> 014587 :
|
||||
<span > GroupName </span>
|
||||
<span contenteditable="true" > GroupName </span>
|
||||
<span class="caption-helper"></span>
|
||||
<a href="orderdetails.html" style="margin-left:320px" class="btn blue btn-outline btn-circle" >
|
||||
<i class="fa fa-pencil" aria-hidden="true"></i> Details</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portlet-body">
|
||||
|
||||
Reference in New Issue
Block a user