Skip to content

Releases: ej2/python-quickbooks

0.6.1

10 May 04:25
@ej2 ej2
Compare
Choose a tag to compare

Fixed issue with to_ref method on Bill object.
Added DefinitionId to CustomField
Update client.py uploads to be Python3 compatible

0.6.0

19 Feb 17:35
@ej2 ej2
Compare
Choose a tag to compare

Added support for Change Data Capture.
Added ability to delete objects.
Added ToDict to all objects.

0.5.7

23 Jan 15:51
@ej2 ej2
Compare
Choose a tag to compare

Fixed additional issues downloading PDFs in Python 3
Fixed issues caused by hard coded content-type for attachables.

0.5.6

19 Jan 05:44
@ej2 ej2
Compare
Choose a tag to compare

Fixed issue downloading PDFs in Python 3

0.5.2

14 Oct 15:42
@ej2 ej2
Compare
Choose a tag to compare

Fixed issue on UpdateMixin.
Fixed issue with CashBackInfo.

0.5.1

26 Jul 02:52
@ej2 ej2
Compare
Choose a tag to compare
Updated qb_datetime_utc_offset_format to support python 2.6.

0.2.4

13 Sep 05:19
@ej2 ej2
Compare
Choose a tag to compare
  • Added paging support to "filter", "where", and "all" methods.