Update Product Prices built

This commit is contained in:
2020-11-12 12:32:16 +05:30
parent d5b2da4388
commit 5e180f48d5
33 changed files with 750 additions and 22 deletions

View File

@ -215,6 +215,15 @@
>
<h3 class="item-name">Product Updates Report</h3>
</mat-card>
<mat-card
fxLayout="column"
class="square-button"
matRipple
*ngIf="auth.user && auth.user.perms.indexOf('products') !== -1"
[routerLink]="['/', 'update-product-prices']"
>
<h3 class="item-name">Update Product Prices</h3>
</mat-card>
</div>
<footer class="footer">
<p>Backend: v{{ auth.user?.ver }} / Frontend: v{{ version }} on {{ auth.device.name }}</p>