Feature: Made a Menu Engineering Report

This commit is contained in:
2023-03-18 23:20:11 +05:30
parent 40a357edc8
commit d39712a347
27 changed files with 825 additions and 11 deletions

View File

@ -81,6 +81,14 @@
>
<h3 class="item-name">Discount Report</h3>
</mat-card>
<mat-card
class="flex flex-col square-button mr-5, mb-5"
matRipple
*ngIf="auth.allowed('product-sale-report')"
[routerLink]="['/', 'menu-engineering-report']"
>
<h3 class="item-name">Menu Engineering Report</h3>
</mat-card>
</div>
<div class="flex flex-row flex-wrap -mr-5 -mb-5">
<mat-card