mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-Prototype.git
synced 2026-08-19 12:43:58 +00:00
XMerge branch 'master' of https://gitlab.com/ciefworldwide/IZYIM
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
.media-object-4 {
|
||||
width: 35px;
|
||||
}
|
||||
tr.eror{ border: 2px solid red; }
|
||||
</style>
|
||||
</head>
|
||||
<!-- END HEAD -->
|
||||
@@ -1063,12 +1064,12 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr bgcolor="#FF0000">
|
||||
<tr class="eror" >
|
||||
<td>1</td>
|
||||
<td>4</td>
|
||||
<td>40x40x40</td>
|
||||
<td>10kg</td>
|
||||
<td><a href="javascript:void(0)" id="totalctn" data-type="text" data-pk="1" data-original-title="Total Ctn"> 4 </a></td>
|
||||
<td ><a href="javascript:void(0)" id="totalctn" data-type="text" data-pk="1" data-original-title="Total Ctn"> 4 </a></td>
|
||||
<td><a href="javascript:void(0)" id="measurement" data-type="text" data-pk="1" data-original-title="Measurement"> 40 x 40 x 40 </a></td>
|
||||
<td><a href="javascript:void(0)" id="weight" data-type="text" data-pk="1" data-original-title="Weight"> 9.8kg </a></td>
|
||||
<td>
|
||||
|
||||
@@ -261,31 +261,48 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
<tr>
|
||||
<th> Bil </th>
|
||||
<th> Date </th>
|
||||
<th> Details </th>
|
||||
<th> Action </th>
|
||||
<th> No. </th>
|
||||
<th> Item Code </th>
|
||||
<th> Upload Photo </th>
|
||||
<th> Model No </th>
|
||||
<th> Description </th>
|
||||
<th> Quantity </th>
|
||||
<th> Unit Price</th>
|
||||
<th> Sub Total</th>
|
||||
<th> Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1.</td>
|
||||
<td> 21/6/17 </td>
|
||||
<td> Alex Nilson </td>
|
||||
<td>
|
||||
<div class="fa-item col-md-3 col-sm-4">
|
||||
<td> 1.</td>
|
||||
<td> QR 123</td>
|
||||
<td> <a href="#">images.jpg</a></td>
|
||||
<td> Model 123</td>
|
||||
<td> Fidget Spinner </td>
|
||||
<td> 3 </td>
|
||||
<td> RM 5 </td>
|
||||
<td> RM 15 </td>
|
||||
<td><div class="fa-item col-md-3 col-sm-4">
|
||||
<i class="fa fa-trash-o"></i></div>
|
||||
<div class="fa-item col-md-3 col-sm-4">
|
||||
<i class="fa fa-pencil"></i> </div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.</td>
|
||||
<td> 23/7/17 </td>
|
||||
<td> Lisa Wong </td>
|
||||
<td> 2. </td>
|
||||
<td> QR 456</td>
|
||||
<td> <a href="#">images.jpg</a></td>
|
||||
<td> Model 456</td>
|
||||
<td> Vacuum Cleaner </td>
|
||||
<td> 2 </td>
|
||||
<td> RM 25 </td>
|
||||
<td> RM 50 </td>
|
||||
<td>
|
||||
<div class="fa-item col-md-3 col-sm-4">
|
||||
<i class="fa fa-trash-o"></i></div>
|
||||
@@ -294,9 +311,30 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3.</td>
|
||||
<td> 25/7/17 </td>
|
||||
<td> Nick Roberts </td>
|
||||
<td> 3. </td>
|
||||
<td> QR 789</td>
|
||||
<td> <a href="#">images.jpg</a></td>
|
||||
<td> Model 789</td>
|
||||
<td> Boxes </td>
|
||||
<td> 5 </td>
|
||||
<td> RM 7 </td>
|
||||
<td> RM 35 </td>
|
||||
<td>
|
||||
<div class="fa-item col-md-3 col-sm-4">
|
||||
<i class="fa fa-trash-o"></i></div>
|
||||
<div class="fa-item col-md-3 col-sm-4">
|
||||
<i class="fa fa-pencil"></i> </div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> 4. </td>
|
||||
<td> QR 234</td>
|
||||
<td> <a href="#">images.jpg</a></td>
|
||||
<td> Model 234</td>
|
||||
<td> Bottles </td>
|
||||
<td> 8 </td>
|
||||
<td> RM 9 </td>
|
||||
<td> RM 72 </td>
|
||||
<td>
|
||||
<div class="fa-item col-md-3 col-sm-4">
|
||||
<i class="fa fa-trash-o"></i></div>
|
||||
@@ -304,10 +342,13 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<i class="fa fa-pencil"></i> </div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="row">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END EXAMPLE TABLE PORTLET-->
|
||||
</div>
|
||||
|
||||
@@ -1065,7 +1065,7 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
otable = $('#sample_3').dataTable({
|
||||
otable = $('#sample_3').dataTable({
|
||||
// Internationalisation. For more info refer to http://datatables.net/manual/i18n
|
||||
"language": {
|
||||
"aria": {
|
||||
@@ -1080,8 +1080,6 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
"search": "Search:",
|
||||
"zeroRecords": "No matching records found"
|
||||
},
|
||||
"paging": false,
|
||||
"ordering":false,
|
||||
"info":false,
|
||||
|
||||
// autoWidth: false,
|
||||
|
||||
@@ -473,7 +473,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane active" id="tab2">
|
||||
<h3 class="block"><b>List Forwarder</b></h3>
|
||||
<h3 class="block"><b>Details Buyer</b></h3>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="form-group">
|
||||
@@ -551,7 +551,7 @@
|
||||
<div class="portlet-title">
|
||||
<div class="caption">
|
||||
<i class="icon-social-dribbble font-green hide"></i>
|
||||
<span class="caption-subject font-dark bold uppercase">Details</span>
|
||||
<span class="caption-subject font-dark bold uppercase">Details Seller</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -67,7 +67,7 @@ var TableDatatablesEditable = function() {
|
||||
r = null,
|
||||
o = !1
|
||||
}
|
||||
var a = l.fnAddData(["", "", "", "", "", "", "", ""])
|
||||
var a = l.fnAddData(["", "", "", "", "", "", "", "", ""])
|
||||
, i = l.fnGetNodes(a[0]);
|
||||
t(l, i),
|
||||
r = i,
|
||||
|
||||
Reference in New Issue
Block a user