Forum : How do I run a ARAging Summary Report?Search Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Reporting Forum

 New Topic 
 
 Post Reply 
[1]  
 How do I run a ARAging Summary Report? 
 Author   Message 
  Tom Aczel 
  dd4bf_dawworld.jpg
 Group: Administrator 
 Posts: 6281 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-02-15 10:30:29

A typical A/R Aging Summary Report looks like this:

Note: It's easy to get confused here, in QODBC Today often means your system date, while in QuickBooks Today means the QuickBooks date. So when looking at the QuickBooks sample files, or company files that use a QuickBooks date and not the system date, or report dates other than the system date, you often need to use ReportEndDate

With QODBC the same report can be generated using stored procedure reports like this with AgingAsOf = 'ReportEndDate' to match the future aging date of December 17, 2007:

sp_report ARAgingSummary  show Text, Label, Current, Amount_1 as "1 - 30", Amount_2 as "31 - 60",
Amount_3 as "61 - 90", Amount_4 as "> 90", Amount_5 as TOTAL
parameters DateMacro = 'Today', AgingAsOf = 'ReportEndDate'

 

  Top 
  Julie Gordon 
  
 Group: Members 
 Posts: 10 
 Joined: 2010-06-14 
 Profile
 Posted : 2010-08-10 20:23:40

Hi Tom, is there any way we are able to get the account number for the customer to appear as a column on this AR ageing report? If you can please let me know

Regards

Julie

 

  Top 
  Tom Aczel 
  dd4bf_dawworld.jpg
 Group: Administrator 
 Posts: 6281 
 Joined: 2006-02-17 
 Profile
 Posted : 2010-08-11 13:04:02

Sorry, no. The Account Number is not available as a column in the ARAgingSummary report.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to