node-quickbooks
node-quickbooks copied to clipboard
nodejs client for Intuit's Quickbooks API
Bumps [ejs](https://github.com/mde/ejs) from 3.1.7 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 v3.1.8 Version 3.1.8 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.7 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 v3.1.8 Version 3.1.8 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic...
Hi @mcohen01 , Awesome work on the SDK firstly 👏 Not sure if you already have a solution implemented to tackle the issue #122 and have not published yet for...
Does this client supports creating webhooks in QuickBooks?
Low: Misinterpretation of malicious XML input Package: xmldom Patched in: >=0.5.0 Dependency of: node-quickbooks Path: node-quickbooks > jxon > xmldom More info: [https://npmjs.com/advisories/1650](https://npmjs.com/advisories/1650)
I'm having a very similar issue to the link posted below. When querying an invoice, I am unable to use the "include=invoiceLink" parameter. Any help would be appreciated! https://help.developer.intuit.com/s/question/0D54R00006tj1K5/how-to-use-the-invoicelink-in-the-query-to-get-invoicelink-valueim-using-the-following-query-and-minor-version-is-36select-from-invoice-where-includeinvoicelinkim-not-getting-any-results-on-my-above-request
My goal: use the `findInvoices` method to fetch a list of invoices by customer ID, with the `InvoiceLink` field included for each invoice. According to https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#the-invoice-object, the `InvoiceLink` field is...
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 It looks like the project needs to migrate from requestjs to something like AxiosJS. RE: https://github.com/mcohen01/node-quickbooks/blob/master/package.json#L21 I would also suggest...
### Description Current uuid version is out of date: https://github.com/mcohen01/node-quickbooks/blob/master/package.json#L25 ### Steps to reproduce Install node-quickbooks package via npm. Then you can see warning ` npm WARN deprecated [email protected]: Please...
HI, when I click the connect button (I already code my Client Id and my Cliente Security) the app send me to this page: https://quickbooks.intuit.com/learn-support/en-us/do-more-with-quickbooks/quickbooks-advanced-multi-user-access-to-third-party-apps/00/329767. , instead the login page.