Fixed Asset Table
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type FixedAssetType = {
|
||||
id: number
|
||||
assetName: string
|
||||
puchaseBill: string // Code Purchase
|
||||
reference: string
|
||||
date: string
|
||||
price: number
|
||||
}
|
||||
Reference in New Issue
Block a user