| 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();
|