Skip to content

Releases: fylein/sageintacct-sdk-py

Support for Location Entities and Generic Read By Query

05 Jul 09:19
6bb38aa
Compare
Choose a tag to compare
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

29 Jun 06:38
7e5d5b5
Compare
Choose a tag to compare
1.1.0

Add RECORD_URL to the fields and add default fields for Charge Card T…

Refactor SDK

02 Jun 13:54
32cca0b
Compare
Choose a tag to compare
  • 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

28 May 09:04
3276b1f
Compare
Choose a tag to compare
0.13.1

Bug Fix: Add missing comma (#17)

Support For User Defined Dimensions

25 May 10:28
3813c5b
Compare
Choose a tag to compare
0.13.0

Support For User Defined Dimensions (#15)

Support for Expense Payment Types

17 May 10:19
229d18b
Compare
Choose a tag to compare
0.12.0

Support for Expense Payment Types (#14)

Support for Tasks and Handle error validation messages

11 May 07:35
3ebd7c4
Compare
Choose a tag to compare
0.11.0

Support for Tasks and Handle error validation messages (#13)

Support for count in Projects and Customers

04 May 11:11
21728a8
Compare
Choose a tag to compare
0.10.0

Support for count in Projects and Customers (#12)

Fix handling single and multiple error responses

06 Apr 11:36
04ba141
Compare
Choose a tag to compare
0.9.1

Fix handling single and multiple error responses (#11)

Handle token permission exceptions

05 Apr 10:30
37815cb
Compare
Choose a tag to compare
0.9.0

Handle token permission exceptions (#10)