Subversion Repositories SmartDukaan

Rev

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

Rev 27578 Rev 27604
Line 55... Line 55...
55
	    					<th>State</th>
55
	    					<th>State</th>
56
	    					<th>Created By</th>
56
	    					<th>Created By</th>
57
	    					<th>Status</th>
57
	    					<th>Status</th>
58
	    					<th>Created On</th>
58
	    					<th>Created On</th>
59
	    					<th>Updated On </th>
59
	    					<th>Updated On </th>
-
 
60
	    					<th>ScheduleTimestamp</th>
60
	    					<th>Closure Timestamp</th>
61
	    					<th>Closure Timestamp</th>
61
	    					<th>Assign To </th>
62
	    					<th>Assign To </th>
62
	    					<th>view</th>
63
	    					<th>view</th>
63
	    					<th>Action</th>
64
	    					<th>Action</th>
64
	    				</tr>
65
	    				</tr>
Line 80... Line 81...
80
			    				<td>$request.getState()</td>
81
			    				<td>$request.getState()</td>
81
			    				<td>$request.getCreatedBy()</td>
82
			    				<td>$request.getCreatedBy()</td>
82
			    				<td>$request.getStatus()</td>
83
			    				<td>$request.getStatus()</td>
83
			    				<td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
84
			    				<td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
84
			    				<td>$request.getUpdatedTimestamp().format($dateTimeFormatter)</td>
85
			    				<td>$request.getUpdatedTimestamp().format($dateTimeFormatter)</td>
-
 
86
			    				#if($leadActivityMap.get($request.getId()).getSchelduleTimestamp())
-
 
87
			    			    <td>$leadActivityMap.get($request.getId()).getSchelduleTimestamp().format($dateTimeFormatter)</td>
-
 
88
			    			    #else
-
 
89
			    			    <td></td>
-
 
90
			    			    #end
85
			    				#if($request.getClosureTimestamp())
91
			    				#if($request.getClosureTimestamp())
86
			    				<td>$request.getClosureTimestamp().format($dateTimeFormatter)</td>
92
			    				<td>$request.getClosureTimestamp().format($dateTimeFormatter)</td>
87
			    				#else
93
			    				#else
88
			    				<td></td>
94
			    				<td></td>
89
			    				#end
95
			    				#end
Line 288... Line 294...
288
        "bPaginate": true,
294
        "bPaginate": true,
289
        "bLengthChange": true,
295
        "bLengthChange": true,
290
        "bFilter": true,
296
        "bFilter": true,
291
        "bInfo": false,
297
        "bInfo": false,
292
        "bAutoWidth": false ,
298
        "bAutoWidth": false ,
-
 
299
        
-
 
300
        
-
 
301
           "columnDefs": [
-
 
302
              { type: 'date-euro', targets: 12 },
-
 
303
             { type: 'date-euro', targets: 11 },
-
 
304
                   { type: 'date-euro', targets: 10 },
-
 
305
                   { type: 'date-euro', targets: 9 }
-
 
306
                  
-
 
307
            ]
293
     
308
     
294
    } );
309
    } );
295
    
310
    
296
} );
311
} );
297
</script>
312
</script>