Subversion Repositories SmartDukaan

Rev

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

Rev 28906 Rev 28907
Line 694... Line 694...
694
			$('#' + domId).html(response);
694
			$('#' + domId).html(response);
695
		});
695
		});
696
}
696
}
697
 
697
 
698
function downloadAgingReport() {
698
function downloadAgingReport() {
699
	data = JSON.stringify([5, 15, 30, 60, 90]), doAjaxPostDownload(context
699
	data = JSON.stringify([15, 30, 60, 90]), doAjaxPostDownload(context
700
		+ "/downloadInventoryItemAgingByInterval", data,
700
		+ "/downloadInventoryItemAgingByInterval", data,
701
		"InventoryItemAging.xlsx");
701
		"InventoryItemAging.xlsx");
702
 
702
 
703
}
703
}
704
 
704