| Line 884... |
Line 884... |
| 884 |
<div class="col-lg-9">
|
884 |
<div class="col-lg-9">
|
| 885 |
<div class="info-box pink-bg" style="height: 160px;" >
|
885 |
<div class="info-box pink-bg" style="height: 160px;" >
|
| 886 |
<h3 style="margin-top:-2px;margin-bottom:12px"><strong>ORDER SUMMARY</strong></h3>
|
886 |
<h3 style="margin-top:-2px;margin-bottom:12px"><strong>ORDER SUMMARY</strong></h3>
|
| 887 |
|
887 |
|
| 888 |
<div class="col-lg-3 row">
|
888 |
<div class="col-lg-3 row">
|
| 889 |
<h3 style="margin-top:-2px;margin-bottom:12px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;"><strong style="font-size: 16px; cursor:pointer;" class="pndg-status">In Process</strong></h3>
|
889 |
<h3 style="margin-top:-2px;margin-bottom:12px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;"><strong style="font-size: 16px; cursor:pointer; margin-left: 9px;" class="pndg-status">In Process</strong></h3>
|
| 890 |
#if($submittedCount && $submittedValue)
|
890 |
#if($submittedCount && $submittedValue)
|
| 891 |
<div class="col-lg-3">
|
891 |
<div class="col-lg-3">
|
| 892 |
<div style="margin-top:0px" class="count currency">$submittedCount</div>
|
892 |
<div style="margin-top:0px" class="count currency">$submittedCount</div>
|
| 893 |
<div class="title">Qty</div>
|
893 |
<div class="title">Qty</div>
|
| 894 |
</div>
|
894 |
</div>
|
| Line 910... |
Line 910... |
| 910 |
|
910 |
|
| 911 |
|
911 |
|
| 912 |
</div>
|
912 |
</div>
|
| 913 |
|
913 |
|
| 914 |
<div class="col-lg-3">
|
914 |
<div class="col-lg-3">
|
| 915 |
<h3 style="margin-top:-2px;margin-bottom:12px"><strong style="font-size: 19px; cursor:pointer;" class="billed-status">Billed</strong></h3>
|
915 |
<h3 style="margin-top:-2px;margin-bottom:12px"><strong style="font-size: 19px; cursor:pointer; margin-left: 15px;" class="billed-status">Billed</strong></h3>
|
| 916 |
|
916 |
|
| 917 |
#if($billedCount && $billedValue)
|
917 |
#if($billedCount && $billedValue)
|
| 918 |
<div class="col-lg-3">
|
918 |
<div class="col-lg-3">
|
| 919 |
<div style="margin-top:0px" class="count currency">$billedCount</div>
|
919 |
<div style="margin-top:0px" class="count currency">$billedCount</div>
|
| 920 |
<div class="title">Qty</div>
|
920 |
<div class="title">Qty</div>
|
| Line 923... |
Line 923... |
| 923 |
<div style="margin-top:0px" class="count currency">$billedValue</div>
|
923 |
<div style="margin-top:0px" class="count currency">$billedValue</div>
|
| 924 |
<div class="title" style="margin-left:20px;">val</div>
|
924 |
<div class="title" style="margin-left:20px;">val</div>
|
| 925 |
</div>
|
925 |
</div>
|
| 926 |
#else
|
926 |
#else
|
| 927 |
<div class="col-lg-3">
|
927 |
<div class="col-lg-3">
|
| 928 |
<div style="margin-top:0px" class="count currency">22</div>
|
928 |
<div style="margin-top:0px" class="count currency">0</div>
|
| 929 |
<div class="title">Qty</div>
|
929 |
<div class="title">Qty</div>
|
| 930 |
</div>
|
930 |
</div>
|
| 931 |
<div class="col-lg-4">
|
931 |
<div class="col-lg-4">
|
| 932 |
<div style="margin-top:0px" class="count currency">22222</div>
|
932 |
<div style="margin-top:0px" class="count currency">0</div>
|
| 933 |
<div class="title" style="margin-left:20px;">val</div>
|
933 |
<div class="title" style="margin-left:20px;">val</div>
|
| 934 |
</div>
|
934 |
</div>
|
| 935 |
|
935 |
|
| 936 |
#end
|
936 |
#end
|
| 937 |
</div>
|
937 |
</div>
|
| 938 |
|
938 |
|
| 939 |
<div class="col-lg-3">
|
939 |
<div class="col-lg-3">
|
| 940 |
<h3 style="margin-top:-2px;margin-bottom:12px"><strong style="font-size: 19px; cursor:pointer;" class="shipped-status">Shipped</strong></h3>
|
940 |
<h3 style="margin-top:-2px;margin-bottom:12px"><strong style="font-size: 19px; cursor:pointer; margin-left: 15px;" class="shipped-status">Shipped</strong></h3>
|
| 941 |
|
941 |
|
| 942 |
#if($shippedCount && $shippedValue)
|
942 |
#if($shippedCount && $shippedValue)
|
| 943 |
<div class="col-lg-3">
|
943 |
<div class="col-lg-3">
|
| 944 |
<div style="margin-top:0px" class="count currency">$shippedCount</div>
|
944 |
<div style="margin-top:0px" class="count currency">$shippedCount</div>
|
| 945 |
<div class="title">Qty</div>
|
945 |
<div class="title">Qty</div>
|