Subversion Repositories SmartDukaan

Rev

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

Rev 31683 Rev 31743
Line 50... Line 50...
50
                    <th>Activation Type</th>
50
                    <th>Activation Type</th>
51
                    <th>Code</th>
51
                    <th>Code</th>
52
                    <th>Category</th>
52
                    <th>Category</th>
53
                    <th>Sale Target</th>
53
                    <th>Sale Target</th>
54
                    <th>Purchase Target</th>
54
                    <th>Purchase Target</th>
55
                    <th>Counter Size</th>
55
                    <th>Counter Potential</th>
56
                    <th>Manager</th>
56
                    <th>Manager</th>
57
                    <th>LMS</th>
57
                    <th>LMS</th>
58
                    <th>LMTD</th>
58
                    <th>LMTD</th>
59
                    <th>MTD</th>
59
                    <th>MTD</th>
60
                    <th>Sale Diff</th>
60
                    <th>Sale Diff</th>
Line 92... Line 92...
92
                                <td>$monthlyTargetMap.get($fofoId).getPurchaseTarget()</td>
92
                                <td>$monthlyTargetMap.get($fofoId).getPurchaseTarget()</td>
93
                            #else
93
                            #else
94
                                <td>-</td>
94
                                <td>-</td>
95
 
95
 
96
                            #end
96
                            #end
97
                            <td>$fofoIdAndPartnerMap.get($fofoId).getCounterSize()</td>
97
                            <td class="currency">$fofoIdAndPartnerMap.get($fofoId).getCounterPotential()</td>
98
 
98
 
99
                            <td>$fofoIdAndallValues.get($fofoId).getAuthUser()</td>
99
                            <td>$fofoIdAndallValues.get($fofoId).getAuthUser()</td>
100
                            <td class="currency lmsSale" data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()"
100
                            <td class="currency lmsSale" data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()"
101
                                data-toggle="modal"
101
                                data-toggle="modal"
102
                                data-target="#brandLMSSale">$fofoIdAndallValues.get($fofoId).getLms()</td>
102
                                data-target="#brandLMSSale">$fofoIdAndallValues.get($fofoId).getLms()</td>