我想将现有应用程序与 quickbooks 集成,但不想发布它
I want to integrate an existing app with quickbooks, but don't want to publish it
我开发了一个 PHP 应用程序,它接收销售经理的输入并在应用程序中进行分析。此应用的管理员用户希望能够查看发布到该应用的 sales/estimates 并将数据与其在线 Quickbooks 帐户同步。
我从 github (https://github.com/consolibyte/quickbooks-php/) 下载了 quickbooks-php sdk,我使用了示例应用程序文件夹并找到了我需要的一切。当我了解到将其投入生产时,intuit 网站上的所有文档都说我需要将我的应用程序发布到 Quickbooks Apps.com。是否可以在我现有的应用程序中只包含发布到 quickbooks 功能?
或者我是否需要发布一个独立的应用程序,然后将其放入我现有的应用程序中?
When I read about putting this into production, all the documentation on the intuit site says that I need to publish my app to the Quickbooks Apps.com.
不,不是。
要投入生产,您只需在 Intuit 开发者网站的应用设置中点击一个按钮,填写几个字段,然后换出您的代币。
这是来自 Intuit's website 的 copy/paste 解释了您需要投入生产的内容:
What you need to go to production
To get your production keys, some basic app details need to be in place. Make sure you've completed the following fields on your app's Development Settings tab:
- Application Name
- End User License Agreement URL
- Privacy Policy URL
- App URL
- Host Name Domain
- Disconnect Landing URL
请注意,该列表中没有任何地方表示您需要“发布到 Apps.com”。
如果您想要发布到Apps.com,您可以。但这不是强制性的。只需单击应用设置中的选项卡并填写字段。如果它们不适用于您,只需将它们编造并随机放入 URL。
Is it possible to only include the posting-to-quickbooks functionality in my existing app?
当然可以。
我开发了一个 PHP 应用程序,它接收销售经理的输入并在应用程序中进行分析。此应用的管理员用户希望能够查看发布到该应用的 sales/estimates 并将数据与其在线 Quickbooks 帐户同步。
我从 github (https://github.com/consolibyte/quickbooks-php/) 下载了 quickbooks-php sdk,我使用了示例应用程序文件夹并找到了我需要的一切。当我了解到将其投入生产时,intuit 网站上的所有文档都说我需要将我的应用程序发布到 Quickbooks Apps.com。是否可以在我现有的应用程序中只包含发布到 quickbooks 功能?
或者我是否需要发布一个独立的应用程序,然后将其放入我现有的应用程序中?
When I read about putting this into production, all the documentation on the intuit site says that I need to publish my app to the Quickbooks Apps.com.
不,不是。
要投入生产,您只需在 Intuit 开发者网站的应用设置中点击一个按钮,填写几个字段,然后换出您的代币。
这是来自 Intuit's website 的 copy/paste 解释了您需要投入生产的内容:
What you need to go to production To get your production keys, some basic app details need to be in place. Make sure you've completed the following fields on your app's Development Settings tab:
- Application Name
- End User License Agreement URL
- Privacy Policy URL
- App URL
- Host Name Domain
- Disconnect Landing URL
请注意,该列表中没有任何地方表示您需要“发布到 Apps.com”。
如果您想要发布到Apps.com,您可以。但这不是强制性的。只需单击应用设置中的选项卡并填写字段。如果它们不适用于您,只需将它们编造并随机放入 URL。
Is it possible to only include the posting-to-quickbooks functionality in my existing app?
当然可以。