Simplified some permissions
Renamed Accounts Audit to Audit Renamed Machines to Devices as it made sense Sections and Tables are now under Sections Permission Guest Book is now under Customers Permission Renamed Beer Consumption Report to Beer Sale Report Fix: Move Kot and Table to check what the final effect is
This commit is contained in:
8
bookie/src/app/beer-sale-report/beer-sale-report.ts
Normal file
8
bookie/src/app/beer-sale-report/beer-sale-report.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { BeerSaleReportItem } from './beer-sale-report-item';
|
||||
|
||||
export class BeerSaleReport {
|
||||
startDate: string;
|
||||
finishDate: string;
|
||||
headers?: string[];
|
||||
data?: BeerSaleReportItem[];
|
||||
}
|
||||
Reference in New Issue
Block a user