| Line 1325... |
Line 1325... |
| 1325 |
|
1325 |
|
| 1326 |
private PdfPTable getBottomInvoiceTable(List<Order> orderList,boolean isVAT, String invoiceFormat){
|
1326 |
private PdfPTable getBottomInvoiceTable(List<Order> orderList,boolean isVAT, String invoiceFormat){
|
| 1327 |
PdfPTable invoiceTable = new PdfPTable(new float[]{0.1f, 0.3f, 0.1f, 0.1f, 0.1f, 0.1f, 0.1f, 0.1f});
|
1327 |
PdfPTable invoiceTable = new PdfPTable(new float[]{0.1f, 0.3f, 0.1f, 0.1f, 0.1f, 0.1f, 0.1f, 0.1f});
|
| 1328 |
invoiceTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
|
1328 |
invoiceTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
|
| 1329 |
|
1329 |
|
| 1330 |
invoiceTable.addCell(getInvoiceTableHeader(5,orderList.get(0).getLogisticsTransactionId()));
|
1330 |
invoiceTable.addCell(getInvoiceTableHeader(8,orderList.get(0).getLogisticsTransactionId()));
|
| 1331 |
|
1331 |
|
| 1332 |
if("Bulk".equalsIgnoreCase(invoiceFormat)){
|
1332 |
if("Bulk".equalsIgnoreCase(invoiceFormat)){
|
| 1333 |
invoiceTable.addCell(new Phrase("Sr No", helveticaBold8));
|
1333 |
invoiceTable.addCell(new Phrase("Sr No", helveticaBold8));
|
| 1334 |
}else{
|
1334 |
}else{
|
| 1335 |
invoiceTable.addCell(new Phrase("Order No", helveticaBold8));
|
1335 |
invoiceTable.addCell(new Phrase("Order No", helveticaBold8));
|