Subversion Repositories SmartDukaan

Rev

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

Rev 20843 Rev 20844
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)));
-
 
258
			document.add(new Paragraph("Pickup By Location: ", new Font(FontFamily.TIMES_ROMAN,8f)));
-
 
259
			document.add(new Paragraph("Pickup Vehicle No: ", new Font(FontFamily.TIMES_ROMAN,8f)));
-
 
260
			document.add(new Paragraph(addressString, new Font(FontFamily.TIMES_ROMAN,8f)));
257
			document.close();
261
			document.close();
258
			baosPDF.close();
262
			baosPDF.close();
259
		} catch (DocumentException e) {
263
		} catch (DocumentException e) {
260
		    logger.error("Error while creating the manifest file", e);
264
		    logger.error("Error while creating the manifest file", e);
261
		} catch (MalformedURLException e) {
265
		} catch (MalformedURLException e) {