Purchase Entries Done!!

This commit is contained in:
tanshu
2020-05-14 14:39:19 +05:30
parent e62bb0a825
commit da58528768
6 changed files with 95 additions and 31 deletions

View File

@ -1,7 +1,9 @@
export class PurchaseEntriesItem {
id: string;
date: string;
supplier: string;
url: string[];
product: string;
quantity: number;
rate: number;