Subversion Repositories SmartDukaan

Rev

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

Rev 20844 Rev 20845
Line 252... Line 252...
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.add(new Paragraph("Pick Employee Name:                                Signature: ", new Font(FontFamily.TIMES_ROMAN,8f)));
257
			document.add(new Paragraph("\nPick Employee Name:\t\t\t\t\t\t\tSignature: ", helvetica9));
258
			document.add(new Paragraph("Pickup By Location: ", new Font(FontFamily.TIMES_ROMAN,8f)));
258
			document.add(new Paragraph("\nPickup By Location: ", helvetica9));
259
			document.add(new Paragraph("Pickup Vehicle No: ", new Font(FontFamily.TIMES_ROMAN,8f)));
259
			document.add(new Paragraph("\nPickup Vehicle No: ", helvetica9));
260
			document.add(new Paragraph(addressString, new Font(FontFamily.TIMES_ROMAN,8f)));
260
			document.add(new Paragraph(addressString, new Font(FontFamily.TIMES_ROMAN,8f)));
261
			document.close();
261
			document.close();
262
			baosPDF.close();
262
			baosPDF.close();
263
		} catch (DocumentException e) {
263
		} catch (DocumentException e) {
264
		    logger.error("Error while creating the manifest file", e);
264
		    logger.error("Error while creating the manifest file", e);