intacct-sdk-js
intacct-sdk-js copied to clipboard
Official repository of the Sage Intacct SDK for JavaScript in Node.js
Does this SDK support https://developer.intacct.com/api/company-console/financial-setup/?
I've modified the node-js example code to test out creating an invoice: ```js /** * Copyright 2020 Sage Intacct, Inc. * * Licensed under the Apache License, Version 2.0 (the...
The correct format for the API to validate the request is "yyyy/MM/dd" and should not be spread into an array.
Two line changes Just add support for setting task id's when creating `ChargeCardTransactionLine`'s
When creating an AR Payment, would it be possible to add fields to include a property for the `AR Payment Detail` as seen in the API https://developer.intacct.com/api/accounts-receivable/ar-payments/ ? I'm looking...
I can't seem to be able to find a way to apply a credit to a payment or payment details. Given the below payment: ``` let createPayment = new Intacct.Functions.AccountsPayable.ApPaymentCreate({...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [marked](https://github.com/markedjs/marked) and [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies needed to be updated together. Updates `marked` from 1.2.9 to 4.1.0 Release notes Sourced from marked's releases. v4.1.0 4.1.0 (2022-08-30) Features add async option...
Support fields for TimesheetEntry - taskId (API name: TASKID) - costTypeId (API name: COSTTYPEID) - laborClassId (API name: LABORCLASSID) - laborUnionId (API name: LABORUNIONID) Issue: https://github.com/intacct/intacct-sdk-js/issues/133