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

WP Invoices Ultimate

描述

The WP Invoices Ultimate plugin is not an attempt of world domination invoicing system.

The aim is to provide a system which is:

  • Simple
  • Fast
  • Easy to configure
  • Set and forget

WPIU Has very few options, which include a little bit about you business, notification email subject customisation, and your paypal information.

WPIU uses Paypal, and manual payments. Right now there is no agenda to add support for other gateways, so if you need multiple gateways please look elsewhere.

WPIU uses the Paypal IPN system and can update the “paid” amounts on each invoice when a user pays for it (part payments can be made).

The Paypal transactions are stored with each invoice and can be accessed both in the admin area, and on the invoice page (all paypal data captured).

Options foreach invoice include:

  • Title
  • Description
  • Due Date
  • Job Number
  • Invoice Number (randomly generated, can be overidden)
  • Paid Amount
  • Client
  • Send Email / Reminder
  • Invoice Items (title / qty / unit cost / item total)

All invoice items are added up when the invoice is saved (not through javascript for accuracy).

Page template can be overridden by adding a single-wpiu-invoices.php file to the current theme.

Included page template includes and uses the twitter bootstrap css framework http://twitter.github.com/bootstrap/ for simple styling.

Plugin is still in beta right now and has a few limitations:

  • Only global tax rule apply, no per invoice tax percentage – available soon

Please see my other plugins / projects / portfolio here http://no-half-pixels.com – always on the lookout for new ventures.

螢幕截圖

  • The invoice page seen by the client. Simple styling, options to pay invoice and to view previous transactions.
  • The list of invoices, can be filtered like normal post by date created and invoice title.
  • The invoice edit screen, containing all invoice data and options, all the same as a normal post.
  • The invoicing system options panel, kept as simple as possible.

安裝

  1. Upload wp-invoices-ultimate.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Fill out the required options on the invoice options page

常見問題

When will Version 1 come out

Not sure yet, i need to use the system for a while before i decide on a final full release

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP Invoices Ultimate” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Invoices Ultimate 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.1.6

  • bug fix for date metabox in invoice edit screen

0.1.5

  • tagged forum topics properly

0.1.4

  • bug fixes

0.1.3

  • fixed fatal error – required file names where wrong

0.1.2

  • bug fixed which prevents invoices being viewed through email

0.1.1

  • added all paypal currency codes for use
  • added helper function which converts currency code to currency symbol for use in template
  • added ipn log option update the paypal gateway
  • added localisation for page titles (missed in first version)
  • added paypal ipn log page with all transactions in table for debugging and overview of activity
  • added help tab for fixing 404 errors when creating invoices
  • fixed 404 for invoices on plugin activation
  • newly created invoices get a more semantic invoice number (yearmonthdayhourminutesecond) – better for referencing when in use (looking for an invoice from 2011 will have an invoice number starting 2011, etc)
  • fixed some php notices/bugs

0.1.0

  • nothing