Subversion Repositories SmartDukaan

Rev

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

Rev 24218 Rev 24221
Line 168... Line 168...
168
	});
168
	});
169
}
169
}
170
 
170
 
171
function downloadItemLedgerReport(){
171
function downloadItemLedgerReport(){
172
	console.log("downloadItemLedgerReport Button clicked")
172
	console.log("downloadItemLedgerReport Button clicked")
173
	var dateWise = $("#dateWise").val();
173
	var dateWise = $("#dateWise").get(0).checked;
174
	doAjaxGetDownload(context+"/itemLedger/complete/download?startDateTime="+startDate+"&endDateTime="+endDate+"&dateWise="+dateWise,
174
	doAjaxGetDownload(context+"/itemLedger/complete/download?startDateTime="+startDate+"&endDateTime="+endDate+"&dateWise="+dateWise,
175
			"ItemCompleteLedegerReport.xlsx");
175
			"ItemCompleteLedegerReport.xlsx");
176
}
176
}
177
 
177
 
178
 
178