douxie0824 2014-03-10 17:07
浏览 61
已采纳

Quickbooks Web Connect

I have been doing a lot of research on QuickBooks Web Connector. I have to integrate QuickBooks with my website's SQL Server. I will be coding this in PHP. What I need to it do is when a member completes a form online I want the web connector to create an Invoice or account if it is a new account. What I can't seem to find out is if I use QuickBooks Web Connector can the following:

Questions: 1. Can the web connector create a new account in Quickbooks? (I believe this is possible)

  1. What happens if this account is already created in QuickBooks can I just create/add an invoice to this account then?

The follow resources just show you kind of how to setup the Connector with QuickBooks:

http://wiki.consolibyte.com/wiki/doku.php/quickbooks_web_connector?

http://whiterabbitservices.com/2011/11/19/quickbooks-web-connector-when-to-use-it/

Thanks, Frank

  • 写回答

1条回答 默认 最新

  • duanqiu2064 2014-03-11 01:37
    关注
    1. Can the web connector create a new account in Quickbooks?

    Yes.

    You can find the full list of things that the QuickBooks SDK (and thus the Web Connector) supports here:

    It's probably worth noting that in QuickBooks an Account is an account in the accounting sense of the word - for example, a "bank account", a "checking account", a "credit card account", an "accounts receivable account", etc.

    It sounds like you're probably talking about a Customer, not an account.

    You might also find these qbXML example requests helpful:

    What happens if this account is already created in QuickBooks can I just create/add an invoice to this account then?

    It's really up to you. You could certainly just add an invoice to the existing customer, sure. Alternatively, if you wanted to do something else (throw an error, create a duplicate customer, etc.), you could do something else too.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥30 自适应 LMS 算法实现 FIR 最佳维纳滤波器matlab方案
  • ¥15 lingo18勾选global solver求解使用的算法
  • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
  • ¥15 Python3.5 相关代码写作
  • ¥20 测距传感器数据手册i2c
  • ¥15 RPA正常跑,cmd输入cookies跑不出来
  • ¥15 求帮我调试一下freefem代码
  • ¥15 matlab代码解决,怎么运行
  • ¥15 R语言Rstudio突然无法启动
  • ¥15 关于#matlab#的问题:提取2个图像的变量作为另外一个图像像元的移动量,计算新的位置创建新的图像并提取第二个图像的变量到新的图像