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:
@ -8,6 +8,7 @@ import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
||||
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
||||
import { MatButtonModule } from '@angular/material/button';
|
||||
import { MatCardModule } from '@angular/material/card';
|
||||
import { MatCheckboxModule } from '@angular/material/checkbox';
|
||||
import {
|
||||
DateAdapter,
|
||||
MAT_DATE_FORMATS,
|
||||
@ -55,6 +56,7 @@ export const MY_FORMATS = {
|
||||
ReactiveFormsModule,
|
||||
SharedModule,
|
||||
BeerSaleReportRoutingModule,
|
||||
MatCheckboxModule,
|
||||
],
|
||||
declarations: [BeerSaleReportComponent],
|
||||
providers: [
|
||||
|
||||
Reference in New Issue
Block a user