Subversion Repositories SmartDukaan

Rev

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

Rev 31895 Rev 31932
Line 182... Line 182...
182
			});
182
			});
183
	});
183
	});
184
 
184
 
185
 
185
 
186
 
186
 
-
 
187
	$(document).on('click', ".agingDataAfterNintyDays", function() {
-
 
188
		var fofoId = $(this).data('fofoid');
-
 
189
		console.log(fofoId)
-
 
190
 
-
 
191
		doPostAjaxRequestWithJsonHandler(
-
 
192
			"https://partners.smartdukaan.com" + "/getInventoryItemAgingByFofoId?fofoId="
-
 
193
			+ fofoId, JSON.stringify([90]),
-
 
194
			function(response) {
-
 
195
				$('#agingItemWiseBrandStock .modal-content').html(response);
-
 
196
			});
-
 
197
	});
-
 
198
 
-
 
199
 
-
 
200
 
187
	$(document).on('click', ".extend-billing", function() {
201
	$(document).on('click', ".extend-billing", function() {
188
		var fofoId = $(this).data("fofoid");
202
		var fofoId = $(this).data("fofoid");
189
		console.log(fofoId);
203
		console.log(fofoId);
190
		if (confirm("Are you sure you want to extend Billing?")) {
204
		if (confirm("Are you sure you want to extend Billing?")) {
191
			extendBilling($(this).parent(), fofoId);
205
			extendBilling($(this).parent(), fofoId);