Subversion Repositories SmartDukaan

Rev

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

Rev 25473 Rev 25474
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() - 25 - iconImg.getAbsoluteY());
263
				iconImg.setAbsolutePosition(25, rectangle.getHeight() - 60);
264
				iconImg.scalePercent(20);
264
				iconImg.scalePercent(20);
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);