Subversion Repositories SmartDukaan

Rev

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

Rev 25476 Rev 25477
Line 258... Line 258...
258
						sgstTotalAmount = sgstTotalAmount + insurancePolicy.getSgstAmount();
258
						sgstTotalAmount = sgstTotalAmount + insurancePolicy.getSgstAmount();
259
					}
259
					}
260
					orders.addCell(new Paragraph(String.format("%.0f", insurancePolicy.getNetAmount()), FONT_NORMAL));
260
					orders.addCell(new Paragraph(String.format("%.0f", insurancePolicy.getNetAmount()), FONT_NORMAL));
261
				}
261
				}
262
				Rectangle rectangle = document.getPageSize();
262
				Rectangle rectangle = document.getPageSize();
263
				iconImg.setAbsolutePosition(25, rectangle.getHeight() - 60);
263
				iconImg.setAbsolutePosition(25, rectangle.getHeight() - 100);
264
				iconImg.scalePercent(30);
264
				iconImg.scalePercent(30);
265
				document.add(iconImg);
265
				document.add(iconImg);
266
				document.add(paragraphTitle);
266
				document.add(paragraphTitle);
267
				document.add(Chunk.NEWLINE);
267
				document.add(Chunk.NEWLINE);
268
				document.add(Chunk.NEWLINE);
268
				document.add(Chunk.NEWLINE);