Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to start with QuickBooks development? [closed]

Tags:

Does QuickBooks allow people to develop custom modules for their software? If so, are there any good resources out there for getting started with QuickBooks development?

I would prefer something that focuses on .NET/C#

like image 961
Abe Miessler Avatar asked May 14 '11 05:05

Abe Miessler


People also ask

Is QuickBooks Desktop being phased out 2022?

Your access to QuickBooks Desktop Payroll Services, Live Support, Online Backup, Online Banking, and other services through QuickBooks Desktop 2019 software will be discontinued after May 31, 2022. This also means you won't receive critical security updates starting June 1, 2022.

Can you reopen a closed year in QuickBooks?

To set a closing date and password, go to Edit/Preferences/Accounting; on the Company Preferences tab, click the Set Date/Password button. You can re-open the closed periods any time by clearing the closing date.


1 Answers

The Intuit Developer Network (IDN) is the starting point for learning about QuickBooks integration. For .NET developers, there are 2 directions you could go:

  1. Join the Front Runner program - this is a partnership between Intuit and Microsoft to assist .NET developers who want to develop cloud based services using the Intuit Partner Platform (IPP). The IPP is a hosted cloud based development platform, and is generally regarded as the way of the future for QuickBooks integration. IPP has not up to now been that friendly to the Microsoft technology stack; so-called native IPP apps run in Flash and Java.

  2. Use the traditional QuickBooks SDK with the QBFC framework. This method of integration is time tested and it is simpler, especially if you are only interested in custom development. The SDK has always been eaiser to use with .NET and C#, although many developers have done well with Java, PHP, and other languages despite the difficulties.

There are plenty of online and downloadable resources for both these approaches available at the IDN site. You won't find any books or classes on QuickBooks development, though - it's a niche area.

like image 133
Paul Keister Avatar answered Apr 12 '23 22:04

Paul Keister