Subversion Repositories SmartDukaan

Rev

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

Rev 29778 Rev 29804
Line 44... Line 44...
44
                <li><i class="icon_document_alt"></i>Finance Sevices</li>
44
                <li><i class="icon_document_alt"></i>Finance Sevices</li>
45
            </ol>
45
            </ol>
46
        </div>
46
        </div>
47
    </div>
47
    </div>
48
    
48
    
49
    <table class="table table-border table-condensed table-bordered">
49
  <table class="table table-border table-condensed table-bordered">
-
 
50
    <tr>
50
    
51
    
51
     <td>MA -> Mark Applicable</td>
52
     <td>MA -> Mark Applicable</td>
52
    <td>NA -> Not Applicable</td>
53
    <td>NA -> Not Applicable</td>
53
   
54
   
54
    <td>SNA -> Service Not Applicable</td>
55
    <td>SNA -> Service Not Applicable</td>
55
    <td>PNI -> Partner Not Interested</td>
56
    <td>PNI -> Partner Not Interested</td>
56
  
57
  
57
    <td>No-Code -> Code Not Available</td>
58
    <td>No-Code -> Code Not Available</td>
58
    
59
    
59
  
60
  </tr>
60
  <tr>
61
  <tr>
61
    <td>&#10006; -> Brand not started</td>
62
    <td>&#10006; -> Brand not started</td>
62
  
63
  
63
    <td><span style="color:red;">&#10006; </span>-> More then seven days brand not started</td>
64
    <td><span style="color:red;">&#10006; </span>-> More then seven days brand not started</td>
64
    <td><span style="color:red;">&#10006;&#10006; </span>-> Brand not working from partner side </td>
65
    <td><span style="color:red;">&#10006;&#10006; </span>-> Brand not working from partner side </td>
Line 83... Line 84...
83
               #foreach($paymentOption in $paymentOptions)
84
               #foreach($paymentOption in $paymentOptions)
84
                #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
85
                #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
85
                
86
                
86
                #if($financeAuthorityCheck)
87
                #if($financeAuthorityCheck)
87
                
88
                
88
               #set ( $bandsSize = $serviceBrandsConfigMap.get($paymentOption.getId()).size() + 2 )
89
               #set ( $bandsSize = $serviceBrandsConfigMap.get($paymentOption.getId()).size() + 3 )
89
                <th colspan="$bandsSize">
90
                <th colspan="$bandsSize">
90
                $paymentOption.getName()
91
                $paymentOption.getName()
91
                </th>
92
                </th>
92
                #else
93
                #else
93
                
94
                
94
                  #set ( $bandsSize = $serviceBrandsConfigMap.get($paymentOption.getId()).size() + 1 )
95
                  #set ( $bandsSize = $serviceBrandsConfigMap.get($paymentOption.getId()).size() + 2)
95
                <th colspan="$bandsSize">
96
                <th colspan="$bandsSize">
96
                $paymentOption.getName()
97
                $paymentOption.getName()
97
                </th>
98
                </th>
98
                
99
                
99
                #end
100
                #end
Line 103... Line 104...
103
         
104
         
104
              </tr>
105
              </tr>
105
              <tr>
106
              <tr>
106
              #foreach($paymentOption in $paymentOptions)
107
              #foreach($paymentOption in $paymentOptions)
107
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
108
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
108
              
-
 
109
              #if($financeAuthorityCheck)
109
              #if($financeAuthorityCheck)
110
               <th>activation</th>
110
               <th>activation</th>
111
               #end
111
               #end
112
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId()))    
112
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId()))    
113
              <th >
113
              <th >
Line 115... Line 115...
115
                                 class="cover-brand $serviceBrand.getBrand()" id="finBrandUrl" style="height: 30px;">
115
                                 class="cover-brand $serviceBrand.getBrand()" id="finBrandUrl" style="height: 30px;">
116
              </th>
116
              </th>
117
      
117
      
118
              #end
118
              #end
119
               <th>Service Comment</th>
119
               <th>Service Comment</th>
-
 
120
               <th>Follow UP</th>
120
              #end 
121
              #end 
121
              #end
122
              #end
122
              
123
              
123
            </tr>
124
            </tr>
124
            
125