node-quickbooks icon indicating copy to clipboard operation
node-quickbooks copied to clipboard

nodejs client for Intuit's Quickbooks API

Results 37 node-quickbooks issues
Sort by recently updated
recently updated
newest added

I call this: ```javascript qbo.findAccounts('', function (_, accounts) { accounts.QueryResponse.Account.forEach({ limit: 5, }, function (account) { console.log(account.Name); }); }); ``` Then i get error: ``` TypeError: Cannot convert undefined or...

Can we get a changelog or the releases page working to show what changes from version to version

BillEmailCc key details are not getting updated when I create invoice. Invoice is getting created without BillEmailCc. CAUSE : Latest API minor version not getting picked up.

I think this should be available. There is a method `getInvoicePdf` which basically does everything the same as `getInvoice`, except it adds `/pdf` at the end of the invoice ID....

Hi guys! This is probably not an issue, but something I'm missing. I'm trying the library and none of the functions I tested so far works. This is a snippet...

When I upload a file with the file name containing a Japanese character, the file name corrupts and looks like garbage in Quickbooks online.

I am trying to get new access tokens before they expire using reconnect api endpoint, but the api call to https://appcenter.intuit.com/api/v1/Connection/Reconnect is being redirected to https://quickbooks.intuit.com/learn-support/en-us/do-more-with-quickbooks/third-party-app-security-requirements-updating-soon/01/428295, rather the expected response....

Can you please help me to get `PrefVendorRef` item param from API?