Subversion Repositories SmartDukaan

Rev

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

Rev 29007 Rev 29024
Line 51... Line 51...
51
        <table class="table table-striped table-advance table-hover table-border table-condensed table-bordered" id="financePartnerServices" style="width:100%">
51
        <table class="table table-striped table-advance table-hover table-border table-condensed table-bordered" id="financePartnerServices" style="width:100%">
52
 
52
 
53
            <thead class="row">
53
            <thead class="row">
54
            
54
            
55
            <tr style="color:black;">
55
            <tr style="color:black;">
-
 
56
             <th rowspan="2">id</th>  
56
                <th rowspan="2">Partner Name</th>    
57
                <th rowspan="2">Partner Name</th>   
-
 
58
                <th rowspan="2">Store Code</th>  
57
               #foreach($paymentOption in $paymentOptions)
59
               #foreach($paymentOption in $paymentOptions)
58
                #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
60
                #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
59
                
61
                
60
                <th colspan="$serviceBrandsConfigMap.get($paymentOption.getId()).size()">
62
                <th colspan="$serviceBrandsConfigMap.get($paymentOption.getId()).size()">
61
                $paymentOption.getName()
63
                $paymentOption.getName()
Line 81... Line 83...
81
            
83
            
82
            </thead>
84
            </thead>
83
            <tbody>
85
            <tbody>
84
             #foreach($entryCr in $cr.entrySet())
86
             #foreach($entryCr in $cr.entrySet())
85
             
87
             
86
               <tr> 
88
               <tr>
-
 
89
              <td>$entryCr.getValue().getPartnerId()</td>
87
               <td data-id="$entryCr.getKey()">$entryCr.getValue().getBusinessName() ($entryCr.getValue().getCode())</td>
90
               <td data-id="$entryCr.getKey()">$entryCr.getValue().getBusinessName()</td>
-
 
91
               <td data-id="$entryCr.getValue().getFofoActiveTimeStamp()">$entryCr.getValue().getCode()</td>
88
              #foreach($paymentOption in $paymentOptions)
92
               #foreach($paymentOption in $paymentOptions)
89
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
93
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
90
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId())) 
94
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId()))  
-
 
95
              
91
              
96
              
92
              #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getServiceApplicableType() =="YES")
97
              #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getServiceApplicableType() =="YES")
93
              
98
              
94
              #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getApplicableType()== "YES") 
99
              #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getApplicableType()== "YES") 
95
              
100
              
Line 160... Line 165...
160
              #else
165
              #else
161
              #end
166
              #end
162
              #end
167
              #end
163
                
168
                
164
             
169
             
165
               
-
 
166
               
-
 
167
              
-
 
168
				</tr>	
170
				</tr>	
169
           #end
171
           #end
170
            </tbody>
172
            </tbody>
171
 
173
 
172
        </table>
174
        </table>
Line 181... Line 183...
181
 
183
 
182
                  "scrollX": true,
184
                  "scrollX": true,
183
            "scrollCollapse": true,
185
            "scrollCollapse": true,
184
             "scrollY": "700px",
186
             "scrollY": "700px",
185
               "fixedHeader": true,
187
               "fixedHeader": true,
-
 
188
               "order": [[ 0, "desc" ]],
186
                  "fixedColumns":   {
189
                  "fixedColumns":   {
187
                    leftColumns: 1
190
                    leftColumns: 1
188
                     },
191
                     },
189
                   
192
                   
190
                });
193
                });
-
 
194
                
-
 
195
           dtable.column(0).visible(false);
191
  
196
  
192
   
197
   
193
    
198
    
194
    </script>
199
    </script>
195
200