Subversion Repositories SmartDukaan

Rev

Rev 24271 | Rev 24277 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24271 Rev 24276
Line 195... Line 195...
195
		<p class="bold-details">Invoice Number <span class="normal-details extra-margin">$fofoOrder.getInvoiceNumber()</span></p>
195
		<p class="bold-details">Invoice Number <span class="normal-details extra-margin">$fofoOrder.getInvoiceNumber()</span></p>
196
		<p class="invoice_download_option">
196
		<p class="invoice_download_option">
197
			<i class="fa fa-print" aria-hidden="true"></i>
197
			<i class="fa fa-print" aria-hidden="true"></i>
198
			<a target="_blank" href="generateInvoice/?orderId=$fofoOrder.getId()" class="extra-margin" style="font-size:18px">Print Invoice</a	></i>
198
			<a target="_blank" href="generateInvoice/?orderId=$fofoOrder.getId()" class="extra-margin" style="font-size:18px">Print Invoice</a	></i>
199
		</p>
199
		</p>
200
		<p class="invoice_download_option">
-
 
201
			<i class="fa fa-undo" aria-hidden="true"></i>
-
 
202
			<a target="_blank" href="generateInvoice/?orderId=$fofoOrder.getId()" class="extra-margin" style="font-size:18px">Print Invoice</a	></i>
-
 
203
		</p>
-
 
204
	</div>
200
	</div>
205
 
201
 
206
</div>
202
</div>
207
<br>
203
<br>
208
<div class="row" style="font-size:14px;color:#688a7e;">
204
<div class="row" style="font-size:14px;color:#688a7e;">
Line 213... Line 209...
213
					<th>Item Code</th>
209
					<th>Item Code</th>
214
					<th>Description</th>
210
					<th>Description</th>
215
					<th>Unit Price</th>
211
					<th>Unit Price</th>
216
					<th>Quantity</th>
212
					<th>Quantity</th>
217
					<th>Total Price</th>
213
					<th>Total Price</th>
-
 
214
					<th>Actions</th>
218
				</tr>
215
				</tr>
219
				 #foreach( $fofoOrderItem in $fofoOrderItems )
216
				 #foreach( $fofoOrderItem in $fofoOrderItems )
220
				 #set ($total = $fofoOrderItem.getSellingPrice() * $fofoOrderItem.getQuantity())
217
				 #set ($total = $fofoOrderItem.getSellingPrice() * $fofoOrderItem.getQuantity())
221
				 	<tr>
218
				 	<tr>
222
				 		<td>$fofoOrderItem.getItemId()</td>
219
				 		<td>$fofoOrderItem.getItemId()</td>