Releases: ej2/python-quickbooks
Releases · ej2/python-quickbooks
0.9.10
- Update intuit-oauth dependency
- Fix issues with Invoice Sharable Link
- Added optional params to get
0.9.9
- Removed simplejson
- Added use_decimal option (See PR: #356 for details)
0.9.8
- Added ItemAccountRef to SalesItemLineDetail
- Updated from_json example in readme
0.9.7
- Update intuit-oauth dependency
- Updated CompanyCurrency to ref to use Code instead of Id
- Added missing CurrentRef property from customer object
- Made improvements to file attachment handling
0.9.6
- Replace RAuth with requests_oauthlib
- Removed python 2 code from client.py
- Added new fields to Employee object
- Added VendorAddr to Bill object
- Added new fields to Estimate object
- Fix taxinclusiveamt and vendor setting 1099 creation
0.9.5
- Added the ability to void all voidable QB types
- Added to_ref to CreditMemo object
- Added ProjectRef and ShipFromAddr to Estimate
- Added missing initialization for objects on DiscountLineDetail, Estimate, Employee, and Invoice
0.9.4
- Removed python 2 compatible decorators
- Removed python 2 dependencies
- Fixed issue with MarkupInfo field on AccountBasedExpenseLineDetail
- Removed test files from package
0.9.3
- Added support for Recurring Transaction
- Added support for optional query params
- Fixed errors in example code on the readme
- Removed enable_global and disable_global
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