Subversion Repositories SmartDukaan

Rev

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

Rev 29005 Rev 29006
Line 798... Line 798...
798
			sheet.getRow(row).createCell(5).setCellValue(statementDetailModel.getInvoiceNumber());
798
			sheet.getRow(row).createCell(5).setCellValue(statementDetailModel.getInvoiceNumber());
799
 
799
 
800
			row += 1;
800
			row += 1;
801
		}
801
		}
802
		sheet.createRow(row).createCell(0).setCellValue("Grand Total");
802
		sheet.createRow(row).createCell(0).setCellValue("Grand Total");
803
		sheet.getRow(row).createCell(1).setCellValue(grandTotalDebit);
803
		sheet.getRow(row).createCell(2).setCellValue(grandTotalDebit);
804
		sheet.getRow(row).createCell(2).setCellValue(grandTotalCredit);
804
		sheet.getRow(row).createCell(3).setCellValue(grandTotalCredit);
805
		row += 2;
805
		row += 2;
806
		sheet.createRow(row).createCell(0).setCellValue("Closing Balance");
806
		sheet.createRow(row).createCell(0).setCellValue("Closing Balance");
807
		sheet.getRow(row).createCell(2).setCellValue(closingBalance);
807
		sheet.getRow(row).createCell(3).setCellValue(closingBalance);
808
		row++;
808
		row++;
809
		/*
809
		/*
810
		 * sheet.createRow(row).createCell(0).setCellValue("Pending Grns");
810
		 * sheet.createRow(row).createCell(0).setCellValue("Pending Grns");
811
		 * sheet.getRow(row).createCell(2).setCellValue(closingBalance); row++;
811
		 * sheet.getRow(row).createCell(2).setCellValue(closingBalance); row++;
812
		 */
812
		 */