Javascript Menu by Deluxe-Menu.com

Purchases and Payments

Audit Number: 1089

Period: Fiscal Year Ending 11-30-2008

Audit Information           
Audit TitlePurchases and Payments          
Audit Number1089          
Audit PeriodFiscal Year Ending 11-30-2008          
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringParameter 1Parameter 2SchemeChart Title
c:\test\data\EWP.xls1Age invoices by supplier agePPTest$  [invoice date],[invoice amount]3/31/2007mdysummerAgeing of supplier invoices
c:\test\data\EWP.xls2Summarize invoices by supplier and agree to ledger summaryPPTest$ amount paid[vendor number] 1  
c:\test\data\EWP.xls3Produce a box plot and percentile listing for invoice paymentsboxplotPPTest$ amount paid   springBox Plot of Amounts Paid
c:\test\data\EWP.xls4Produce a histogram for payments to location 'SC'histoPPTest$location like 'SC%'amount paid   FallInvoice Payments
c:\test\data\EWP.xls5Stratify invoices by amount paidstratifyPPTest$ amount paid 0 100 200 500 1000 2000 3000 FallInvoice Payments
c:\test\data\EWP.xls6Quantify posted invoices by terms percent offeredsummaryPPTest$ invoice amount[terms percent]    
c:\test\data\EWP.xls7Total posted invoices for the year statPPTest$ invoice amount   Fall 
c:\test\data\EWP.xls8Quantify posted invoices by terms days offeredsummaryPPTest$ invoice amount[terms days]    
c:\test\data\EWP.xls9Summarize invoice amounts paid by approversummaryPPTest$ invoice amount[approver]    
c:\test\data\EWP.xls10Prepare a schedule of invoices for all suppliers whose supplier number begins with '2'extractwherePPTest$[vendor number] like '2%'[amount paid]     
c:\test\data\EWP.xls11Prepare a schedule of any invoices are stale (e.g. over six months old) extractwherePPTest$[invoice date] < #12-1-2007#      
c:\test\data\EWP.xls12Search for vendor number using a wild card (fuzzy match)fuzzymatchPPTest$  [vendor number],*2[0-5]??   
c:\test\data\EWP.xls13Search for locations using a wild card (fuzzy match) Any location beginning with S-TfuzzymatchPPTest$  location, *[S-T]?   
c:\test\data\EWP.xls14Perform a cut-off test by looking for dates outside the audit periodextractwherePPTest$[invoice date] > #12-1-2008#      
c:\test\data\EWP.xls15Determine the amount of lost discounts not taken statPPTest$[amount paid] - ([invoice amount] * (1-[terms percent])) > 0amount paid   SpringDiscounts
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringParameter 1Parameter 2SchemeChart Title
c:\test\data\EWP.xls16Prepare a schedule of lost discounts not taken extractwherePPTest$[amount paid] - ([invoice amount] * (1-[terms percent])) > 0      
c:\test\data\EWP.xls17Test for round numbers in invoice payments rnReportPPTest$ amount paid   SummerRound Numbers for Amounts Paid
c:\test\data\EWP.xls18Prepare a schedule of any invoices have been paid without purchase orders extractwherePPTest$isnull([PO number])       
c:\test\data\EWP.xls19Determine the total amount paid for invoices without purchase orders statPPTest$isnull([PO number]) amount paid   GreenStatistics for amount Paid
c:\test\data\EWP.xls20Check for unusual situation - same vendor, same invoice number, different amountssdPPTest$  [vendor number], [invoice number], [invoice amount] 3  
c:\test\data\EWP.xls21Perform Benford's law testing on payment amountsbenfordPPTest$ amount paid   YellowBenford's Law test for amounts paid
c:\test\data\EWP.xls22Check for duplicate invoice numbers by vendor duplicatesPPTest$ Invoice Number[vendor number],[invoice number] 2  
c:\test\data\EWP.xls23Check for duplicate invoice numbers and amount by vendor duplicatesPPTest$  [vendor number], [amount paid] 2  
c:\test\data\EWP.xls24Check for duplicate purchase order numbersduplicatesPPTest$  [po number] 1  
c:\test\data\EWP.xls25Check for same invoice number, same invoice date, same invoice amountduplicatesPPTest$  [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.extractwherePPTest$hour([approval time]) between 0 and 4       
c:\test\data\EWP.xls27Prepare a schedule of all invoices with amounts between $5,000 and $10,000extractwherePPTest$[amount paid] between 5000 and 10000      
c:\test\data\EWP.xls28Prepare a schedule of recurring monthly invoice amountsduplicatesPPTest$  [vendor number], [invoice amount] 2  
c:\test\data\EWP.xls29Select all invoices approved by Mary between midnight and 8:00 a.m..extractwherePPTest$hour([approval time]) between 0 and 7 and approver = 'Mary'      
c:\test\data\EWP.xls30Calculate the difference between invoice amount less discount and amount paidextractwherePPTest$([invoice amount] * (1-[terms percent])) - [amount paid] > 0     Calculated amounts
c:\test\data\EWP.xls31Determine the length of the Purchase order number in each recordcalcPPTest$ PO Number len([PO Number]) as [Purchase Order Number length]  Calculated amounts
c:\test\data\EWP.xls32Extract the leftmost three characters from each PO NumbercalcPPTest$ 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 NumbercalcPPTest$ 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 NumbercalcPPTest$ 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 numbercalcPPTest$ PO Number instr([PO Number],'247') as [PO Numbers containing the digits 247]  Calculated amounts
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringParameter 1Parameter 2SchemeChart Title
c:\test\data\EWP.xls36Identify transactions made on a Saturday or SundaywdSuspect Payments$ Invoice Date 1000001 fallPopulation statistics for Invoice Date
c:\test\data\EWP.xls37Prepare a weekday report for Invoice DatewdreportSuspect Payments$  [invoice date],[invoice amount]mdyUSspringWeekday report report for Invoice Date
c:\test\data\EWP.xls38Prepare a holiday report for Invoice DateHolidayReportSuspect Payments$ Invoice Date mdyUSsummerHoliday report for Invoice Date
c:\test\data\EWP.xls39Obtain population statistics for invoice amountstatSuspect Payments$ Invoice Amount   winterPopulation statistics for Invoice Amount
c:\test\data\EWP.xls40Prepare a histogram for invoice amountshistoSuspect Payments$ Invoice Amount   yellowHistogram for Invoice Amount
c:\test\data\EWP.xls41Prepare a box plot for invoice paymentsboxplotSuspect Payments$ Invoice Amount   orangeBoxplot and percentile report Invoice Amount
c:\test\data\EWP.xls42Perform an analysis using Benford's law for the invoice amountsbenfordSuspect Payments$ Invoice Amount F1 springBenford compliance test for Invoice Amount
c:\test\data\EWP.xls43Stratify invoice amounts to help plan the auditstratifySuspect Payments$ Invoice Amount 0 500 1000 1500 2000 2500 3000 3500 4000 4500 5000 6000 yellowData stratification test for Invoice Amount
c:\test\data\EWP.xls44Determine the population statistics for the discount percentsstatSuspect Payments$ Disc Pct   fallPopulation statistics for Disc Pct
c:\test\data\EWP.xls45Prepare a histogram for discount percentshistoSuspect Payments$ Disc Pct   fallHistogram for Disc Pct
c:\test\data\EWP.xls46Prepare a box plot for discount percentsboxplotSuspect Payments$ Disc Pct   fallBoxplot and percentile report Disc Pct
c:\test\data\EWP.xls47Obtain basic population statistics for tems daysstatSuspect Payments$ Term Days   fallPopulation statistics for Term Days
c:\test\data\EWP.xls48Prepare a histogram for usage of terms dayshistoSuspect Payments$ Term Days   fallHistogram for Term Days
c:\test\data\EWP.xls49Prepare a box plot for terms daysboxplotSuspect Payments$ Term Days   fallBoxplot and percentile report Term Days
c:\test\data\EWP.xls50Audit ObjectivewdSuspect Payments$ Approval date 1000001 fallPopulation statistics for Approval date
c:\test\data\EWP.xls51Prepare a round number report for Approval daternReportSuspect Payments$ Approval date 1000001 fallRound number report for Approval date
c:\test\data\EWP.xls52Prepare a holiday report for Approval dateHolidayReportSuspect Payments$ Approval date mdyUSfallHoliday report for Approval date
c:\test\data\EWP.xls53Obtain population statistics as to payment amountsstatSuspect Payments$ Payment Amount   fallPopulation statistics for Payment Amount
c:\test\data\EWP.xls54Prepare a histogram of payment amountshistoSuspect Payments$ Payment Amount   fallHistogram for Payment Amount
c:\test\data\EWP.xls55Prepare a box plot for invoice paymentsboxplotSuspect Payments$ Payment Amount   fallBoxplot and percentile report Payment Amount
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringParameter 1Parameter 2SchemeChart Title
c:\test\data\EWP.xls56Test conformity with Benford's Law for payment amountsbenfordSuspect Payments$ Payment Amount F1 springBenford compliance test for Payment Amount
c:\test\data\EWP.xls57Stratify the payment amountsstratifySuspect Payments$ Payment Amount 0 500 1000 1500 2000 2500 3000 3500 4000 4500 5000 6000 yellowData stratification test for Payment Amount
c:\test\data\EWP.xls58Prepare a schedule of transactions occuring on Saturdays and SundayswdSuspect Payments$ Payment Date 1000001 fallPopulation statistics for Payment Date
c:\test\data\EWP.xls59Prepare a round number report for Payment DaternReportSuspect Payments$ Payment Date 1000001 fallRound number report for Payment Date
c:\test\data\EWP.xls60Prepare a holiday report for Payment DateHolidayReportSuspect Payments$ Payment Date mdyUSfallHoliday report for Payment Date