Subversion Repositories SmartDukaan

Rev

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

Rev 28800 Rev 28847
Line 62... Line 62...
62
            </thead>
62
            </thead>
63
            <tbody>
63
            <tbody>
64
             #foreach($entryCr in $cr.entrySet())
64
             #foreach($entryCr in $cr.entrySet())
65
             
65
             
66
               <tr> 
66
               <tr> 
67
               <td>$entryCr.getValue().getBusinessName()</td>
67
               <td data-id="$entryCr.getKey()">$entryCr.getValue().getBusinessName()</td>
68
              #foreach($paymentOption in $paymentOptions)
68
              #foreach($paymentOption in $paymentOptions)
69
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
69
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
70
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId())) 
70
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId())) 
71
              
71
              
-
 
72
              #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getServiceApplicableType() =="YES")
-
 
73
              
72
              #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getApplicableType()== "YES") 
74
              #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getApplicableType()== "YES") 
73
              
75
              
74
             #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getCode()) 
76
             #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getCode()) 
75
                
77
                
76
             #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).isActive())
78
             #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).isActive())
Line 90... Line 92...
90
           
92
           
91
            #end
93
            #end
92
                
94
                
93
          #else
95
          #else
94
           #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getServiceStatusByCodeTimeStamp())
96
           #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getServiceStatusByCodeTimeStamp())
-
 
97
             <td colspan="$serviceBrandsConfigMap.get($paymentOption.getId()).size()">No Code</td>
95
             <td>No Code</td>
98
             #break
96
          #else
99
          #else
97
             <td style="color:red;">No Code</td>
100
             <td style="color:red;" colspan="$serviceBrandsConfigMap.get($paymentOption.getId()).size()">No Code</td>
-
 
101
       #break
98
          #end    
102
          #end    
99
             
103
             
100
             #end
104
             #end
101
            
105
            
102
             #else
106
             #else
103
             
107
             
104
             
108
             
105
             <td>NA</td>
109
             <td>NA</td>
106
            
110
            
107
             #end
111
             #end
108
             
112
            
-
 
113
             #else
-
 
114
             <td colspan="$serviceBrandsConfigMap.get($paymentOption.getId()).size()">Service Not Available</td>
-
 
115
        #break
109
             
116
             #end
110
             
117
             
111
              #end
118
              #end
112
              
119
              
113
              #end
120
              #end
114
              #end
121
              #end