| Line 1084... |
Line 1084... |
| 1084 |
//End:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
1084 |
//End:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
| 1085 |
return providerInfoTable;
|
1085 |
return providerInfoTable;
|
| 1086 |
}
|
1086 |
}
|
| 1087 |
|
1087 |
|
| 1088 |
private PdfPTable getTopInvoiceTable(List<Order> orderList, String tinNo, String invoiceFormat){
|
1088 |
private PdfPTable getTopInvoiceTable(List<Order> orderList, String tinNo, String invoiceFormat){
|
| 1089 |
PdfPTable invoiceTable = new PdfPTable(new float[]{0.2f, 0.2f, 0.3f, 0.1f, 0.1f, 0.1f});
|
1089 |
PdfPTable invoiceTable = new PdfPTable(new float[]{0.2f, 0.3f, 0.1f, 0.1f, 0.1f});
|
| 1090 |
invoiceTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
|
1090 |
invoiceTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
|
| 1091 |
|
1091 |
|
| 1092 |
invoiceTable.addCell(getInvoiceTableHeader(6,orderList.get(0).getLogisticsTransactionId()));
|
1092 |
invoiceTable.addCell(getInvoiceTableHeader(6,orderList.get(0).getLogisticsTransactionId()));
|
| 1093 |
if("Bulk".equalsIgnoreCase(invoiceFormat)){
|
1093 |
if("Bulk".equalsIgnoreCase(invoiceFormat)){
|
| 1094 |
invoiceTable.addCell(new Phrase("Sr No", helvetica8));
|
1094 |
invoiceTable.addCell(new Phrase("Sr No", helvetica8));
|