Releases: ej2/python-quickbooks
Releases · ej2/python-quickbooks
0.9
- Added missing TxnDate to Invoice
- Updated requirements
- Added BillRate to Vendor
- Added IsProject to Customer
- Added Refresh Token to Client Instance
- Updated Estimate and CreditMemo to use DescriptionOnlyLine
- Removed unused DescriptionLine object
- Added support for Preferences entity
- Added support for ExchangeRate entity
0.8.4
0.8.3
* Fixed issue with CompanyCurrency object
* Added to_ref method to the Term object
* Added to_ref method to the Invoice object
* Fixed issues with RefundReceipt
* Added RefundReceiptCheckPayment object to RefundReceipt object
* Added from_json method to MetaData
* Added SendMixin to Estimate object
* Added SendMixin to PurchaseOrder object
* Added Memo field to PurchaseOrder
* Added support for TDS (special type of tax applied to Indian companies)
0.8.2
0.8.1
0.8
- Removed support for OAuth 1.0.
- Replace OAuth Session Manager and CLI with intuit-oauth client.
- Removed disconnect_account and reconnect_account from client.
- Fixed on Invoice object that caused the DocNumber to be set to an empty string.
- Added to_ref method to PaymentMethod object.
- Added CompanyCurrency object.
- Fixed issue that prevented creation of TaxAgencies.
- Fixed issues with GroupLine, SubtotalLine, and DescriptionOnlyLine objects.
- Fixed issue with CDC when there are no changes within a given timestamp.
0.7.5
- Fixed bug with reporting authentication failure when attempting to download PDF (previously the error details were "lost").
- Added refresh_access_tokens to Oauth2SessionManager.
- Added missing LinkedTxn to Bill object.
- Added validate_webhook_signature method on client to validate incoming webhooks.
- Improved exception handling.
- Updated SendMixin to use 'application/octet-stream' context type.
- Removed support for Python 2.6.
0.7.4
0.7.3
0.7.0
- 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.