Subversion Repositories SmartDukaan

Rev

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

Rev 13602 Rev 13607
Line 275... Line 275...
275
        	fkExcelRow.setSellingPrice(sellingPrice);
275
        	fkExcelRow.setSellingPrice(sellingPrice);
276
        	fkExcelRow.setStockValue(stockValue);
276
        	fkExcelRow.setStockValue(stockValue);
277
        	fkExcelRow.setNodStock(days_of_stock);
277
        	fkExcelRow.setNodStock(days_of_stock);
278
        	
278
        	
279
        	if (total_sale_avg > 0) {
279
        	if (total_sale_avg > 0) {
280
	        	if(days_of_stock<=5){
280
	        	if(days_of_stock<=20){
281
	        		fkExcelRow.setMovementCategory("MOVING");
281
	        		fkExcelRow.setMovementCategory("MOVING");
282
	        		Moving_List.add(fkExcelRow);
282
	        		Moving_List.add(fkExcelRow);
283
	        		Replenishment_Items.add(fkExcelRow);
283
	        		Replenishment_Items.add(fkExcelRow);
284
	        	}
284
	        	}
285
	        	if(days_of_stock>20){
285
	        	if(days_of_stock>20){