| Line 73... |
Line 73... |
| 73 |
<div class="row">
|
73 |
<div class="row">
|
| 74 |
<div class="col-lg-12">
|
74 |
<div class="col-lg-12">
|
| 75 |
<h3 class="page-header"><i class="icon_table"></i>Order Details</h3>
|
75 |
<h3 class="page-header"><i class="icon_table"></i>Order Details</h3>
|
| 76 |
<ol class="breadcrumb">
|
76 |
<ol class="breadcrumb">
|
| 77 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
77 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
| 78 |
<li><i class="icon_table"></i>Order Details</li>
|
78 |
<li><i class="icon_table"></i>Order Details</li>
|
| 79 |
</ol>
|
79 |
</ol>
|
| 80 |
</div>
|
80 |
</div>
|
| 81 |
</div>
|
81 |
</div>
|
| 82 |
<div class="row" style="background:white;font-size:14px;">
|
82 |
<div class="row" style="background:white;font-size:14px;">
|
| 83 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
83 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
| Line 128... |
Line 128... |
| 128 |
</p>
|
128 |
</p>
|
| 129 |
#end
|
129 |
#end
|
| 130 |
|
130 |
|
| 131 |
|
131 |
|
| 132 |
</div>
|
132 |
</div>
|
| 133 |
|
133 |
|
| 134 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
134 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
| 135 |
<h4>INVOICE DETAILS</h4>
|
135 |
<h4>INVOICE DETAILS</h4>
|
| 136 |
<p class="bold-details">Invoice Number <span class="normal-details extra-margin">$fofoOrder.getInvoiceNumber()</span></p>
|
136 |
<p class="bold-details">Invoice Number <span class="normal-details extra-margin">$fofoOrder.getInvoiceNumber()</span></p>
|
| 137 |
<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>
|
137 |
<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>
|
| - |
|
138 |
<p class="invoice_send_on_whatsapp"><input type="number" id="whatsApp-invoice-number" value="$customerDetailsObj.getMobileNumber()"><button class="btn-success" type="button" onclick="sendInvoiceOnWApp($fofoOrder.getId())" style="margin-left: 5px">Send Invoice on whatsApp</button></p>
|
| 138 |
</div>
|
139 |
</div>
|
| 139 |
|
140 |
|
| 140 |
</div>
|
141 |
</div>
|
| 141 |
|
142 |
|
| 142 |
<div class="row" style="font-size:14px;color:#688a7e;">
|
143 |
<div class="row" style="font-size:14px;color:#688a7e;">
|