Subversion Repositories SmartDukaan

Rev

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

Rev 24284 Rev 24286
Line 504... Line 504...
504
						grnPendingOrder.getRetailerEmailId());
504
						grnPendingOrder.getRetailerEmailId());
505
				grnPendingStockAmount += grnPendingOrder.getTotalAmount();
505
				grnPendingStockAmount += grnPendingOrder.getTotalAmount();
506
			}
506
			}
507
			float totalInvestedAmount = walletAmount + inStockAmount + unbilledStockAmount + grnPendingStockAmount + salesAmount;
507
			float totalInvestedAmount = walletAmount + inStockAmount + unbilledStockAmount + grnPendingStockAmount + salesAmount;
508
			List<Object> row = Arrays.asList(fofoStore.getCode(), retailer.getBusinessName(), retailer.getEmail(),
508
			List<Object> row = Arrays.asList(fofoStore.getCode(), retailer.getBusinessName(), retailer.getEmail(),
509
					retailer.getMobileNumber(), salesAmount, walletAmount, inStockAmount, 0, unbilledStockAmount,
509
					retailer.getMobileNumber(), walletAmount, salesAmount, inStockAmount, 0, unbilledStockAmount,
510
					grnPendingStockAmount, fofoStore.getMinimumInvestment(), totalInvestedAmount,
510
					grnPendingStockAmount, fofoStore.getMinimumInvestment(), totalInvestedAmount,
511
					fofoStore.getMinimumInvestment() - totalInvestedAmount);
511
					fofoStore.getMinimumInvestment() - totalInvestedAmount);
512
			float shortValue = fofoStore.getMinimumInvestment() - totalInvestedAmount;
512
			float shortValue = fofoStore.getMinimumInvestment() - totalInvestedAmount;
513
			try {
513
			try {
514
				PartnerDailyInvestment parnterDailyInvestment = new PartnerDailyInvestment();
514
				PartnerDailyInvestment parnterDailyInvestment = new PartnerDailyInvestment();