Tagged Questions
The qbfc tag has no wiki summary.
2
votes
2answers
706 views
use accented characters with quickbooks SDK
Using the Quickbooks SDK QBFC 7.0. When I attempt to get a list of all customers in quickbooks, if any of the customers have an accented character in their name like รจ then I get an exception:
An ...
1
vote
1answer
185 views
Using Quickbooks SDK: how should we import commissions?
One of my developers is attempting to import commissions (related to payroll) from one our products via the QuickBooks SDK.
So far the only solution he's been able to come up with is to create a pay ...
1
vote
0answers
105 views
Name on Check in QuickBooks SDK
I have a customer requirement to export the checks written in QuickBooks into a specific format because their bank allows fraud prevention by uploading a file and they verify the name on the check ...
0
votes
2answers
293 views
How to Export Invoices Generated Through Quickbooks SDK to PDF
We have a scenario where we need to use the Quickbooks SDK to create invoices from an external application and then return a PDF copy of that invoice to the calling application.
Creating an invoice ...
0
votes
1answer
79 views
How can A COM component be registered halfway?
I'm building an an installer using a Visual Studio 2008 deployment (setup) project. The project has a Launch Condition "Privileged" so that only administrators can run it. It uses a merge module ...
0
votes
2answers
176 views
Quickbooks Export GL Information - Advice SDK, QBFC, QBxml
We are looking at providing Quickbooks integration into a BI tool we have developed that analyses a third party system. (we've never used Quickbooks before)
The basic requirements are to export the ...
0
votes
1answer
174 views
How to open new Estimate created by QBXML
Hello
I am a web developer
On my web page there is an IRequestProcessor2 object and few JavaScript functions to work with him.
I can create new Estimate in QuickBooks by QBXML query.
Now I need to ...
0
votes
1answer
373 views
ReceivePaymentAddRq in QBXML - Object TxnID specified in request cannot be found
I'm working in QBXML and trying to apply a payment to specific invoice in a ReceivePaymentAddRq. I'm getting the, apparently quite common, "Object TxnID specified in the request cannot be found". ...
0
votes
1answer
163 views
Generic Interfaces for ICustomerRetList and ICustomerRet - QBFC
Any QBFC developers out there? I'm using QBFC to pull multiple different types of objects out of Quickbooks: Customers, Items, Invoices, TaxCodes, etc. The data query code really only varies once ...
0
votes
1answer
204 views
Could not load file or assembly 'Interop.QBFC8Lib' or one of its dependencies
I am using a quickbooks sdk that containst the QBFC8Lib dll
everything works fine on my dev machine.
when I publish to my live server I get the following error:
System.BadImageFormatException: Could ...
0
votes
1answer
127 views
Different kinds of doubles in vb.net?
I'm using QBFC to generate invoices in a Quickbooks integrating app. I'm getting an exception thrown for lineItem.Amount.SetValue(val as Double) when I try to enter a programmatically generated ...
0
votes
1answer
563 views
Quickbooks/QBFC 8.0 - Multiple Criteria of an Identical Request Filter Type
I would like to query an Employee by matching First and Last name. Ideally, I'd like to be able to specify that in one EmployeeQueryRq QBFC object.
I think I have a start:
Dim EmployeeQueryRq As ...
0
votes
1answer
1k views
How to get list of customers, jobs, and employeers using Quickbooks QBFC (8.0 SDK)
I have been given the painful task of writing a C# application to sync up employee time entries in a separate database with Quickbooks. Since I'm brand new to QB programming, I'm trying to peform ...
0
votes
2answers
855 views
Bulk process invoices with QuickBooks SDK including cover letter
Is there a way to print, via the SDK (I'm using qbXML and the QuickBooks web connector to connect to a Java application server, SDK version 7.0, QuickBooks enterprise 9.0) invoices with their cover ...