n8n/packages/nodes-base/nodes/QuickBooks/descriptions
Iván Ovejero 91a5bc3bc4
Separate scopes and add purchase operations to QuickBooks node (#1859)
* allow qbo to use accounting or payment scopes separately

* added purchase get and getall

* removed irrelevant field options

*  Sort alphabetically

* 🔥 Remove unused file

* ✏️ Fix description casing

*  Add credentials type

* ✏️ Fix resource dividers

* 🔨 Format import

* ✏️ Fix documentation link

*  Refactor credentials

*  Use multiOptions for scopes

* 🔥 Remove payment scope

The payment scope is used only by the QuickBooks Payments API, but this node implements the QuickBooks Online API, which only needs the accounting scope.

* 🚚 Rename node to QuickBooks Online

This reflects the specific API implemented in this node and allows for a future QuickBooks Payments node. Until node versioning is released, only display name changed.

Co-authored-by: Calvin Tan <calvin14@gmail.com>
2021-06-27 13:21:11 +02:00
..
Bill Add QuickBooks node (#1365) 2021-02-13 17:27:08 +01:00
Customer Add QuickBooks node (#1365) 2021-02-13 17:27:08 +01:00
Employee Add QuickBooks node (#1365) 2021-02-13 17:27:08 +01:00
Estimate Add QuickBooks node (#1365) 2021-02-13 17:27:08 +01:00
Invoice Add QuickBooks node (#1365) 2021-02-13 17:27:08 +01:00
Item Add QuickBooks node (#1365) 2021-02-13 17:27:08 +01:00
Payment Add QuickBooks node (#1365) 2021-02-13 17:27:08 +01:00
Purchase Separate scopes and add purchase operations to QuickBooks node (#1859) 2021-06-27 13:21:11 +02:00
Vendor Add QuickBooks node (#1365) 2021-02-13 17:27:08 +01:00
index.ts Separate scopes and add purchase operations to QuickBooks node (#1859) 2021-06-27 13:21:11 +02:00
Shared.interface.ts Add QuickBooks node (#1365) 2021-02-13 17:27:08 +01:00