Subversion Repositories SmartDukaan

Rev

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

Rev 33228 Rev 33229
Line 807... Line 807...
807
                        sheet.getRow(row).createCell(3).setCellValue(0);
807
                        sheet.getRow(row).createCell(3).setCellValue(0);
808
                        sheet.getRow(row).createCell(4).setCellValue(-statementDetailModel.getAmount());
808
                        sheet.getRow(row).createCell(4).setCellValue(-statementDetailModel.getAmount());
809
                        grandTotalCredit += -statementDetailModel.getAmount();
809
                        grandTotalCredit += -statementDetailModel.getAmount();
810
                    }
810
                    }
811
                    //Running Balance
811
                    //Running Balance
812
                    currentOpening += statementDetailModel.getAmount();
812
                    currentOpening -= statementDetailModel.getAmount();
813
                    sheet.getRow(row).createCell(5).setCellValue(currentOpening);
813
                    sheet.getRow(row).createCell(5).setCellValue(currentOpening);
814
 
814
 
815
 
815
 
816
                    //Narration
816
                    //Narration
817
                    sheet.getRow(row).createCell(6).setCellValue(statementDetailModel.getReferenceType());
817
                    sheet.getRow(row).createCell(6).setCellValue(statementDetailModel.getReferenceType());