Subversion Repositories SmartDukaan

Rev

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

Rev 33229 Rev 33238
Line 848... Line 848...
848
                    }
848
                    }
849
                }
849
                }
850
            }
850
            }
851
        }
851
        }
852
 
852
 
853
        sheet.createRow(row).createCell(0).setCellValue("Grand Total");
853
        sheet.createRow(row).createCell(2).setCellValue("Grand Total");
854
        sheet.getRow(row).createCell(2).setCellValue(grandTotalDebit);
854
        sheet.getRow(row).createCell(3).setCellValue(grandTotalDebit);
855
        sheet.getRow(row).createCell(3).setCellValue(grandTotalCredit);
855
        sheet.getRow(row).createCell(4).setCellValue(grandTotalCredit);
856
        row += 2;
856
        /*row += 2;
857
        sheet.createRow(row).createCell(0).setCellValue("Closing Balance");
857
        sheet.createRow(row).createCell(0).setCellValue("Closing Balance");
858
        sheet.getRow(row).createCell(3).setCellValue(closingBalance);
858
        sheet.getRow(row).createCell(3).setCellValue(closingBalance);*/
859
        row++;
859
        row++;
860
        /*
860
        /*
861
         * sheet.createRow(row).createCell(0).setCellValue("Pending Grns");
861
         * sheet.createRow(row).createCell(0).setCellValue("Pending Grns");
862
         * sheet.getRow(row).createCell(2).setCellValue(closingBalance); row++;
862
         * sheet.getRow(row).createCell(2).setCellValue(closingBalance); row++;
863
         */
863
         */