Skip to content

Releases: ej2/python-quickbooks

0.7.3

28 Nov 20:14
@ej2 ej2

Choose a tag to compare

  • Added support for sending invoices.
  • Added count to ListMixin.
  • Fixed issue with PDF file attachments in Python 2.
  • Removed duplicate coverage dependency.

0.7.0

15 Sep 16:44
@ej2 ej2

Choose a tag to compare

  • Added support for OAuth 2.0
  • Added command line interface for connecting to QBO.
  • Fixed unicode issue in 'build_where_clause' and 'where' methods.
  • Fixed incorrectly named field 'PurchaseTaxIncluded' on Item object.
  • Fixed issue with to_ref method on TaxCode.
  • Added DeleteMixin to JournalEntry.
  • Updated User-Agent.

0.6.1

10 May 04:25
@ej2 ej2

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

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

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

Choose a tag to compare

Fixed issue downloading PDFs in Python 3

0.5.2

14 Oct 15:42
@ej2 ej2

Choose a tag to compare

Fixed issue on UpdateMixin.
Fixed issue with CashBackInfo.

0.5.1

26 Jul 02:52
@ej2 ej2

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

Choose a tag to compare

  • Added paging support to "filter", "where", and "all" methods.