Releases: ej2/python-quickbooks
Releases · ej2/python-quickbooks
0.7.3
28 Nov 20:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added support for Change Data Capture.
Added ability to delete objects.
Added ToDict to all objects.
0.5.7
23 Jan 15:51
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed issue downloading PDFs in Python 3
0.5.2
14 Oct 15:42
Compare
Sorry, something went wrong.
No results found
Fixed issue on UpdateMixin.
Fixed issue with CashBackInfo.
0.5.1
26 Jul 02:52
Compare
Sorry, something went wrong.
No results found
Updated qb_datetime_utc_offset_format to support python 2.6.
0.2.4
13 Sep 05:19
Compare
Sorry, something went wrong.
No results found
Added paging support to "filter", "where", and "all" methods.