Subversion Repositories SmartDukaan

Rev

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

Rev 26951 Rev 26953
Line 706... Line 706...
706
		LOGGER.info("monthlyPlanned" + monthlyPlanned);
706
		LOGGER.info("monthlyPlanned" + monthlyPlanned);
707
		model.addAttribute("catalogTagListings",
707
		model.addAttribute("catalogTagListings",
708
				catalogModelList.stream().sorted(firstCmp).collect(Collectors.toList()));
708
				catalogModelList.stream().sorted(firstCmp).collect(Collectors.toList()));
709
		model.addAttribute("isAdmin", roleManager.isAdmin(roleIds));
709
		model.addAttribute("isAdmin", roleManager.isAdmin(roleIds));
710
		model.addAttribute("brandStockPrices", this.getBrandStockPrices(loginDetails.getFofoId()));
710
		model.addAttribute("brandStockPrices", this.getBrandStockPrices(loginDetails.getFofoId()));
711
		model.addAttribute("previousPlanningMonth", LocalDate.now().minusMonths(1).getMonth());
711
		model.addAttribute("previousPlanningMonth", LocalDate.now().getMonth());
712
		model.addAttribute("currentPlanningMonth", LocalDate.now().getMonth());
712
		model.addAttribute("currentPlanningMonth", LocalDate.now().plusMonths(1).getMonth());
713
 
713
 
714
		model.addAttribute("customRetailers", customRetailers);
714
		model.addAttribute("customRetailers", customRetailers);
715
		model.addAttribute("totalAmount", totalAmount);
715
		model.addAttribute("totalAmount", totalAmount);
716
		model.addAttribute("monthlyPlanned", monthlyPlanned);
716
		model.addAttribute("monthlyPlanned", monthlyPlanned);
717
		model.addAttribute("totalPcs", totalPcs);
717
		model.addAttribute("totalPcs", totalPcs);