Subversion Repositories SmartDukaan

Rev

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

Rev 24913 Rev 24914
Line 321... Line 321...
321
						}
321
						}
322
					}
322
					}
323
				}
323
				}
324
			}
324
			}
325
		}
325
		}
326
		throw new Exception();
326
		//throw new Exception();
327
	}
327
	}
328
 
328
 
329
	public void migrateChallansToInvoices() throws Exception {
329
	public void migrateChallansToInvoices() throws Exception {
330
		Map<String, List<Order>> invoiceOrdersMap = orderRepository.selectAllChallans().stream()
330
		Map<String, List<Order>> invoiceOrdersMap = orderRepository.selectAllChallans().stream()
331
				.filter(x -> !x.getLineItem().getHsnCode().equals("NOGST"))
331
				.filter(x -> !x.getLineItem().getHsnCode().equals("NOGST"))