Subversion Repositories SmartDukaan

Rev

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

Rev 24910 Rev 24911
Line 316... Line 316...
316
						}
316
						}
317
					}
317
					}
318
				}
318
				}
319
			}
319
			}
320
		}
320
		}
321
		throw new Exception();
321
		//throw new Exception();
322
	}
322
	}
323
 
323
 
324
	public void migrateChallansToInvoices() throws Exception {
324
	public void migrateChallansToInvoices() throws Exception {
325
		Map<String, List<Order>> invoiceOrdersMap = orderRepository.selectAllChallans().stream()
325
		Map<String, List<Order>> invoiceOrdersMap = orderRepository.selectAllChallans().stream()
326
				.filter(x -> !x.getLineItem().getHsnCode().equals("NOGST"))
326
				.filter(x -> !x.getLineItem().getHsnCode().equals("NOGST"))