简体   繁体   English

创建QuickBooks IIF文件时,将贷项凭单与发票自动关联

[英]Auto-associate a Credit Memo with an Invoice when creating a QuickBooks IIF File

We have a system built that exports invoices to an IIF file format so the client can import the invoices and all the invoice line items into QuickBooks. 我们建立了一个将发票导出为IIF文件格式的系统,以便客户可以将发票和所有发票行项目导入QuickBooks。

This same system allows the client to export credit memos to an IIF format so those can be imported into QuickBooks as well. 该系统允许客户将贷项凭单导出为IIF格式,以便也可以将其导入QuickBooks。

The default behavior is that the credit is applied to the customer account and not necessarily to a specific invoice. 默认行为是将贷项应用于客户帐户,而不必应用于特定的发票。 They want to apply the credit to the invoice and to do that they go in to QuickBooks after the import and then associate them together. 他们希望将贷项应用于发票,并在导入后将其放入QuickBooks,然后将它们关联在一起。 Unfortunately, the IIF format doesnt appear to support this directly according to http://support.quickbooks.intuit.com/support/Articles/HOW12778 不幸的是,根据http://support.quickbooks.intuit.com/support/Articles/HOW12778,IIF格式似乎不直接支持此格式。

Imported IIF files do not create links between transactions. 导入的IIF文件不会在事务之间创建链接。 When you import an invoice and a payment for the invoice, they are not linked after the import. 当您导入发票和发票付款时,它们在导入后没有链接。 You must link them, and all other pairs, in the Receive Payments window or Pay Bills window. 您必须在“接收付款”窗口或“支付账单”窗口中将它们和所有其他对链接起来。 If you need an import solution that links transactions, refer to the Intuit Marketplace for third-party developers. 如果需要链接交易的导入解决方案,请参考第三方开发商的Intuit市场。

So can anyone recommend a solution? 那么有人可以推荐解决方案吗? Or should we recommend the client finally move away from the .IIF file and start using the QuickBooks Web Connector? 还是我们建议客户端最终离开.IIF文件并开始使用QuickBooks Web Connector? Is there support for this in there? 那里对此有支持吗?

Thanks! 谢谢!

So can anyone recommend a solution? 那么有人可以推荐解决方案吗?

If you're using IIF files (a file format that has been deprecated for about 8 years now, and which is known to cause corruption issues with QuickBooks files) then there is no solution. 如果您使用的是IIF文件(一种已经过时约8年的文件格式,并且已知会导致QuickBooks文件损坏),则没有解决方案。

You should use the SDK/Web Connector instead, as the XML API is much better supported by Intuit and includes support for linking/applying transactions. 您应该改用SDK / Web连接器,因为Intuit更好地支持XML API,并且包括对链接/应用事务的支持。

Or should we recommend the client finally move away from the .IIF file and start using the QuickBooks Web Connector? 还是我们建议客户端最终离开.IIF文件并开始使用QuickBooks Web Connector?

Yes. 是。

Is there support for this in there? 那里对此有支持吗?

Nope. 不。

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

相关问题 QuickBooks IIF导入-可计费的时间和成本? - QuickBooks IIF Import - Billable Time and Costs? 在Quickbooks Desktop中是否可以执行IIF交易导入,从而从客户ID而不是“ NAME”字段中取消? - Is it possible in Quickbooks Desktop to do an IIF transaction import which keys off of a customer id rather than the 'NAME' field? 快速手册:在导入时自动生成发票编号 - Quickbook : Auto generating invoice number on Import 从文件导入时sql自动生成的id - sql auto generated id when importing from file 当类在同一文件中时,在父级中创建子对象有效,但是在单独文件中的类时,创建失败 - Creating child object in parent works when classes in same file but it fails when classes in separate files 使用QuickBooks PHP Dev Kit / QuickBooks Web Connector从QuickBooks导入项目 - Importing items from QuickBooks using QuickBooks PHP Dev Kit/ QuickBooks Web Connector 重新导出索引文件中的默认导出时,VSCode 不建议自动导入 - VSCode does not suggest auto import when re-exporting a default export in an index file iif导入方案错误 - iif errors on import scenario 创建jar文件目录跨? - Creating jar file directory across? 当我保存要导入到sass文件中的文件时,某些东西会自动创建.css和.css.map文件 - Something is automatically creating .css & .css.map files when I save a file I want to import with into a sass file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM