| Line 45... |
Line 45... |
| 45 |
<div class="col-lg-12">
|
45 |
<div class="col-lg-12">
|
| 46 |
<table id="authretailerstats" class="table table-striped table-advance table-hover">
|
46 |
<table id="authretailerstats" class="table table-striped table-advance table-hover">
|
| 47 |
<thead>
|
47 |
<thead>
|
| 48 |
<tr>
|
48 |
<tr>
|
| 49 |
<th>Stores</th>
|
49 |
<th>Stores</th>
|
| - |
|
50 |
<th>Category</th>
|
| 50 |
<th>Head</th>
|
51 |
<th>Manager</th>
|
| 51 |
<th>lmtd</th>
|
52 |
<th>lmtd</th>
|
| 52 |
<th>mtd</th>
|
53 |
<th>mtd</th>
|
| - |
|
54 |
<th>sale diff</th>
|
| 53 |
<th>Wallet Amount</th>
|
55 |
<th>Wallet Amount</th>
|
| 54 |
<th>In Stock Investment</th>
|
56 |
<th>In Stock Investment</th>
|
| 55 |
<th>Total Investment</th>
|
57 |
<th>Total Investment</th>
|
| 56 |
|
58 |
<th>Short Investment</th>
|
| 57 |
<th>Indent Qty</th>
|
59 |
<th>Indent Qty</th>
|
| 58 |
<th>Indent Value</th>
|
60 |
<th>Indent Value</th>
|
| 59 |
<th>Today Tertiary</th>
|
61 |
<th>Today Tertiary</th>
|
| 60 |
<th>last 3 days Tertiary</th>
|
62 |
<th>last 3 days Tertiary</th>
|
| 61 |
<th>Ticket</th>
|
63 |
<th>Ticket</th>
|
| 62 |
</tr>
|
64 |
</tr>
|
| 63 |
</thead>
|
65 |
</thead>
|
| 64 |
<tbody>
|
66 |
<tbody>
|
| 65 |
#foreach($name in $fofoIdAndallValues.keySet())
|
67 |
#foreach($name in $fofoIdAndallValues.keySet())
|
| 66 |
<tr>
|
68 |
<tr>
|
| - |
|
69 |
<td>$fofoIdAndPartnerMap.get($name).getBusinessName() ($fofoIdAndPartnerMap.get($name).getAddress().getCity())</td>
|
| 67 |
<td>$fofoIdAndPartnerMap.get($name).getBusinessName()</td>
|
70 |
<td>$fofoIdAndallValues.get($name).getPartnerType()</td>
|
| 68 |
<td>$fofoIdAndallValues.get($name).getAuthUser()</td>
|
71 |
<td>$fofoIdAndallValues.get($name).getAuthUser()</td>
|
| 69 |
<td class="currency">$fofoIdAndallValues.get($name).getLmtd()</td>
|
72 |
<td class="currency">$fofoIdAndallValues.get($name).getLmtd()</td>
|
| 70 |
<td class="currency">$fofoIdAndallValues.get($name).getMtd()</td>
|
73 |
<td class="currency">$fofoIdAndallValues.get($name).getMtd()</td>
|
| - |
|
74 |
<td class="currency">$fofoIdAndallValues.get($name).getDiffenceLmtdMtd()</td>
|
| 71 |
<td class="currency">$fofoIdAndallValues.get($name).getWalletAmount()</td>
|
75 |
<td class="currency">$fofoIdAndallValues.get($name).getWalletAmount()</td>
|
| 72 |
<td class="currency">$fofoIdAndallValues.get($name).getInvestment().getInStockAmount()</td>
|
76 |
<td class="currency">$fofoIdAndallValues.get($name).getInvestment().getInStockAmount()</td>
|
| 73 |
<td class="currency">$fofoIdAndallValues.get($name).getInvestment().getTotalInvestment()</td>
|
77 |
<td class="currency">$fofoIdAndallValues.get($name).getInvestment().getTotalInvestment()</td>
|
| - |
|
78 |
<td class="currency">$fofoIdAndallValues.get($name).getInvestment().getShortInvestment()</td>
|
| 74 |
<td>$fofoIdAndallValues.get($name).getInvestment().getUnbilledQty()</td>
|
79 |
<td>$fofoIdAndallValues.get($name).getInvestment().getUnbilledQty()</td>
|
| 75 |
<td class="currency">$fofoIdAndallValues.get($name).getInvestment().getUnbilledAmount()</td>
|
80 |
<td class="currency">$fofoIdAndallValues.get($name).getInvestment().getUnbilledAmount()</td>
|
| 76 |
<td>$fofoIdAndallValues.get($name).getLastOneDayTertiary()</td>
|
81 |
<td>$fofoIdAndallValues.get($name).getLastOneDayTertiary()</td>
|
| 77 |
<td>$fofoIdAndallValues.get($name).getLastThreeDaytertiary()</td>
|
82 |
<td>$fofoIdAndallValues.get($name).getLastThreeDaytertiary()</td>
|
| 78 |
|
83 |
|