We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您不会在 QuickBooks 中看到太多 IIF/QIF/OFX 导入方式,这是有充分理由的:QuickBooks 中不推荐使用 IIF 支持,并且根本不支持 QIF 和 OFX。
您可以在此处查看一些附加信息:
QuickBooks 集成方法
到目前为止,您最好的选择是使用 QuickBooks SDK 并编写为自己创建一个简单的 qbXML 导入器,或者做“正确的事情”并使用 Web 连接器编写完整的 SDK 应用程序来导入数据。 qbXML 是 Intuit/SDK 支持的事务格式,Web 连接器提供了一种与 QuickBooks 通信的自动化方式(数据导入和导出)。
这里有一组 PHP 类用于与 QuickBooks 通信:
QuickBooks PHP 框架
免责声明:我是上述代码的作者。 如果您仍在寻找 IIF 导入...请与我联系,因为我也许可以帮助您。
You're not going to see much in the way of IIF/QIF/OFX imports for QuickBooks for good reason: IIF support is deprecated in QuickBooks, and QIF and OFX are not supported at all.
You can see some additional information here:
QuickBooks integration methods
By far your best bet is to use the QuickBooks SDK and write a simple qbXML importer for yourself, or do the "right thing" and write a full SDK application using the Web Connector to import the data. qbXML is the transaction format supported by Intuit/the SDK, and the Web Connector provides an automated way to communicate with QuickBooks (both import and export of data).
There is a set of PHP classes here for communicating with QuickBooks:
QuickBooks PHP Framework
Disclaimer: I'm the author of the code above. If you're still looking for IIF imports... get in touch with me as it's something I might be able to help you out with.
我从来没有见过一个。
我必须时不时地这样做,这基本上是一次尴尬的重新发明轮子。
如果有人证明我错了,我会很高兴!
这可能有帮助:
Intuit Quickbooks 导入/导出论坛
I've never seen one.
I have to do this from time to time, and it's basically an awkward reinvention of the wheel.
would love if someone proved me wrong!
This might help:
Intuit Quickbooks Import/Export Forum