Releases: intacct/intacct-sdk-net
Releases · intacct/intacct-sdk-net
v3.2.2
v3.2.1
- Resolved issue with Publish CI
v3.2.0
- Automated publish activity, updated ReadMe
- Added DateTime flow for customFields
- Implement ci
- Added AR Advance for Create/Update
- Enabled projectId for PurchasingTransaction
- Added taskid and costtypeid fields for ExpenseReportLine
- SessionTimeOut - I166 enhancement
- Fixed field name for deliveryoptions
- Added docparid for Lookup
- Correcting fields, filter, and sorts node logic
- Updated copyright year and dependencies
- Bump version
v3.1.0
- ContactName field enabled for Customer Create/Update
- Task Id field added for AP Bill Line Create/Update
- IsoCountryCode added for Contract Create
- Added 'taxentries' related fields to the Invoice object
- Added Recurring Order Entry Transactions and related Line items
- Fixed Consolidation updatesucceedingperiods issue for T/F
- Added Warehouse Transfer Object and related Line items
- Added support for Contact List Info for Vendor and Customer Create/Update
- Added Lookup functionality
- Added get_list functionality with filters
- Update dependencies
- Bump version
v3.0.0
- Convert from .NET Standard 1.6 to .NET Standard 2.0 (#123, #101)
- Remove 1.0, 1.1, 2.0 .NET Core support due to EOL, and add 3.1 Core support
- Update to Visual Studio Version 16
- Add Purchasing Transactions for approve and decline
- Add Exchange Rate test coverage for Create ApPayment
- Change from NLog to Microsoft.Extensions.Logging
- APPYMT support implemented for ApPaymentCreate
- Refactor ApPaymentRequest* to ApPayment*
- Fix isnegate for InList in ReadByQuery
- Remove mutual exclusion rule for lot number and serial number for item detail
- Update dependencies
v2.3.0
Add TASKID to GLENTRY #112
Fix GlobalConsolidation serialization #109
Add batchkey for Create AR Payment #102
Date Due optional for PO Bill #100
Fix null case for WriteElement with custom fields #99
Add ISOCOUNTRYCODE to Vendor Create and Update
Add Decline AP Payment Request
Add showprivate for query
v2.2.0
Add support for new query function
Update copyright year
Bump version to 2.2.0
Update Doxygen to v1.8.18
v2.1.0
- Add DropShip and LineShipToContactName to OrderEntryTransactionLine #77
- Add LineDeliverToContactName, Form1099Type, and Form1099Box to PurchasingTransactionLine #80
- Add LineLevelSimpleTaxType to OrderEntryTransactionLine and PurchasingTransactionLine #73
- Add entityId property support to ApiSessionCreate
- Add entityId support to ClientConfig and SessionProvider
- Add testing for .NET Core 2.1 #62
- Remove exceptions for elements missing in control block response #89
- .intacct directory exception #92
- Update copyright year
- Add assertion for EntityId on ClientConfigTest
- Implode error messages and append to ResponseException and ResultException
- Update test project dependencies
v2.0.6
- Add memo and arpaymentitems missing tags (Issue #67)
- Resolve create AR payment missing check number (Issue #75)
- Add SourceLineRecordNo property to Order Entry, Purchasing, and Inventory Lines (Issue #76)
- Add DropShip and LineShipToContactName to OrderEntryTransactionLine (Issue #77)
- Remove OverrideTaxAmount and Tax from PurchasingTransactionLineUpdate XML (Issue #78)
- Change updateitemdetails to itemdetails in PurchasingTransactionLineUpdate to match schema (Issue #79)
- Add LineDeliverToContactName, Form1099Type, and Form1099Box to PurchasingTransactionLine (Issue #80)
- Add LineLevelSimpleTaxType to OrderEntryTransactionLine and PurchasingTransactionLine (Issue #73)
- Add DeliverToContactName to PurchasingTransaction (Issue #81)