Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand to support Bundle Items in QBO #74

Open
thelontx opened this issue Apr 19, 2022 · 0 comments
Open

Expand to support Bundle Items in QBO #74

thelontx opened this issue Apr 19, 2022 · 0 comments
Labels
enhancement New feature or request future QBO QuickBooks Online

Comments

@thelontx
Copy link
Collaborator

Request from EOSC - Drew Robinson.

QBO allows a "bundle" of products to be defined as a single product. For example: a) core membership; b) training manual; etc. Adding that single "bundle" has the effect of adding the list of sub-products to an invoice.

For EOSC, this allows them to use a simple invoice from WA and turn it into a complex invoice inside QBO.

From a technical QBO perspective, specifying a "bundle" item (via Make.com / API) requires a slightly different approach than a standard product/item.

Several possible approaches:

  1. Make.com logic that searches each product first to determine the type of product and then adjusting the invoice creation appropriately. CON: this approach increases the operations count for every invoice.
  2. Additional configuration settings to define if the QBO product is a bundle item or standard item. MAke.com scenario uses this setting to adjust the invoice creation logic. CON: changes to config data structure and mapping guide.
@thelontx thelontx added enhancement New feature or request QBO QuickBooks Online future labels Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future QBO QuickBooks Online
Projects
None yet
Development

No branches or pull requests

1 participant