Subversion Repositories SmartDukaan

Rev

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

Rev 18876 Rev 18877
Line 612... Line 612...
612
			}
612
			}
613
			
613
			
614
			
614
			
615
			if(logisticsTxnIdOrdersMap!=null && logisticsTxnIdOrdersMap.size()>0){
615
			if(logisticsTxnIdOrdersMap!=null && logisticsTxnIdOrdersMap.size()>0){
616
                for(String logisticsTxnId : logisticsTxnIdOrdersMap.keySet()){
616
                for(String logisticsTxnId : logisticsTxnIdOrdersMap.keySet()){
617
                	document.setPageSize(PageSize.A4.rotate());
617
                	//document.setPageSize(PageSize.A4.rotate());
618
        	        document.left(100f);
618
        	        //document.left(100f);
619
        	        document.top(150f);
619
        	        //document.top(150f);
620
					document.newPage(); 
620
					document.newPage(); 
621
					List<Order> ordersList = logisticsTxnIdOrdersMap.get(logisticsTxnId);
621
					List<Order> ordersList = logisticsTxnIdOrdersMap.get(logisticsTxnId);
622
					PdfPTable headerTable = new PdfPTable(1);
622
					PdfPTable headerTable = new PdfPTable(1);
623
	    	        headerTable.addCell(getInvoiceTableHeader(0,ordersList.get(0).getLogisticsTransactionId()));
623
	    	        headerTable.addCell(getInvoiceTableHeader(0,ordersList.get(0).getLogisticsTransactionId()));
624
					PdfPTable packagingTable = getPackagingInfoTable(ordersList);
624
					PdfPTable packagingTable = getPackagingInfoTable(ordersList);