commit
f882ad64dd
4 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
* Added local purchase pie chart for customer dashboard
|
||||
* Added week by week purchase list for customer dashboard
|
||||
* Added sector purchase amount list for customer dashboard
|
||||
* Added sector U to available ones
|
||||
|
||||
# v0.0.7
|
||||
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
<option value='R'>Arts, Entertainment & Recreation</option>
|
||||
<option value='S'>Other Service Activities</option>
|
||||
<option value='T'>Household Domestic Business</option>
|
||||
<option value='U'>Extraterritorial Organisations and Bodies</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
<option value='R'>Arts, Entertainment & Recreation</option>
|
||||
<option value='S'>Other Service Activities</option>
|
||||
<option value='T'>Household Domestic Business</option>
|
||||
<option value='U'>Extraterritorial Organisations and Bodies</option>
|
||||
</select>
|
||||
<span class="help-block">Alter this if your business sector has changed.</span>
|
||||
</div>
|
||||
|
|
|
@ -51,6 +51,7 @@ export class DashboardCustomerComponent implements OnInit {
|
|||
R: 'Arts, Entertainment & Recreation',
|
||||
S: 'Other Service Activities',
|
||||
T: 'Household Domestic Business',
|
||||
U: 'Extraterritorial Organisations and Bodies'
|
||||
}
|
||||
|
||||
sectorIcons = {
|
||||
|
@ -63,7 +64,7 @@ export class DashboardCustomerComponent implements OnInit {
|
|||
G: 'icon-tag',
|
||||
H: 'icon-speedometer',
|
||||
I: 'icon-cup',
|
||||
J: 'icon-globe',
|
||||
J: 'icon-feed',
|
||||
K: 'icon-credit-card',
|
||||
L: 'icon-graph',
|
||||
M: 'icon-chemistry',
|
||||
|
@ -74,6 +75,7 @@ export class DashboardCustomerComponent implements OnInit {
|
|||
R: 'icon-film',
|
||||
S: 'icon-calendar',
|
||||
T: 'icon-home',
|
||||
U: 'cion-globe',
|
||||
}
|
||||
|
||||
sectorLetters: string[] = [];
|
||||
|
|
Reference in a new issue