Subversion Repositories SmartDukaan

Rev

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

Rev 27313 Rev 27314
Line 2405... Line 2405...
2405
					}
2405
					}
2406
				}
2406
				}
2407
				List<SchemeInOut> schemeInOuts = schemeInOutRepository.selectByInventoryItemIds(java.util.stream.Stream.of(inventoryItemId).collect(Collectors.toSet()));
2407
				List<SchemeInOut> schemeInOuts = schemeInOutRepository.selectByInventoryItemIds(java.util.stream.Stream.of(inventoryItemId).collect(Collectors.toSet()));
2408
				for(SchemeInOut sio : schemeInOuts) {
2408
				for(SchemeInOut sio : schemeInOuts) {
2409
					if(sio.getCreateTimestamp().toLocalDate().equals(localDate)) {
2409
					if(sio.getCreateTimestamp().toLocalDate().equals(localDate)) {
2410
						LOGGER.info("SIO - ", sio);
2410
						LOGGER.info("SIO - {}", sio);
2411
						//sio.setRolledBackTimestamp(LocalDateTime.now());
2411
						//sio.setRolledBackTimestamp(LocalDateTime.now());
2412
					}
2412
					}
2413
				}
2413
				}
2414
				//Rollback entry with reversal reason
2414
				//Rollback entry with reversal reason
2415
				/*if(fofoOrder.getCreateTimestamp().isAfter(LocalDate.of(2020, 4, 1).atStartOfDay())) {
2415
				/*if(fofoOrder.getCreateTimestamp().isAfter(LocalDate.of(2020, 4, 1).atStartOfDay())) {