Subversion Repositories SmartDukaan

Rev

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

Rev 23819 Rev 23886
Line 169... Line 169...
169
	});
169
	});
170
}
170
}
171
 
171
 
172
function schemesDownload() {
172
function schemesDownload() {
173
	console.log("downloadItemLedgerReport Button clicked")
173
	console.log("downloadItemLedgerReport Button clicked")
174
	var startDateTime = $('input[name="startDateTime"]').val();
-
 
175
	console.log("startDateTime : " + startDateTime);
-
 
176
	var endDateTime = $('input[name="endDateTime"]').val();
-
 
177
	console.log("endDateTime : " + endDateTime);
-
 
178
	doAjaxGetDownload(context + "/schemes/download?startDateTime="
174
	doAjaxGetDownload(context + "/schemes/download?startDateTime="
179
			+ startDateTime + "&endDateTime=" + endDateTime,
175
			+ startDate + "&endDateTime=" + endDate,
180
			"SchemesReport.xlsx");
176
			"SchemesReport.xlsx");
181
}
177
}
182
 
178
 
183
function loadSchemeDetails(schemeId, domId) {
179
function loadSchemeDetails(schemeId, domId) {
184
	doGetAjaxRequestHandler(context + "/getSchemeById?schemeId=" + schemeId,
180
	doGetAjaxRequestHandler(context + "/getSchemeById?schemeId=" + schemeId,