Feature: In the Beer Sale Report, you can choose the type of consumption
Chore: Sorted the product sale report by name Fix: Voided bills now also include the old bill number
This commit is contained in:
@ -40,6 +40,14 @@
|
||||
</mat-form-field>
|
||||
<button fxFlex="20" mat-raised-button color="primary" (click)="show()">Show</button>
|
||||
</div>
|
||||
<div>
|
||||
<mat-checkbox class="example-margin" formControlName="regular">Regular</mat-checkbox>
|
||||
<mat-checkbox class="example-margin" formControlName="happy">Happy Hour</mat-checkbox>
|
||||
<mat-checkbox class="example-margin" formControlName="staff"
|
||||
>Staff Consumption</mat-checkbox
|
||||
>
|
||||
<mat-checkbox class="example-margin" formControlName="nc">No Charge</mat-checkbox>
|
||||
</div>
|
||||
</form>
|
||||
<mat-table #table [dataSource]="dataSource" aria-label="Elements">
|
||||
<!-- Date Column -->
|
||||
|
||||
Reference in New Issue
Block a user