Subversion Repositories SmartDukaan

Rev

Rev 22860 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22860 Rev 23343
Line 1... Line 1...
1
<div class="row">
1
<div class="row">
2
	<div class="col-lg-12">
2
	<div class="col-lg-12">
3
		<table class="table table-striped table-advance table-hover">
3
		<table class="table table-striped table-advance table-hover">
4
			<tbody>
4
			<tbody>
5
				<tr>
5
				<tr>
6
					<th>Purchase Id</th>
-
 
7
					<th>Purchase Reference</th>
6
					<th>Purchase Reference</th>
8
					<th>Serialized Quantity</th>
7
					<th>Serialized Quantity</th>
9
					<th>Non Serialized Quantity</th>
8
					<th>Non Serialized Quantity</th>
10
					<th>GRN Completed</th>
9
					<th>GRN Completed</th>
11
					<th>Created On</th>
10
					<th>Created On</th>
12
				</tr>
11
				</tr>
13
				 #foreach(  $grnHistory in $grnHistories )
12
				 #foreach(  $grnHistory in $grnHistories )
14
				 	<tr class="grn-details" data="$grnHistory.getId()">
13
				 	<tr class="grn-details" data="$grnHistory.getId()">
15
				 		<td>$grnHistory.getId()</td>
-
 
16
				 		<td>$grnHistory.getPurchaseReference()</td>
14
				 		<td>$grnHistory.getPurchaseReference()</td>
17
				 		<td>$grnHistory.getSerializedQuantity()</td>
15
				 		<td>$grnHistory.getSerializedQuantity()</td>
18
				 		<td>$grnHistory.getNonSerializedQuantity()</td>
16
				 		<td>$grnHistory.getNonSerializedQuantity()</td>
19
				 		#if($grnHistory.getCompleteTimestamp())
17
				 		#if($grnHistory.getCompleteTimestamp())
20
				 			<td><i class="fa fa-check" aria-hidden="true"></i></td>
18
				 			<td><i class="fa fa-check" aria-hidden="true"></i></td>