Subversion Repositories SmartDukaan

Rev

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

Rev 31561 Rev 31562
Line 1376... Line 1376...
1376
		for (WalletSummaryReportModel walletSummart : walletSummartList) {
1376
		for (WalletSummaryReportModel walletSummart : walletSummartList) {
1377
 
1377
 
1378
			rows.add(Arrays.asList(walletSummart.getId(), walletSummart.getCode(), walletSummart.getName(),
1378
			rows.add(Arrays.asList(walletSummart.getId(), walletSummart.getCode(), walletSummart.getName(),
1379
					walletSummart.getEmail(), walletSummart.getPhone(), walletSummart.getAmount(),
1379
					walletSummart.getEmail(), walletSummart.getPhone(), walletSummart.getAmount(),
1380
					walletSummart.getRefundableAmount(), walletSummart.getReference(), walletSummart.getReferenceType(),
1380
					walletSummart.getRefundableAmount(), walletSummart.getReference(), walletSummart.getReferenceType(),
1381
					walletSummart.getBusinessTimestamp().format(dateTimeFormatter), walletSummart.getDescription()));
1381
					dateTimeFormatter.format(walletSummart.getBusinessTimestamp())));
1382
 
1382
 
1383
		}
1383
		}
1384
 
1384
 
1385
		org.apache.commons.io.output.ByteArrayOutputStream baos = FileUtil
1385
		org.apache.commons.io.output.ByteArrayOutputStream baos = FileUtil
1386
				.getCSVByteStream(Arrays.asList("Id", "Code", "Name", "Email", "Phone", "Amount", "Refundable_amount",
1386
				.getCSVByteStream(Arrays.asList("Id", "Code", "Name", "Email", "Phone", "Amount", "Refundable_amount",