Subversion Repositories SmartDukaan

Rev

Rev 36268 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36268 Rev 36275
Line 65... Line 65...
65
                    <th>Unbilled Activated Stock</th>
65
                    <th>Unbilled Activated Stock</th>
66
                    <th>Wallet Amount</th>
66
                    <th>Wallet Amount</th>
67
                    <th>In Stock Invest</th>
67
                    <th>In Stock Invest</th>
68
                    <th>Total Invest</th>
68
                    <th>Total Invest</th>
69
                    <th>Short Invest</th>
69
                    <th>Short Invest</th>
70
                    <th>Pending Indent</th>
70
                    <th>Unbilled Amount</th>
71
                    <th>Today Tertiary</th>
71
                    <th>Today Tertiary</th>
72
                    <th>Invest ok</th>
72
                    <th>Invest ok</th>
73
                    <th>Ticket</th>
73
                    <th>Ticket</th>
74
                    <th>Escalation</th>
74
                    <th>Escalation</th>
75
                    <th>Performance</th>
75
                    <th>Performance</th>
Line 146... Line 146...
146
                                <td class="currency mtdSecSale"
146
                                <td class="currency mtdSecSale"
147
                                    data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()"
147
                                    data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()"
148
                                    data-toggle="modal"
148
                                    data-toggle="modal"
149
                                    data-target="#brandSecSale">$fofoIdAndallValues.get($fofoId).getSecondarymtd()</td>
149
                                    data-target="#brandSecSale">$fofoIdAndallValues.get($fofoId).getSecondarymtd()</td>
150
                            #end
150
                            #end
151
                            #if($fofoIdAndallValues.get($fofoId).getInvestment().getActivatedStockAmount() > 20000)
151
                            #set($activatedStockAmount = $fofoIdAndallValues.get($fofoId).getInvestment().getActivatedStockAmount())
-
 
152
                            #if($activatedStockAmount > 20000)
152
                                <td class="currency" id="activatedStock"
153
                                <td class="currency" id="activatedStock"
153
                                    data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()" data-toggle="modal"
154
                                    data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()" data-toggle="modal"
154
                                    data-target="#activateStock"
155
                                    data-target="#activateStock"
-
 
156
                                    style="color:red">-$activatedStockAmount</td>
-
 
157
                            #elseif($activatedStockAmount > 0)
-
 
158
                                <td class="currency" id="activatedStock"
155
                                    style="color:red">$fofoIdAndallValues.get($fofoId).getInvestment().getActivatedStockAmount()</td>
159
                                    data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()" data-toggle="modal"
-
 
160
                                    data-target="#activateStock">-$activatedStockAmount</td>
156
                            #else
161
                            #else
157
                                <td class="currency" id="activatedStock"
162
                                <td class="currency" id="activatedStock"
158
                                    data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()" data-toggle="modal"
163
                                    data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()" data-toggle="modal"
159
                                    data-target="#activateStock">$fofoIdAndallValues.get($fofoId).getInvestment().getActivatedStockAmount()</td>
164
                                    data-target="#activateStock">$activatedStockAmount</td>
160
                            #end
165
                            #end
161
                            #if($fofoIdAndallValues.get($fofoId).getWalletAmount() > 50000)
166
                            #if($fofoIdAndallValues.get($fofoId).getWalletAmount() > 50000)
162
                                <td class="currency"
167
                                <td class="currency"
163
                                    style="color:red">$fofoIdAndallValues.get($fofoId).getWalletAmount()</td>
168
                                    style="color:red">$fofoIdAndallValues.get($fofoId).getWalletAmount()</td>
164
                            #else
169
                            #else