Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : What table and field links bank deposits with COA account numbers?Search Forum

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

 New Topic 
 
 Post Reply 
[1]  
 What table and field links bank deposits with COA account numbers? 
 Author   Message 
  Norm 
  
 Group: Members 
 Posts: 2 
 Joined: 2006-04-19 
 Profile
 Posted : 2006-04-21 02:43:45

Using a non-profit version, I am trying to pull "donations" into Excel in order to do four years worth of yearly-quarterly-monthly comparison graphs. I have been using the "SalesReceiptsLine" table, but I have found that not all donations are receipted. For instance, Direct Deposits from organizations are not. The P/L report shows these as well as the receipted donations, and they are shown with specific 4-digit account numbers. Where can I find the Donor_Name,  Amount, account_number together so that I can import these into Excel? BTW, I tried using Item numbers too, but that doesn't work here.  Thanks in advance.

Norm Shimmel

 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-04-21 12:10:33

Try looking at your Payment Deposits:

SELECT * FROM ReceivePaymentToDeposit

 

  Top 
  Norm 
  
 Group: Members 
 Posts: 2 
 Joined: 2006-04-19 
 Profile
 Posted : 2006-04-22 06:32:19

Thanks, Tom. But I found the table to be virtually empty. It gets cleared after the actual deposit is made. Nor did I see a 4 digit account number on the one item remaining. So the search goes on. I'm really desperate. The Excel workbook works fine. I'm just waiting for the correct raw data. I've tried to ask those in the QuickBooks forum, but they can't imagine anyone importing data from QuickBooks. They assume QuickBooks must export it.

Norm

 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-04-23 10:45:26

You can try using the Profit and Loss Detail report directly in Excel instead. Just use the following example SQL Statement in MS Query:

sp_report ProfitAndLossDetail show TxnType, Date, RefNumber, Name, Memo, ClearedStatus, SplitAccount, Debit, Credit, RunningBalance parameters DateMacro = 'ThisYearToDate' where RowType='DataRow'

and then run it multiple times with different dates on different cell ranges for comparsion.

For more details on the report see: QB REPORTS VIEW:  Profit And Loss Detail

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to