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 : Cannot add a receive payment line to the existing paymentSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC SQL Support Forum

 New Topic 
 
 Post Reply 
[1]  
 Cannot add a receive payment line to the existing payment 
 Author   Message 
  Yuri 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-06-27 
 Profile
 Posted : 2007-06-28 00:03:44

I have problems with adding a receive payment line to the existing payment

I have existing payment. So there is a record in ReceivePayment table and
there is a record in the ReceivePaymentLine table.
TxnID - '2F8-1182934315'
AppliedToTxnTxnID - '15C-1182424526'
AppliedToTxnAmount - 1
TotalAmount - 2.8
UnusedPayment - 1.8

I tried to enter new ReceivePaymentLine for the existing ReceivePayment
using the following SQL command
INSERT INTO ReceivePaymentLine (TxnID,AppliedToTxnTxnID,AppliedToTxnPaymentAmount,FQSaveToCache) VALUES ('2F8-1182934315','163-1182424527',0.2,0)
The SQL query is executed successfully but instead of adding the new line it replaces the
existing record in the ReceivePaymentLine table.

So I cannot add the second line to the existing payment.

Do I do something wrong? Please help.

I am using
QODBC version - 7.00.00.214
QuickBooks version - 2007 Enterprise


 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-06-28 12:33:33
Confirmed, this isn't what should be happening. I've logged this as a bug. 

  Top 
  Yuri 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-06-27 
 Profile
 Posted : 2007-07-02 16:37:31

Thank you for your answer.
Do you mean that this bug will be fixed in the future versions of the QODBC driver?
Can you tell how soon we can obtain the new version with the fixed bug?

 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-07-02 17:27:49
Yes, this is bug and it has been posted to the QODBC Software Engineer's bug list for correction. I don't have a time frame or release rev for the fix. I will advise when the fix is avaliable. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to