Subversion Repositories SmartDukaan

Rev

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

Rev 20842 Rev 20843
Line 246... Line 246...
246
				table.addCell(new Phrase("Manifest Type: Courier Manifest", helvetica8));
246
				table.addCell(new Phrase("Manifest Type: Courier Manifest", helvetica8));
247
			}
247
			}
248
			
248
			
249
			table.addCell(new Phrase("Dispatch Date: " + DateFormat.getDateInstance(DateFormat.MEDIUM).format(new Date()), helvetica8));
249
			table.addCell(new Phrase("Dispatch Date: " + DateFormat.getDateInstance(DateFormat.MEDIUM).format(new Date()), helvetica8));
250
			table.addCell(new Phrase("No. of Shipments: " + airwayBillNoMap.size(), helvetica8));
250
			table.addCell(new Phrase("No. of Shipments: " + airwayBillNoMap.size(), helvetica8));
251
			table.addCell(new Phrase("", helvetica8));
251
			table.addCell(new Phrase(" ", helvetica8));
252
			table.addCell(new Phrase("", helvetica8));
252
			table.addCell(new Phrase(" ", helvetica8));
253
			document.add(new Paragraph(buyerInfo.getOrganisationName() + " Manifest Report", new Font(FontFamily.TIMES_ROMAN,12f)));
253
			document.add(new Paragraph(buyerInfo.getOrganisationName() + " Manifest Report", new Font(FontFamily.TIMES_ROMAN,12f)));
254
			document.add(new Paragraph(addressString, new Font(FontFamily.TIMES_ROMAN,8f)));
254
			document.add(new Paragraph(addressString, new Font(FontFamily.TIMES_ROMAN,8f)));
255
			document.add(table);  
255
			document.add(table);  
256
			document.add(ordersTable);  
256
			document.add(ordersTable);  
257
			document.close();
257
			document.close();