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 : Adding comments below description of invoice lineSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Adding comments below description of invoice line 
 Author   Message 
  phpmaven 
  
 Group: Members 
 Posts: 4 
 Joined: 2007-03-10 
 Profile
 Posted : 2007-03-25 11:23:10

When I'm in Quickbooks I can hit enter at the end of the item description on an invoice line and enter some additional comments about the charge. These comments appear to be stored with the invoice line, but I can't figure out where. Is there a way to add these comments from QODBC?

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-03-25 16:20:29

The multiple description lines are actually still in InvoiceLine.InvoiceLineDesc. To create a description over multiple lines, simply embed carriage returns in your insert statement like this:-

INSERT INTO "InvoiceLine" ("CustomerRefFullName","InvoiceLineItemRefFullName",
"InvoiceLineDesc", "InvoiceLineRate", "InvoiceLineAmount")
VALUES ('Hadrians Wall Company', 'Ladder',
'4m Steel Ladder
Second Line of Description
Third Line of Description'
,
1.00000, 150.00)

Which creates a very basic invoice in QuickBooks with three lines in the description like this:

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to