Title: ezy Quotation Builder
Author: Mohammad Abubakar Siddique
Published: <strong>2026年8月27日</strong>
Last modified: 2026年8月27日

---

プラグインを検索

![](https://ps.w.org/ezy-quotation-builder/assets/banner-772x250.png?rev=3667957)

![](https://ps.w.org/ezy-quotation-builder/assets/icon-256x256.png?rev=3667957)

# ezy Quotation Builder

 作者: [Mohammad Abubakar Siddique](https://profiles.wordpress.org/abssaiful/)

[ダウンロード](https://downloads.wordpress.org/plugin/ezy-quotation-builder.1.0.1.zip)

 * [詳細](https://ja.wordpress.org/plugins/ezy-quotation-builder/#description)
 * [レビュー](https://ja.wordpress.org/plugins/ezy-quotation-builder/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/ezy-quotation-builder/#installation)
 * [開発](https://ja.wordpress.org/plugins/ezy-quotation-builder/#developers)

 [サポート](https://wordpress.org/support/plugin/ezy-quotation-builder/)

## 説明

**ezy Quotation Builder** makes creating and sending professional quotations effortless.
Build your client list, maintain a product/service catalogue, and fire off a branded
PDF quotation by email in just a few clicks.

#### Key Features

 * **Client Management** – Store unlimited clients with name, company, email, phone,
   address and notes. Quick-search autocomplete when creating quotations.
 * **Product/Service Catalogue** – Maintain a product list with price and description
   for fast quotation building.
 * **Smart Quotation Builder** – Select a client, add line items with quantity and
   unit price, and watch the totals update live. Supports discount, tax and service
   charge.
 * **PDF Generation** – Every quotation is rendered as a professionally styled PDF
   using FPDF – no third-party SaaS required.
 * **Automatic Email Delivery** – The moment you click _Create & Send_, the client
   receives a branded HTML email with the PDF attached.
 * **Quotation Management** – List, filter, resend, mark as accepted/rejected, download
   or delete quotations from a clean admin table.
 * **Flexible Settings** – Configure company branding, quotation prefix & numbering,
   validity period, terms & conditions, tax label & rate, service charge, discount
   toggle, currency, email sender details, CC/BCC and custom footer notes.
 * **Status Tracking** – Track quotations through Draft, Sent, Accepted, Rejected
   and Expired states.

#### Use Cases

 * Freelancers and consultants quoting for services
 * Small businesses issuing sales quotations
 * Agencies needing a simple quotation module for proposals

#### Languages

Ready for translation (`.pot` file included). All strings are wrapped in `__()` /`
esc_html__()` with the `ezy-quotation-builder` text domain.

## スクリーンショット

[⌊Dashboard – Quick-glance stats: total quotations, accepted value, active clients
and products.⌉⌊Dashboard – Quick-glance stats: total quotations, accepted value,
active clients and products.⌉[

**Dashboard** – Quick-glance stats: total quotations, accepted value, active clients
and products.

[⌊Settings – Company Details – Enter your brand name, logo, address and registration
numbers.⌉⌊Settings – Company Details – Enter your brand name, logo, address and 
registration numbers.⌉[

**Settings – Company Details** – Enter your brand name, logo, address and registration
numbers.

[⌊Settings – Quotation Config – Quotation prefix, numbering, currency and validity
period.⌉⌊Settings – Quotation Config – Quotation prefix, numbering, currency and
validity period.⌉[

**Settings – Quotation Config** – Quotation prefix, numbering, currency and validity
period.

[⌊Settings – Tax & Charges – Enable/disable tax, service charge and discount with
custom labels and rates.⌉⌊Settings – Tax & Charges – Enable/disable tax, service
charge and discount with custom labels and rates.⌉[

**Settings – Tax & Charges** – Enable/disable tax, service charge and discount with
custom labels and rates.

[⌊Settings – Email Settings – Sender name, address, subject, body template and CC/
BCC.⌉⌊Settings – Email Settings – Sender name, address, subject, body template and
CC/BCC.⌉[

**Settings – Email Settings** – Sender name, address, subject, body template and
CC/BCC.

## インストール

**Automatic (recommended)**

 1. Go to **Plugins  Add New** in your WordPress admin.
 2. Search for **ezy Quotation Builder**.
 3. Click **Install Now** then **Activate**.

**Manual**

 1. Download the ZIP file.
 2. Go to **Plugins  Add New  Upload Plugin**.
 3. Upload the ZIP and click **Install Now**, then **Activate**.

**First-Time Setup**

 1. Navigate to **ezy QB  Settings**.
 2. Fill in your **Company Details** (name, logo, address, registration numbers).
 3. Configure **Quotation Settings** (prefix, starting number, currency, validity period).
 4. Set **Tax & Charges** (GST/VAT/SST rate, service charge, discount options).
 5. Configure **Email Settings** (from name, from address, subject, body template).
 6. Save, then add your clients and products — you’re ready to quote!

## FAQ

### How are PDFs generated?

PDFs are generated server-side using the FPDF library (bundled). No external service
is required.

### What email service does the plugin use?

It uses WordPress’s built-in `wp_mail()` function, so it works with any SMTP plugin(
e.g. WP Mail SMTP, FluentSMTP).

### Can I customise the quotation PDF design?

The generator class is in `includes/class-ezyqb-pdf.php`. Developers can override
this to suit their brand.

### Where are quotations stored?

Quotations are stored in custom database tables created on activation. No post types
are used, keeping your WordPress database clean.

### Can I resend a quotation?

Yes. From **ezy QB  All Quotations**, click **Resend** on any quotation row to re-
email the PDF to the client.

### What happens if I uninstall the plugin?

The `uninstall.php` file removes all plugin options and database tables.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

ezy Quotation Builder はオープンソースソフトウェアです。以下の人々がこのプラグイン
に貢献しています。

貢献者

 *   [ Mohammad Abubakar Siddique ](https://profiles.wordpress.org/abssaiful/)

[“ezy Quotation Builder” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/ezy-quotation-builder)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/ezy-quotation-builder/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/ezy-quotation-builder/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/ezy-quotation-builder/)
を [RSS](https://plugins.trac.wordpress.org/log/ezy-quotation-builder/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0.1

 * Fixed: FPDF library loading simplified — bundled `EZYQB_FPDF` class is now loaded
   directly with no dependency on the global `FPDF` class, eliminating potential
   conflicts with other plugins.
 * Fixed: Removed unnecessary `class EZYQB_FPDF extends FPDF {}` alias branch from
   the PDF loader.

#### 1.0.0

 * Initial release.
 * Client management (add, edit, delete).
 * Product catalog with autocomplete.
 * Quotation builder with line items.
 * PDF generation via FPDF.
 * Email delivery with PDF attachment.
 * Quotation statuses: Draft, Sent, Accepted, Rejected, Expired.
 * Settings: Company info, Quotation config, Tax & charges, Email settings.
 * Dashboard with stats overview.
 * Download quotation PDF, resend quotation email, mark as accepted/rejected.

## メタ

 *  バージョン **1.0.1**
 *  最終更新日 **3日前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 5.8またはそれ以降 **
 *  検証済み最新バージョン: **7.1**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/ezy-quotation-builder/)
 * タグ
 * [client management](https://ja.wordpress.org/plugins/tags/client-management/)
   [quotation](https://ja.wordpress.org/plugins/tags/quotation/)[quote builder](https://ja.wordpress.org/plugins/tags/quote-builder/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/ezy-quotation-builder/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/ezy-quotation-builder/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/ezy-quotation-builder/reviews/)

## 貢献者

 *   [ Mohammad Abubakar Siddique ](https://profiles.wordpress.org/abssaiful/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/ezy-quotation-builder/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](https://ehut.tech/donate/)