Javascript Menu by Deluxe-Menu.com

Accounts Payable

Audit Number: 1076

Period: Fiscal Year Ending 11-30-2008

Audit Information                      
Audit TitleAccounts Payable
Audit Number1076
Audit PeriodFiscal Year Ending 11-30-2008
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringP1P2SchemeChart Title
c:\test\data\EWP.xls1Age invoices by invoice date ageAPTest$  [invoice date],[invoice amount]3/31/2007mdysummerAgeing of supplier invoices
c:\test\data\EWP.xls2Summarize invoices by supplier and agree to ledger summaryAPTest$ amount paid[vendor number] 1  
c:\test\data\EWP.xls3Produce a box plot and percentile listing for invoice paymentsboxplotAPTest$ amount paid   springBox Plot of Amounts Paid
c:\test\data\EWP.xls4Produce a histogram for payments to location 'SC'histoAPTest$location like 'SC%'amount paid   FallInvoice Payments
c:\test\data\EWP.xls5Stratify invoices by amount paidstratifyAPTest$ amount paid 0 100 200 500 1000 2000 3000 FallInvoice Payments
c:\test\data\EWP.xls6Quantify posted invoices by terms percent offeredsummaryAPTest$ invoice amount[terms percent]    
c:\test\data\EWP.xls7Total posted invoices for the year statAPTest$ invoice amount     
c:\test\data\EWP.xls8Quantify posted invoices by terms days offeredsummaryAPTest$ invoice amount[terms days]    
c:\test\data\EWP.xls9Summarize invoice amounts paid by approversummaryAPTest$ invoice amount[approver]    
c:\test\data\EWP.xls10Prepare a schedule of invoices for all suppliers whose supplier number begins with '2'extractwhereAPTest$[vendor number] like '2%'[amount paid]     
c:\test\data\EWP.xls11Prepare a schedule of any invoices are stale (e.g. over six months old) extractwhereAPTest$[invoice date] < #12-1-2007#      
c:\test\data\EWP.xls12Search for vendor number using a wild card (fuzzy match)fuzzymatchAPTest$  [vendor number],*2[0-5]??   
c:\test\data\EWP.xls13Search for locations using a wild card (fuzzy match) Any location beginning with S-TfuzzymatchAPTest$  location, *[S-T]?   
c:\test\data\EWP.xls14Perform a cut-off test by looking for dates outside the audit periodextractwhereAPTest$[invoice date] > #12-1-2008#      
c:\test\data\EWP.xls15Determine the amount of lost discounts not taken statAPTest$[amount paid] - ([invoice amount] * (1-[terms percent])) > 0amount paid   SpringDiscounts
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringP1P2SchemeChart Title
c:\test\data\EWP.xls16Prepare a schedule of lost discounts not taken extractwhereAPTest$[amount paid] - ([invoice amount] * (1-[terms percent])) > 0      
c:\test\data\EWP.xls17Test for round numbers in invoice payments rnReportAPTest$ amount paid   SummerRound Numbers for Amounts Paid
c:\test\data\EWP.xls18Prepare a schedule of any invoices have been paid without purchase orders extractwhereAPTest$isnull([PO number])       
c:\test\data\EWP.xls19Determine the total amount paid for invoices without purchase orders statAPTest$isnull([PO number]) amount paid   GreenStatistics for amount Paid
c:\test\data\EWP.xls20Check for unusual situation - same vendor, same invoice number, different amountssdAPTest$  [vendor number], [invoice number], [invoice amount] 3  
c:\test\data\EWP.xls21Perform Benford's law testing on payment amountsbenfordAPTest$ amount paid   YellowBenford's Law test for amounts paid
c:\test\data\EWP.xls22Check for duplicate invoice numbers by vendor duplicatesAPTest$ Invoice Number[vendor number],[invoice number] 2  
c:\test\data\EWP.xls23Check for duplicate invoice numbers and amount by vendor duplicatesAPTest$  [vendor number], [amount paid] 2  
c:\test\data\EWP.xls24Check for duplicate purchase order numbersduplicatesAPTest$  [po number] 1  
c:\test\data\EWP.xls25Check for same invoice number, same invoice date, same invoice amountduplicatesAPTest$  [vendor number],[invoice amount], [invoice date] 3  
c:\test\data\EWP.xls26Prepare a schedule of any invoices which were approved for payment between midnight and 4:00 a.m.extractwhereAPTest$hour([approval time]) between 0 and 4       
c:\test\data\EWP.xls27Prepare a schedule of all invoices with amounts between $5,000 and $10,000extractwhereAPTest$[amount paid] between 5000 and 10000      
c:\test\data\EWP.xls28Prepare a schedule of recurring monthly invoice amountsduplicatesAPTest$  [vendor number], [invoice amount] 2  
c:\test\data\EWP.xls29Select all invoices approved by Mary between midnight and 8:00 a.m..extractwhereAPTest$hour([approval time]) between 0 and 7 and approver = 'Mary'      
c:\test\data\EWP.xls30Calculate the difference between invoice amount less discount and amount paidextractwhereAPTest$([invoice amount] * (1-[terms percent])) - [amount paid] > 0     Calculated amounts
c:\test\data\EWP.xls31Determine the length of the Purchase order number in each recordcalcAPTest$ PO Number len([PO Number]) as [Purchase Order Number length]  Calculated amounts
c:\test\data\EWP.xls32Extract the leftmost three characters from each PO NumbercalcAPTest$ PO Number left([PO Number],3) as [Left digits of PO Number]  Calculated amounts
c:\test\data\EWP.xls33Extract the rightmost two characters from each PO NumbercalcAPTest$ PO Number right([PO Number],2) as [Right two digits of PO Number]  Calculated amounts
c:\test\data\EWP.xls34Extract the middle two characters from each PO NumbercalcAPTest$ PO Number mid([PO Number],3,2) as [Middle two digits of PO Number]  Calculated amounts
c:\test\data\EWP.xls35Extract all purchase orders which have the character sequence 247 in any position in the purchase order numbercalcAPTest$ PO Number instr([PO Number],'247') as [PO Numbers containing the digits 247]  Calculated amounts
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringP1P2SchemeChart Title
c:\test\data\EWP.xls36Perform a stop and go variable sample for invoice totals (14 samples)stopgovSample Variable$  [sampled], [audited value]  SpringStop and Go Sampling 14 items
c:\test\data\EWP.xls37Perform a stop and go variable sample for invoice totals (21 samples)stopgovSV3$  [sampled], [audited value]  FallStop and Go Sampling 21 items
c:\test\data\EWP.xls38Perform a stop and go variable sample for invoice totals (30 samples)stopgovSV4$  [sampled], [audited value]  BlueStop and Go Sampling 30 items
c:\test\data\EWP.xls39Perform a stop and go attribute sample for "signature" (sample size 19)stopgoaSample Attribute$  [sampled], [signature]  SpringStop and Go Sampling 25 items - Signature
c:\test\data\EWP.xls40Perform a stop and go attribute sample for "signature" (sample size 55)stopgoaSA3$  [sampled], [signature]  FallStop and Go Sampling 55 items - Signature
c:\test\data\EWP.xls41Perform a stop and go attribute sample for "signature" (sample size 120)stopgoaSA4$  [sampled], [signature]  BlueStop and Go Sampling 120 items - Signature