PHP 类将数据导出为 QuickBooks 导入格式?

发布于 2024-07-27 03:00:46 字数 1542 浏览 8 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

-柠檬树下少年和吉他 2024-08-03 03:00:46

您不会在 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.

偏爱你一生 2024-08-03 03:00:46

我从来没有见过一个。

我必须时不时地这样做,这基本上是一次尴尬的重新发明轮子。

如果有人证明我错了,我会很高兴!

这可能有帮助:
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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文