Subversion Repositories SmartDukaan

Rev

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

Rev 9591 Rev 9634
Line 200... Line 200...
200
                    helvetica8));
200
                    helvetica8));
201
            double lineTotal = lineitem.getQuantity() * lineitem.getUnitPrice();
201
            double lineTotal = lineitem.getQuantity() * lineitem.getUnitPrice();
202
            total += lineTotal;
202
            total += lineTotal;
203
            detailsTable.addCell(new Phrase("" + lineTotal, helvetica8));
203
            detailsTable.addCell(new Phrase("" + lineTotal, helvetica8));
204
        }
204
        }
205
        detailsTable.addCell(getTotalCell(4));
205
        detailsTable.addCell(getTotalCell(5));
206
        detailsTable.addCell(new Phrase("" + total, helvetica8));
206
        detailsTable.addCell(new Phrase("" + total, helvetica8));
207
        return detailsTable;
207
        return detailsTable;
208
    }
208
    }
209
 
209
 
210
    private static PdfPTable getBillToTable(long warehouseId, TaxType taxType) {
210
    private static PdfPTable getBillToTable(long warehouseId, TaxType taxType) {