Subversion Repositories SmartDukaan

Rev

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

Rev 27474 Rev 27476
Line 395... Line 395...
395
 
395
 
396
			MonthSaleModel ms = new MonthSaleModel();
396
			MonthSaleModel ms = new MonthSaleModel();
397
			ms.setMtdSales(this.format((long) mtdSales));
397
			ms.setMtdSales(this.format((long) mtdSales));
398
			ms.setMonthlySales(this.format(((long) monthSales)));
398
			ms.setMonthlySales(this.format(((long) monthSales)));
399
			ms.setPartnerType(partnerType);
399
			ms.setPartnerType(partnerType);
400
			ms.setMonth(startOfMonth.format(DateTimeFormatter.ofPattern("LLL''yy")));
400
			ms.setMonth(startOfMonth.format(DateTimeFormatter.ofPattern("MMM''uu")));
401
			monthSaleMap.put(i, ms);
401
			monthSaleMap.put(i, ms);
402
 
402
 
403
		}
403
		}
404
		model.addAttribute("monthSales", monthSaleMap);
404
		model.addAttribute("monthSales", monthSaleMap);
405
		return "monthSales";
405
		return "monthSales";