简体   繁体   English

访问当前发票并在Quickbooks中添加订单项

[英]Access current invoice and add line item in Quickbooks

What XML would I use to access the currently open invoice in quickbooks and add, and then modify, a line item? 我将使用哪种XML来访问快速簿中当前打开的发票并添加然后修改订单项? I am using SDKTestPlus3 for the moment. 我目前正在使用SDKTestPlus3。

FYI, I couldn't open the sample template because it couldn't find the qbfc interop, so I'm not using that. 仅供参考,我无法打开示例模板,因为它找不到qbfc互操作,所以我没有使用它。

The QuickBooks SDK doesn't offer any way to get the currently open transaction. QuickBooks SDK不提供任何方式来获取当前未完成的交易。 Sorry! 抱歉!

You can, however, open a specified invoice for the user. 但是,您可以为用户打开指定的发票。 See this request type in the QuickBooks OSR : 请在QuickBooks OSR中查看此请求类型:

  • TxnDisplayMod TxnDisplayMod

You can also use InvoiceMod to update an existing invoice. 您还可以使用InvoiceMod更新现有的发票。 Look up this in the OSR: 在OSR中查找以下内容:

  • InvoiceMod InvoiceMod

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

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