Product Sale Module done (Sales Detail) -- need to rename the permission
This commit is contained in:
14
bookie/src/app/product-sale-report/product-sale-report.ts
Normal file
14
bookie/src/app/product-sale-report/product-sale-report.ts
Normal file
@ -0,0 +1,14 @@
|
||||
export class ProductSaleReportItem {
|
||||
name: string;
|
||||
kot: number;
|
||||
regularBill: number;
|
||||
noCharge: number;
|
||||
staf: number;
|
||||
void: number;
|
||||
}
|
||||
|
||||
export class ProductSaleReport {
|
||||
startDate: string;
|
||||
finishDate: string;
|
||||
amounts?: ProductSaleReportItem[];
|
||||
}
|
||||
Reference in New Issue
Block a user