Skip to content

selfjared1/quickbooks_desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickbooks_desktop

A Python 3 library for QuickBooks Desktop API.

The purpose of the project is to make QuickBooks
Desktop more accessible in Python. This library
uses QBXML instead of QBFC.

Python 32 Bit vs. 64 Bit

Until 2022, QuickBooks was a 32 bit program. Because
of this, you will need to use a 32 bit version of Python.
In 2022 QuickBooks did upgrade to 64 bit so if you're using
QuickBooks version 2022 (or 22.0 for Enterprise) then
a 64 bit version of Python may work.

Instructions

This package will handle all the complexities of dealing with
Session Manager.

Getting Help

For a look at xml code you can go to QuickBooks Onscreen Reference

Discussion and Development

Most development discussions take place on GitHub in this repo.