Releases: fylein/sageintacct-sdk-py
Releases · fylein/sageintacct-sdk-py
Support for Location Entities and Generic Read By Query
1.2.0 Support for Location Entities and Generic Read By Query (#20)
Add RECORD_URL to the fields and add default fields for Charge Card Transaction and Bills
1.1.0 Add RECORD_URL to the fields and add default fields for Charge Card T…
Refactor SDK
- For get/get_all, it would return list even if the total count is 1, previously it used to return dict if count is 1 else list.
- Added support to return only required fields in get(), get_all()
- Added support for filter in get(), get_all().
- Added support for count().
- Made most of the parts generic in the SDK
- Fixed get_all() of employees, which now returns any number of rows
Bug Fix: Add missing comma
0.13.1 Bug Fix: Add missing comma (#17)
Support For User Defined Dimensions
0.13.0 Support For User Defined Dimensions (#15)
Support for Expense Payment Types
0.12.0 Support for Expense Payment Types (#14)
Support for Tasks and Handle error validation messages
0.11.0 Support for Tasks and Handle error validation messages (#13)
Support for count in Projects and Customers
0.10.0 Support for count in Projects and Customers (#12)
Fix handling single and multiple error responses
0.9.1 Fix handling single and multiple error responses (#11)
Handle token permission exceptions
0.9.0 Handle token permission exceptions (#10)