Subversion Repositories SmartDukaan

Rev

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

Rev 27830 Rev 27834
Line 56... Line 56...
56
 
56
 
57
            <thead class="row htable">
57
            <thead class="row htable">
58
 
58
 
59
            <tr style="color:black;">
59
            <tr style="color:black;">
60
                <th>Id</th>
60
                <th>Id</th>
-
 
61
                 <th>Outlet Name(SM)</th>
61
                <th>Created On</th>
62
                <th>Created On</th>
62
                <th>Acquired Date()</th>
63
                <th>Acquired Date()</th>
63
                <th>Outlet Name(SM)</th>
64
                <th>Outlet Name(SM)</th>
64
                <th>Phone Number(SM)</th>
65
               <th>Phone Number(SM)</th>
65
                <th>City (SM)</th>
66
                <th>City (SM)</th>
66
                <th>State Head(SM)</th>
67
                <th>State Head(SM)</th>
67
                <th>BDM (SM)</th>
68
                <th>BDM (SM)</th>
68
                
-
 
69
                <th>Agreed Brand fees(SM)</th>
69
                <th>Agreed Brand fees(SM)</th>
70
                <th>Received Brand fees(SM)</th>
70
                <th>Received Brand fees(SM)</th>
71
               
-
 
72
                <th>Agreed Wallet(SM)</th>
71
                <th>Agreed Wallet(SM)</th>
73
                <th>Investment Date(SM)</th>
72
                <th>Investment Date(SM)</th>
74
                <th>KYC (SM)</th>
73
                <th>KYC (SM)</th>
75
                <th>Aadhaar(legal)</th>
74
                <th>Aadhaar(legal)</th>
76
                <th>pan(legal)</th>
75
                <th>pan(legal)</th>
Line 99... Line 98...
99
                        <td style="background:#87cefa;">$pob.getId()</td>
98
                        <td style="background:#87cefa;">$pob.getId()</td>
100
                    #else
99
                    #else
101
                        <td>$pob.getId()</td>
100
                        <td>$pob.getId()</td>
102
                    #end
101
                    #end
103
                   
102
                   
-
 
103
                      #if($pob.getOutLetName() && $pob.getOutLetName() != "")
-
 
104
                        <td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
-
 
105
                                   disabled></td>
-
 
106
                    #else
-
 
107
                        <td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
-
 
108
                    #end
-
 
109
                   
104
                    #if($pob.getCreatedTimestamp())
110
                    #if($pob.getCreatedTimestamp())
105
                        <td style="background:lime;">$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
111
                        <td style="background:lime;">$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
106
                        #else
112
                        #else
107
                        <td style="background:pink;">
113
                        <td style="background:pink;">
108
                        </td>
114
                        </td>
Line 123... Line 129...
123
                        <td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
129
                        <td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
124
                                   disabled></td>
130
                                   disabled></td>
125
                    #else
131
                    #else
126
                        <td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
132
                        <td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
127
                    #end
133
                    #end
-
 
134
                   
128
                    #if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
135
                    #if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
129
                        <td style="background:lime;">
136
                        <td style="background:lime;">
130
                        <input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
137
                        <input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
131
                                   name="phonenumber1"
138
                                   name="phonenumber1"
132
                                   disabled ></td>
139
                                   disabled ></td>
Line 408... Line 415...
408
      var dtable = $('#example').DataTable({
415
      var dtable = $('#example').DataTable({
409
             "scrollX": true,
416
             "scrollX": true,
410
              "orderCellsTop": true,
417
              "orderCellsTop": true,
411
              "fixedHeader": true,
418
              "fixedHeader": true,
412
             fixedColumns:   {
419
             fixedColumns:   {
413
            leftColumns: 1
420
            leftColumns: 2
414
        },
421
        },
415
              
422
              
416
            
423
            
417
                     
424
                     
418
                   "columnDefs": [
425
                   "columnDefs": [