Javascript Menu by Deluxe-Menu.com

Inventory Cycle

Audit Number: 1097

Period: Fiscal Year Ending 11-30-2008

Audit Information           
Audit TitleInventory Cycle          
Audit Number1097          
Audit PeriodFiscal Year Ending 11-30-2008          
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringParameter 1Parameter 2SchemeChart Title
c:\test\data\EWP.xls1Using a histogram, plot quantities of high value inventory items (i.e. unit cost > $20)histoInventory Data$[unit cost] > 20units   FallHigh Value inventory items
c:\test\data\EWP.xls2Determine population statistics for high value inventory items (i.e. unit cost > $20)statInventory Data$[unit cost] > 20units   SpringHigh Value inventory items
c:\test\data\EWP.xls3Using a boxplot, plot quantities of high value inventory items (i.e. unit cost > $20)boxplotInventory Data$[unit cost] > 20units   GreenHigh Value inventory items
c:\test\data\EWP.xls4Summarize inventory values by warehouse locationsummaryInventory Data$ extended costwarehouse 1  
c:\test\data\EWP.xls5Summarize inventory values by employee idsummaryInventory Data$ extended costemployee 1  
c:\test\data\EWP.xls6Prepare a schedule of the 10 largest value inventory itemstopnInventory Data$ extended cost 10   
c:\test\data\EWP.xls7Prepare a schedule of the 20 least value inventory itemsbottomnInventory Data$ extended cost 20   
c:\test\data\EWP.xls8Stratify inventory unit costs stratifyInventory Data$ units 0 100 200 300 400 500 600 700 800 900 1000   
c:\test\data\EWP.xls9Stratify inventory extended costs stratifyInventory Data$ extended cost 0 500 1000 2000 3000 5000 10000 20000 30000 40000   
c:\test\data\EWP.xls10Age inventory by date of receipt ageInventory Data$  [inventory date],[extended cost]3/31/2007mdyYellowInventory by receipt date
c:\test\data\EWP.xls11Prepare a schedule of inventory items with negative unitsextractwhereInventory Data$units < 0      
c:\test\data\EWP.xls12Prepare a schedule of inventory items with negative unit costextractwhereInventory Data$[unit cost] < 0      
c:\test\data\EWP.xls13Prepare a schedule of the 20 least value inventory items for warehouse ABbottomnInventory Data$[warehouse] = 'AB'extended cost 20   
c:\test\data\EWP.xls14Prepare a schedule of stock numbers which contain the digits 562 in any position within the stock numberextractwhereInventory Data$[stock number] like '%562%'      
c:\test\data\EWP.xls15Test clerical accuracy of extensions extractwhereInventory Data$abs(([unit cost] * [units]) - [extended cost]) > .02      
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringParameter 1Parameter 2SchemeChart Title
c:\test\data\EWP.xls16Test inventory quantities using benford's lawbenfordInventory Data$[unit cost] > 0unit cost F1 springInventory Counts and benford's law
c:\test\data\EWP.xls17Analyze dates inventories taken by day of weekwdReportInventory Data$ inventory date mdyUSOrangeInventories taken by day of week
c:\test\data\EWP.xls18Prepare a schedule of inventories performed on a Sundaywd Inventory Data$ inventory date 1000000mdy  
c:\test\data\EWP.xls19Test for round numbers in inventory counts rn Inventory Data$ units 0111111 BlueRound number for inventories taken
c:\test\data\EWP.xls20Prepare a summary of round numbers in inventory countsrnreportInventory Data$ units   PurpleRound number for inventories taken
c:\test\data\EWP.xls21Prepare a schedule of duplicate inventory items (same warehouse, same stock number, same date)duplicatesInventory Data$  [warehouse],[stock number],[inventory date]  3  
c:\test\data\EWP.xls22Analyze dates inventories taken on holidaysholidayReportInventory Data$ inventory date mdyUSspringInventories taken on holidays
c:\test\data\EWP.xls23Prepare a schedule of inventories performed on a SundayholidayInventory Data$ inventory date mdyUS  
c:\test\data\EWP.xls24Check for gaps in inventory tag numbersgapInventory Data$ inventory date[inventory tag]