Purchase Entries Done!!
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
|
||||
export class PurchaseEntriesItem {
|
||||
id: string;
|
||||
date: string;
|
||||
supplier: string;
|
||||
url: string[];
|
||||
product: string;
|
||||
quantity: number;
|
||||
rate: number;
|
||||
|
||||
Reference in New Issue
Block a user