Subversion Repositories SmartDukaan

Rev

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

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