hestec / silverstripe-exactonline
SilverStripe 的 Exact Online API 连接器
1.0.0
2018-04-19 15:05 UTC
Requires
- picqer/exact-php-client: v3.*
- silverstripe/cms: >=4.0
- silverstripe/framework: >=4.0
This package is auto-updated.
Last update: 2024-09-13 23:26:40 UTC
README
本模块建立与 Exact Online(会计软件)的 API 连接。目前仅适用于荷兰的 Exact Online 账户,但在未来的版本中,我们也将使其适用于其他国家(德国、英国等)。
需求
SilverStripe 4
版本
使用语义版本控制。
安装
通过 Composer 安装
composer require "hestec/silverstripe-exactonline": "1.*"
配置
-
在 Exact Online 应用中心(https://apps.exactonline.com)添加一个用于您的 API 连接的应用(带有截图的说明将很快提供)
-
将这三个密钥添加到您的 mysite.yml 中
Hestec\ExactOnline\ExactOnlineConnection:
ClientId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
ClientSecret: 'xxxxxxxxxxxx'
WebhookSecret: 'xxxxxxxxxxxxxxxx'
执行 dev/build 并刷新。
用法
安装和配置完成后,转到 CMS 的主菜单中的 Exact Online,按照说明进行连接。或者让您的客户自行操作,因为会计软件非常注重隐私,因此您不需要要求他们提供凭证。
问题
无已知问题。
待办事项
- 添加其他 Exact Online 国家。
- 扩展说明/指令。