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 : Applying a payment to a specific chargeSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC SQL Sample Scripts Forum

 New Topic 
 
 Post Reply 
[1]  
 Applying a payment to a specific charge 
 Author   Message 
  Brian 
  
 Group: Members 
 Posts: 1 
 Joined: 2006-09-01 
 Profile
 Posted : 2006-09-01 04:03:10

Please forgive my ignorance... I am fairly new to the Quickbooks database and am trying to solve a problem.

I have an excel sheet with charges and payments that I need to write into QB.

I have gotten far enough that I am writing all charges into the Charge table successfully.  What I am not able to figure out is how to apply a payment to a specific charge that I have just written.  Some payments will be for the full amount, and some payments will be under/over the full amount of the charge... So I would also need to know if there is a difference mechanism for applying partial / over payments as well. 

I'm assuming I will need to retrieve the transaction # for the charge I just wrote and then write the payment info into some sort of payment table?  Unfortunately this is about as far as I've gotten.

Thanks in advance for any insight you might be able to lend me.

Brian

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-09-01 09:41:59

I'm hoping that by the Charge table, you don't mean Statement Charges?

The traditional approch is:  How do I create a new Customer, invoice them and mark the invoice as paid?  or if the sale is already paid, it's to use Sales Receipts: How do I create a Sales Receipt using QODBC? 

To pay charges, use the Charge.TxnID. See: Add Statement Charges to QB. 

See also : How can I receive payments or credits against customer invoices? and Statement Charge Insert statement fails for more.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to