%@page contentType="text/html;charset=UTF-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
Music Store :: Reports
Reports
Invoices
| Invoice ID |
Invoice Date |
Total Amount |
Customer Name |
Invoice Processed or not |
| ${invoice.invoiceId} |
${invoice.invoiceDate} |
${invoice.totalAmount} |
${invoice.userFullName} |
${invoice.processed} |
Downloads
| User Email |
Download Date |
Product Code |
Track Title |
| ${download.userEmail} |
${download.downloadDate} |
${download.productCode} |
${download.trackTitle} |
Admin Home