// Definition of the Home Inventory program // By: Catamount Software // // July 24, 1997 // application "HomeInventory:VtHick" called "HomeInventory" soup "HomeInventory:VtHick" called "Inventory" of "HomeInventory:VtHick" overview "Inventory" called "Home Inventory" of "HomeInventory:VtHick" queries "item" contains { column "Item" width 70 is item column "Location" width 70 is location column "Category" width 70 is category } class "HomeInventory:VtHick" called "Inventory" of "HomeInventory:VtHick" contains { item: string called "Item" serialNumber: string called "Serial Number" location: string called "Location" category: string called "Category" condition: string called "Condition" quanity: string called "Quantity" purchasedDate: datetime called "Purchased Date" purchasedPrice: string called "Purchase $" currentPrice: string called "Current $" purchasedAt: string called "Purchased At" insurance: string called "Insurance" records: string called "Location of Records" originalReceipt: boolean called "Original Receipt" cancelledCheck:boolean called "Cancelled Check" photograph: boolean called "Photograph" video: boolean called "Video" appraisal: boolean called "Apprasial" ownersManual:boolean called "Owner's Manual" status: string called "Status" loanedTo: string called "Loaned To" loanedDate:datetime called "Loaned Date" heir: string called "Heir" Notes:note called "Notes" }