Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I would like to know if anyone here can advise / point me to some material on integrating my VB.NET app with quickbooks.

The scenario is as follows:

* I have written an app that helps my tour company manage their ops in .NET.
* My tour company maintains financial data within quickbooks and does all of their invoicing
from it
* I.E. quickbooks is used to prepare invoices.
* These invoices are based on the information my system captures
* My staff must prepare each invoice manually.

What I would like is a way to automatically generate these invoices in quickbooks using the data captured by my Tour system.

Can someone advise me on:
* Is it possible to write a middleware or app that will prepare the invoices?
* Can I purchase a middleware to integrate with my app to generate invoices?

Thanks all, any material or advise is much appreciated!
Posted

 
Share this answer
 
Perhaps the QuickBooks SDK[^]?

They also have a sample application[^] in C# for creating and invoice, so it obviously works with .Net.

You could have discovered this yourself with a simple search[^]. :doh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900