[QODBC-ALL] How to export QuickBooks data not available in QODBC
Posted by Jack - QODBC Support on 30 December 2015 06:59 AM
|
|
How to export QuickBooks data not available in QODBCProblem Description 1:I have searched many of the tables connectable thru the QODBC. I cannot find customer list information such as the customer's website, Facebook, linked in, multiple phone numbers, alternative emails, etc. Problem Description 2:I'm trying to find the field that keeps track of attachments for a particular item. I can see the physical files are stored on the file system, but I'm looking for the reference to those files. Solution:I'm sorry to inform you that the field website, Facebook, linked-in, multiple phone numbers, alternative emails, and attachment references for a particular item are unavailable through the Intuit SDK. Hence, they are not available through QODBC. QODBC is an ODBC driver for QuickBooks. It uses the QuickBooks SDK to communicate with QuickBooks, which means if Intuit doesn't expose one feature to the application in SDK, QODBC could not do it either. QuickBooks Desktop:Exporting Customer data to Excel:
QuickBooks Online:You can export data from QuickBooks Online Web UI, also. Exporting Customer data to Excel:
Problem Description 3:We are considering setting up the ODBC to allow us to customize a specific report. Before we do, we wanted to ensure that the ODBC database will allow us to filter by the "end date" field under customers/jobs. We need to create a P&L by Job report and filter on a range of end dates. I could not see that we could access this field. When I look at the links on QODBC, there are some with listings of fields. None of the areas include "End Date." We need to be able to run a P&L by Job report that filters on job date ended (only have jobs that were completed within a date range). Note: The end date is not the same as the transaction date filter; instead, it is located under the customer center, then job info. Is the end date (not the transaction date) available to filter results? Solution:No parameter Job End Date is available from the QuickBooks SDK for the ProfitAndLossByJob report. QODBC is an ODBC driver for QuickBooks. It uses the QuickBooks SDK to communicate with QuickBooks, which means if Intuit doesn't expose one feature to the application in SDK, QODBC could not do it either. You can find JobEndDate from the Customer table & export report data & table data in an Excel sheet & you can merge report data & Customer table data and build reports per your requirement. First, You need to export the report in MS Excel sheet. For Example: Please refer below-mentioned link for exporting sp_report in MS Excel:
After that, you must export Customer table data to another Excel sheet. Please refer below to the link mentioned for exporting QuickBooks data in MS Excel:
After that, you need to add the new column in sheet 1 to show JobEndDate data from sheet 2. By using the Excel lookup formula, you can get JobEndDate in sp_report.
How to contact Intuit: http://qodbc.com/links/3058
Tags: QuickBooks Online, QBO
| |
|