Subversion Repositories SmartDukaan

Rev

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

Rev 24916 Rev 24944
Line 310... Line 310...
310
						}
310
						}
311
					}
311
					}
312
				}
312
				}
313
			}
313
			}
314
		}
314
		}
315
		throw new Exception();
315
		//throw new Exception();
316
	}
316
	}
317
 
317
 
318
	public void migrateChallansToInvoices() throws Exception {
318
	public void migrateChallansToInvoices() throws Exception {
319
		Map<String, List<Order>> invoiceOrdersMap = orderRepository.selectAllChallans().stream()
319
		Map<String, List<Order>> invoiceOrdersMap = orderRepository.selectAllChallans().stream()
320
				.filter(x -> !x.getLineItem().getHsnCode().equals("NOGST"))
320
				.filter(x -> !x.getLineItem().getHsnCode().equals("NOGST"))