Subversion Repositories SmartDukaan

Rev

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

Rev 26055 Rev 26056
Line 360... Line 360...
360
				model.addAttribute("fofoStore", fofoStore);
360
				model.addAttribute("fofoStore", fofoStore);
361
				model.addAttribute("partnerType", partnerType);
361
				model.addAttribute("partnerType", partnerType);
362
				model.addAttribute("hasGift", hasGift(loginDetails.getFofoId()));
362
				model.addAttribute("hasGift", hasGift(loginDetails.getFofoId()));
363
				model.addAttribute("giftItemId", ProfitMandiConstants.GIFT_ID);
363
				model.addAttribute("giftItemId", ProfitMandiConstants.GIFT_ID);
364
 
364
 
365
				// model.addAttribute("brandStockPrices",this.getBrandStockPrices(loginDetails.getFofoId()));
365
				model.addAttribute("brandStockPrices",this.getBrandStockPrices(loginDetails.getFofoId()));
366
				model.addAttribute("salesMap", this.getSales(loginDetails.getFofoId()));
366
				model.addAttribute("salesMap", this.getSales(loginDetails.getFofoId()));
367
				ChartModel cm = this.getBrandChart(loginDetails.getFofoId());
367
				ChartModel cm = this.getBrandChart(loginDetails.getFofoId());
368
 
368
 
369
				LOGGER.info("chartMap" + gson.toJson(cm));
369
				LOGGER.info("chartMap" + gson.toJson(cm));
370
				model.addAttribute("chartMap", gson.toJson(cm));
370
				model.addAttribute("chartMap", gson.toJson(cm));