Releases: ej2/python-quickbooks
Releases · ej2/python-quickbooks
0.9.2
- Removed pycparser dependency
- Added new fields to CreditCardPayment object
- Added new fields to Invoice object
- Added new fields to Payment object
- Added to_linked_txn method to Payment object
- Added new object CustomerType
- Added MetaData to CompanyInfo
- Added update support to CompanyInfo
- Added new fields to Preferences object
- Improved exception object
0.9.1
- Added response status code when raising unauthorized exceptions
- Added pending deprecation warnings to enable_global and disable_global
- Added more detailed messages in raised exceptions
- Added void method to Payment object
- Added option for invoice link
- Added support for idempotent behavior using Request ID parameter
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.