Subversion Repositories SmartDukaan

Rev

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

Rev 23654 Rev 23783
Line 28... Line 28...
28
	.right{
28
	.right{
29
		float:right;
29
		float:right;
30
	}
30
	}
31
	.form-control{
31
	.form-control{
32
		color:black;
32
		color:black;
-
 
33
		text-transform:uppercase;
33
	}
34
	}
34
	.bold-details {
35
	.bold-details {
35
		text-transform:capitalize;
36
		text-transform:capitalize;
36
		font-weight:600;
37
		font-weight:600;
37
		color:#212121;
38
		color:#212121;
Line 87... Line 88...
87
	</div>
88
	</div>
88
	
89
	
89
	<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
90
	<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
90
		<h4>INVOICE DETAILS</h4>
91
		<h4>INVOICE DETAILS</h4>
91
		<p class="bold-details">Invoice Number <span class="normal-details extra-margin">$fofoOrder.getInvoiceNumber()</span></p>
92
		<p class="bold-details">Invoice Number <span class="normal-details extra-margin">$fofoOrder.getInvoiceNumber()</span></p>
92
		<p class="invoice_download_option"><i class="fa fa-print" aria-hidden="true"></i><a target="_blank" href="generateInvoice/?orderId=$fofoOrder.getId()" class="extra-margin" style="font-size:18px">Print Invoice</a	></i></p>
93
		<p class="invoice_download_option"><i class="fa fa-print" aria-hidden="true"></i><a target="_blank" href="generateInvoice?orderId=$fofoOrder.getId()" class="extra-margin" style="font-size:18px">Print Invoice</a	></i></p>
93
	</div>
94
	</div>
94
 
95
 
95
</div>
96
</div>
96
 
97
 
97
<div class="row" style="font-size:14px;color:#688a7e;">
98
<div class="row" style="font-size:14px;color:#688a7e;">
Line 104... Line 105...
104
					<th>Unit Price</th>
105
					<th>Unit Price</th>
105
					<th>Quantity</th>
106
					<th>Quantity</th>
106
					<th>Total Price</th>
107
					<th>Total Price</th>
107
					<th>Prebooking Quantity</th>
108
					<th>Prebooking Quantity</th>
108
					<th>Prebooking Amount</th>
109
					<th>Prebooking Amount</th>
109
					<th></th>
-
 
110
				</tr>
110
				</tr>
111
				 <script type="text/javascript">
111
				 <script type="text/javascript">
112
				 	fofoLineItemsMap = $fofoOrderItemIdLineItemsMap;
112
				 	fofoLineItemsMap = $fofoOrderItemIdLineItemsMap;
113
				 	foiIdCustomerReturnInventoryItemsMap = $foiIdCustomerReturnInventoryItemsMap;
113
				 	foiIdCustomerReturnInventoryItemsMap = $foiIdCustomerReturnInventoryItemsMap;
114
				 	inventoryItemBilledQtyMap = $inventoryItemBilledQtyMap;
114
				 	inventoryItemBilledQtyMap = $inventoryItemBilledQtyMap;
Line 301... Line 301...
301
  				$('#exampleModal').modal('hide');
301
  				$('#exampleModal').modal('hide');
302
  				
302
  				
303
  			});
303
  			});
304
  		}
304
  		}
305
  	});	
305
  	});	
306
</script>
-
 
307
306
</script
-
 
307
308
308