Subversion Repositories SmartDukaan

Rev

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

Rev 23977 Rev 23979
Line 339... Line 339...
339
		Map<String, String> params = new HashMap<>();
339
		Map<String, String> params = new HashMap<>();
340
		params.put("MANUAL_criteria1_FROMDATE", FormattingUtils.formatReporitcoDate(affectedOn));
340
		params.put("MANUAL_criteria1_FROMDATE", FormattingUtils.formatReporitcoDate(affectedOn));
341
		params.put("MANUAL_itemId", StringUtils.join(itemIds, ","));
341
		params.put("MANUAL_itemId", StringUtils.join(itemIds, ","));
342
 
342
 
343
		Map<String, String> params1 = new HashMap<>();
343
		Map<String, String> params1 = new HashMap<>();
344
		params1.put("MANUAL_criteriaDate_FROMDATE", FormattingUtils.formatReporitcoDate(affectedOn));
344
		params1.put("MANUAL_criteriaDate_FROMDATE", FormattingUtils.formatReporitcoDate(affectedOn.minusDays(1)));
345
		params1.put("MANUAL_criteriaItemId", StringUtils.join(itemIds, ","));
345
		params1.put("MANUAL_criteriaItemId", StringUtils.join(itemIds, ","));
346
		
346
		
347
 
347
 
348
		Map<String, String> params2 = new HashMap<>();
348
		Map<String, String> params2 = new HashMap<>();
349
		params2.put("MANUAL_Criteria2_FROMDATE", FormattingUtils.formatReporitcoDate(affectedOn));
349
		params2.put("MANUAL_Criteria2_FROMDATE", FormattingUtils.formatReporitcoDate(affectedOn));