Subversion Repositories SmartDukaan

Rev

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

Rev 33092 Rev 33094
Line 31... Line 31...
31
		function(response) {
31
		function(response) {
32
			$('#' + 'main-content').html(response);
32
			$('#' + 'main-content').html(response);
33
		});
33
		});
34
});
34
});
35
 
35
 
36
$(document).on('click', ".scheme-payout", function() {
36
$(document).on('click', ".scheme-payout-report", function() {
37
 
37
 
38
	doGetAjaxRequestHandler(context + "/schemePayoutReport",
38
	doGetAjaxRequestHandler(context + "/schemePayoutReport",
39
		function(response) {
39
		function(response) {
40
			$('#' + 'main-content').html(response);
40
			$('#' + 'main-content').html(response);
41
		});
41
		});
42
});
42
});
43
$(document).on('click', ".partner-reports", function() {
43
$(document).on('click', ".offer-payout-dump-report", function() {
44
console.log('HELLO');
44
console.log('HELLO');
45
	doGetAjaxRequestHandler(context + "/offerPayoutReport",
45
	doGetAjaxRequestHandler(context + "/offerPayoutReport",
46
		function(response) {
46
		function(response) {
47
			$('#' + 'main-content').html(response);
47
			$('#' + 'main-content').html(response);
48
		});
48
		});