這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Freshbooks Widget

外掛說明

As avid users of Freshbooks web-based accounting software, we are always looking for ways to integrate our project tracking and accounting in fun and useful ways. This plugin creates a simple sidebar widget that outputs the total hours billed for a FreshBooks account.

Note: You will need the API URL and API token for your FreshBooks account, see http://developers.freshbooks.com/

Your FreshBooks API URL has a single point of entry, derived from your account URL:

https://sample.freshbooks.com/api/2.1/xml-in

After enabling API access for your account, you’ll be given a unique authentication token. The admin user, and each staff member, has an API token. The admin user’s authentication token can be found on the “enable FreshBooks API” page. The staff token can be found on each staff member’s Profile page, or on the Edit Staff page (for admin only). At this time, staff members have limited access to the API (see the individual method pages for details).

Please note your authentication token is based on your account password. If your password changes, so will your authentication token.

To use this widget, install the plugin and then in the widgets setup admin area drag the “Freshbooks Widget” to a sidebar. Input your Title, API URL, and API token. Note, using the Freshbooks Admin API token will return the number hours billed by the Admin user and all the Staff accounts associated with the Admin account (the entire team), whereas inputing a Staff token will output the hours billed by that staff user only.

Need WordPress or Ruby on Rails development services? Contact SAI Labs to learn about our competitive rates. Our schedule is filling up fast for 2014! We have expertise in Ruby on Rails web app development, WordPress Development, and Responsive design retrofitting.

螢幕擷圖

  • Output in a sidebar
  • Administration widget

安裝方式

  1. To use this widget, install the plugin and then in the widgets setup admin area drag the “Freshbooks Widget” to a sidebar. Obtain your API URL and API token from GreshBooks.com. Input your Title, API URL, and API token. Note, using the Freshbooks Admin API token will return the number hours billed by the Admin user and all the Staff accounts associated with the Admin account (the entire team), whereas inputing a Staff token will output the hours billed by that staff user only.

常見問題集

What is required from my FreshBooks account

You must enable API access for your account and then you’ll be given a unique authentication token. The admin user, and each staff member, has an API token.
Note, using the Freshbooks Admin API token with this plugin will return the number hours billed by the Admin user and all the Staff accounts associated with the Admin account (the entire team), whereas inputing a Staff token will output the hours billed by that staff user only. See http://developers.freshbooks.com/

I’m getting a warning?

Note: PHP will produce a warning if it is operating in “safe_mode” which will look something like this:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/public_html/wp-content/plugins/freshbooks-widget/library/FreshBooks/HttpClient.php on line 79

Check with your host provider to turn-off “safe_mode” if this warning appears.

使用者評論

2017 年 2 月 7 日
Thanks for providing the necessary information regarding the plugin provided here. You can go for some more online free tools that helps a lot in creating invoices and reporting in an effective way.Just visit the website http://www.nutcache.com
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Freshbooks Widget〉的開發相關工作。

參與者

將〈Freshbooks Widget〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0.1

  • Added product demo to readme.
  • Fixed typo.

2.0.0

  • Getting billed hours is now done is the background via cronjob call to avoid site slowness.

1.0

  • Originating version.