Subversion Repositories SmartDukaan

Rev

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

Rev 28109 Rev 28906
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, 45]), doAjaxPostDownload(context
699
	data = JSON.stringify([5, 15, 30, 60, 90]), doAjaxPostDownload(context
700
		+ "/downloadInventoryItemAgingByInterval", data,
700
		+ "/downloadInventoryItemAgingByInterval", data,
701
		"InventoryItemAging.xlsx");
701
		"InventoryItemAging.xlsx");
702
 
702
 
703
}
703
}
704
 
704