简体   繁体   English

在线Quickbooks中访问事务

[英]Access Transactions in Quickbooks Online

I'm using trying to interface with Quickbooks Online for an internal application that will push and pull transactions using qbXML. 我正在尝试使用Quickbooks Online与内部应用程序进行交互,以便使用qbXML推送和提取事务。 My problem is that I can't figure out which message I need to send in order to list and add the items listed under the "Banking" > "Registers" page. 我的问题是我无法弄清楚我需要发送哪条消息才能列出并添加“Banking”>“Registers”页面下列出的项目。 I've gone through the messages listed in the Onscreen Reference for Intuit Software Development Kits and none of them seem to give me this information. 我已经浏览了Intuit软件开发套件屏幕参考中列出的消息,但似乎没有人给我这些信息。

Also, does anyone know of a list that explains what each message does? 此外,有没有人知道一个列表,解释每条消息的作用?

If you're in a bank account register, you're writing checks. 如果您在银行账户注册,那么您正在编写支票。 There are 3 kinds of checks in QuickBooks: QuickBooks中有3种检查:

  1. Expense checks - if you added a check directly in the register window, you would be adding an expense check. 费用检查 - 如果您直接在注册窗口中添加了支票,则会添加费用支票。
  2. Bill payment checks - these appear in a check register, but you can only add them with a bill payment operation. 帐单支付检查 - 这些检查显示在支票登记簿中,但您只能通过帐单支付操作添加它们。
  3. Payroll checks - these appear in the check register, but they can only be added using the Intuit Payroll Service or by enabling manual payroll (almost no one does manual payroll in actual practice, but it is good to know about for testing purposes). 工资单检查 - 这些检查显示在检查寄存器中,但它们只能使用Intuit工资核算服务或启用手动工资单(在实际操作中几乎没有人使用手动工资单,但最好了解测试目的)。

The first 2 types of checks have their own message type: the Add/Mod Check and Add/Mod BillPayment messages respectively. 前两种类型的检查有自己的消息类型:分别为Add / Mod Check和Add / Mod BillPayment消息。 Payroll checks can't be added by the SDK. SDK无法添加工资核算。 You can query all 3 types using a Transaction query message. 您可以使用事务查询消息查询所有3种类型。 I should also mention that it's possible to add an entry in any register using a journal entry, but that's not a good idea unless you are certain you know what you're doing. 我还应该提一下,可以使用日记帐分录在任何注册表中添加条目,但这不是一个好主意,除非您确定自己知道自己在做什么。

I hate to tell you this, but the best reference for QuickBooks messages is the one you're already using. 我不想告诉你这个,但QuickBooks消息的最佳参考是你已经使用的。 There are also XML files in the <sdk root>\\docs directory that describe SDK operations. <sdk root> \\ docs目录中还有描述SDK操作的XML文件。 But there is really no substitute for understanding how QuickBooks operates from a user's perspective. 但是,从用户的角度理解QuickBooks的运作方式确实无可替代。

If you're going to be working with QuickBooks integration, it's a good idea to make friends with one or more QuickBooks Pro Advisors so you can run these kinds of issue by them. 如果您要使用QuickBooks集成,最好与一个或多个QuickBooks Pro Advisors交朋友,这样您就可以运行这些问题。 The relationship is generally mutually beneficial, since QuickBooks Pro Advisors often find it handy to have access to an SDK programmer. 这种关系通常是互惠互利的,因为QuickBooks Pro Advisors经常发现可以访问SDK程序员。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM