Subversion Repositories SmartDukaan

Rev

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

Rev 22670 Rev 22671
Line 173... Line 173...
173
        		orders.addCell(new Paragraph(String.valueOf(index++), FONT_NORMAL));
173
        		orders.addCell(new Paragraph(String.valueOf(index++), FONT_NORMAL));
174
            	orders.addCell(new Paragraph(insurancePolicy.getDescription(), FONT_NORMAL));
174
            	orders.addCell(new Paragraph(insurancePolicy.getDescription(), FONT_NORMAL));
175
            	orders.addCell(new Paragraph(insurancePolicy.getHsnCode(), FONT_NORMAL));
175
            	orders.addCell(new Paragraph(insurancePolicy.getHsnCode(), FONT_NORMAL));
176
            	orders.addCell(new Paragraph("1", FONT_NORMAL));
176
            	orders.addCell(new Paragraph("1", FONT_NORMAL));
177
            	orders.addCell(new Paragraph(String.format("%.2f", insurancePolicy.getRate()), FONT_NORMAL));
177
            	orders.addCell(new Paragraph(String.format("%.2f", insurancePolicy.getRate()), FONT_NORMAL));
-
 
178
            	orders.addCell(new Paragraph("-", FONT_NORMAL));
178
            	orders.addCell(new Paragraph(String.format("%.2f", insurancePolicy.getRate()), FONT_NORMAL));
179
            	orders.addCell(new Paragraph(String.format("%.2f", insurancePolicy.getRate()), FONT_NORMAL));
179
            	if(!gstWithInState){
180
            	if(!gstWithInState){
180
            		orders.addCell(new Paragraph(String.format("%.2f", insurancePolicy.getIgstRate()), FONT_NORMAL));
181
            		orders.addCell(new Paragraph(String.format("%.2f", insurancePolicy.getIgstRate()), FONT_NORMAL));
181
            		orders.addCell(new Paragraph(String.format("%.2f", insurancePolicy.getIgstAmount()), FONT_NORMAL));
182
            		orders.addCell(new Paragraph(String.format("%.2f", insurancePolicy.getIgstAmount()), FONT_NORMAL));
182
            		igstTotalAmount = igstTotalAmount + insurancePolicy.getIgstAmount();
183
            		igstTotalAmount = igstTotalAmount + insurancePolicy.getIgstAmount();