Subversion Repositories SmartDukaan

Rev

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

Rev 33815 Rev 33816
Line 411... Line 411...
411
        }
411
        }
412
 
412
 
413
 
413
 
414
        float openingBalanceWithOpeningPendingAmount = openingPendingAmount + openingBalance;
414
        float openingBalanceWithOpeningPendingAmount = openingPendingAmount + openingBalance;
415
        org.apache.commons.io.output.ByteArrayOutputStream baos = FileUtil
415
        org.apache.commons.io.output.ByteArrayOutputStream baos = FileUtil
416
                .getCSVByteStream(Arrays.asList("Opening Balance" + openingBalanceWithOpeningPendingAmount), rows);
416
                .getCSVByteStream(Arrays.asList("Opening Balance - : " + openingBalanceWithOpeningPendingAmount), rows);
417
        ResponseEntity<?> responseEntity = orderService.downloadReportInCsv(baos, rows, partnerDetail + " Wallet Statement Report");
417
        ResponseEntity<?> responseEntity = orderService.downloadReportInCsv(baos, rows, partnerDetail + " Wallet Statement Report");
418
 
418
 
419
        return responseEntity;
419
        return responseEntity;
420
 
420
 
421
    }
421
    }