Initial programming of Data Export

This commit is contained in:
Rene V. Vergara A. 2022-10-07 17:31:24 -05:00
parent 7c9b4ef43a
commit 3936371c97
2 changed files with 16 additions and 3 deletions

Binary file not shown.

View File

@ -1,9 +1,22 @@
<app-header></app-header>
<div align="center">
<h3 class="text">{{(ownerUpdate | async)!.name}}</h3>
<button class="text" mat-raised-button [routerLink]="['/shop']" color="primary">
Back to Shop
</button>
<table >
<tr>
<td width="45%">
<button class="text" mat-raised-button [routerLink]="['/shop']" color="primary">
Back to Shop
</button>
</td>
<td width="10%">
</td>
<td width="45%">
<button class="text" mat-raised-button [routerLink]="" color="primary">
Export Orders
</button>
</td>
</tr>
</table>
</div>
<table class="totalsTbl" width="100%">
<tr class="totalsHdr">