Subversion Repositories SmartDukaan

Rev

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

Rev 18511 Rev 18513
Line 72... Line 72...
72
	$('div#pendingPoReport').attr('style','color:blue;');
72
	$('div#pendingPoReport').attr('style','color:blue;');
73
	$('div#pendingPoReport').show();
73
	$('div#pendingPoReport').show();
74
	setTimeout(function () {$('div#pendingPoReport').fadeOut('slow');}, 10000);
74
	setTimeout(function () {$('div#pendingPoReport').fadeOut('slow');}, 10000);
75
	$.ajax({
75
	$.ajax({
76
		type : "GET",
76
		type : "GET",
77
        url : "/inventory/inventory-reader!moveOrdersCorrectWarehouse",
77
        url : "/inventory/inventory-reader!runPendingPurchaseOrderReport",
78
        dataType  : 'json',
78
        dataType  : 'json',
79
        success : function(response) {
79
        success : function(response) {
80
        	$.each(response, function(key,value) {
80
        	$.each(response, function(key,value) {
81
        		$('div#pendingPoReport').attr('style','color:blue;');
81
        		$('div#pendingPoReport').attr('style','color:blue;');
82
        		$('div#pendingPoReport').text(value);
82
        		$('div#pendingPoReport').text(value);