Skip to content
Permalink
1a4351be05
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
22 lines (22 sloc) 1.49 KB
<div ng-controller='adminController'>
<!-- <div class="text-center">
<h1 class=''>Results View here</h1>
</div><br /><br />
o Sales Reporting: There a number of dimensions that can be used singularly or combined.
The duration dimension would support search by day, month, year, or date range. The
location dimension of would support by city/state/country. The media dimension would
allow different combinations of: track name, album name, artist name, composer name,
genre name, and/or media. The customer dimension would include: single customer, set
of customers (selected by administrator), customers in a city, customers in a state,
customers in a country. Any one or more could be combined. The sales reporting would
be taken from the Invoice and InvoiceLine Tables for the appropriate costs (sales can be
total or broken down – another dimension) which could include both the UnitPrice
(Track) as well as the total Sales (all UnitPrices for all tracks) and the Quantity
(InvoiceLine Table).<br />
Inventory Reporting: Drop down selections for: A screen that has the ability to run a
wide range of reports on media by track name, artist, composer, genre, media,
milliseconds, bytes, and/or composer. These can be summary reports by artist name, by
compose, genre, etc. The report needs to work for all combinations. This is utilizing the
media dimension-->
<div id="inventory" ui-grid="inventoryGridOptions" class="grid"></div>
</div>