Title: Jutalla Quotes
Author: jutalla
Published: <strong>2026년 8월 20일</strong>
Last modified: 2026년 8월 20일

---

플러그인 검색

![](https://ps.w.org/jutalla-quotes/assets/banner-772x250.png?rev=3657408)

![](https://ps.w.org/jutalla-quotes/assets/icon-256x256.png?rev=3657408)

# Jutalla Quotes

 작성자: [jutalla](https://profiles.wordpress.org/jutalla/)

[다운로드](https://downloads.wordpress.org/plugin/jutalla-quotes.0.3.3.zip)

 * [세부사항](https://ko.wordpress.org/plugins/jutalla-quotes/#description)
 * [평가](https://ko.wordpress.org/plugins/jutalla-quotes/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/jutalla-quotes/#installation)
 * [개발](https://ko.wordpress.org/plugins/jutalla-quotes/#developers)

 [지원](https://wordpress.org/support/plugin/jutalla-quotes/)

## 설명

Jutalla Quotes is made for small service businesses — trades, contractors, freelancers,
agencies — that answer the same question every day: “how much does it cost?”

Instead of letting those requests pile up in an inbox, Jutalla Quotes puts a request
form on your site and every submission into one list with a clear status: New, Quoting,
Quote sent, Won, Lost. You build the quote inside the request, download it as a 
PDF, and email it to the client without leaving WordPress.

**What you get in the free version**

 * Request form with configurable fields, added with the `[jutalla_quotes_form]`
   shortcode or the “Quote request form” block
 * Spam protection with a honeypot field — no external service, no captcha to solve
 * All requests in one admin list: name, email, date, status, amount, with a status
   filter and search
 * A fixed pipeline: New  Quoting  Quote sent  Won / Lost, changed by hand in the
   request
 * Email to you when a request arrives, and an optional confirmation email to the
   client
 * Quote lines inside the request with an automatic total
 * A quote PDF with your logo and company details, ready to download or to email
   to the client as an attachment
 * CSV export of all requests, or just the ones matching the current filter
 * Interface translated into English, German, Spanish and French — both the admin
   screens and the form

**No strings attached**

 * No WooCommerce required
 * No external API, no account, no third-party service — email goes through the 
   standard WordPress mail function
 * No page builder or framework required; the form is plain HTML and CSS

## 스크린샷

[⌊The request form on the site⌉⌊The request form on the site⌉[

The request form on the site

[⌊All requests in one list with statuses and amounts⌉⌊All requests in one list with
statuses and amounts⌉[

All requests in one list with statuses and amounts

[⌊A request with its quote lines, total and status history⌉⌊A request with its quote
lines, total and status history⌉[

A request with its quote lines, total and status history

[⌊The generated quote PDF⌉⌊The generated quote PDF⌉[

The generated quote PDF

[⌊Plugin settings: company details, currency and email templates⌉⌊Plugin settings:
company details, currency and email templates⌉[

Plugin settings: company details, currency and email templates

[⌊The form builder: fields, types and what is required⌉⌊The form builder: fields,
types and what is required⌉[

The form builder: fields, types and what is required

## 블록

이 플러그인은 1개의 블록을 제공합니다.

 *   Quote request form Shows the Jutalla Quotes request form so visitors can ask
   for a quote.

## 설치

 1. Upload the plugin folder to `/wp-content/plugins/`, or install the ZIP under Plugins
    Add New  Upload Plugin.
 2. Activate the plugin through the Plugins menu.
 3. Go to Jutalla Quotes  Settings and fill in your company details, currency and email
    templates.
 4. Check Jutalla Quotes  Form fields if you want other fields than name, email, phone
    and message.
 5. Add the form to a page with the “Quote request form” block or the `[jutalla_quotes_form]`
    shortcode.

## FAQ

### Do I need WooCommerce?

No. Jutalla Quotes works on its own and does not touch WooCommerce in any way.

### Where are the quote PDFs stored?

Nowhere. The PDF is generated when you download it or when the email is sent, and
the temporary file is deleted right after sending — so no quote is left on the server
for anyone to find by guessing a URL.

### Can I change the fields of the form?

Yes, under Jutalla Quotes  Form fields. You can add text, number, dropdown, checkbox
and text area fields, reorder them and mark them as required. The name, email, phone
and message fields stay, because the requests list, the emails and the PDF rely 
on them.

### How do I type quantities and prices?

Type them the way you write numbers everywhere else. Both `1250.50` and `1250,50`
work, spaces between thousands are fine, and `12,000` or `12.000` is read as twelve
thousand or as twelve point zero depending on the separators of your site language—
the same ones Jutalla Quotes uses to print the amounts back.

### Can I change the pipeline stages?

Not in the free version — the five stages are fixed. Custom stages are planned for
the Pro version.

### Does the quote PDF support non-Latin alphabets?

Not yet. The PDF uses the built-in fonts, which cover English, German, Spanish, 
French and other Latin-alphabet languages. Cyrillic, Greek and similar scripts need
an embedded font, which is not part of the free version.

### The client never got the email. What now?

Jutalla Quotes sends mail with the standard WordPress function, so it depends on
your hosting. If mail from WordPress does not arrive in general, install an SMTP
plugin — Jutalla Quotes will use it automatically.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Jutalla Quotes”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ jutalla ](https://profiles.wordpress.org/jutalla/)

[자국어로 “Jutalla Quotes”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/jutalla-quotes)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/jutalla-quotes/)는, [SVN 저장소](https://plugins.svn.wordpress.org/jutalla-quotes/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/jutalla-quotes/)
을 [RSS](https://plugins.trac.wordpress.org/log/jutalla-quotes/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.3.3

 * The bundled FPDF library is now prefixed as Jutaqu_FPDF, so another plugin’s 
   copy of FPDF cannot conflict with it.
 * Settings are sanitized through a single named callback passed to register_setting().

#### 0.3.2

 * Documented why the one-time prefix migration uses direct database queries; no
   functional changes.

#### 0.3.1

 * Every class, constant, option, meta key, capability and hook now uses the unique
   jutaqu prefix.
 * Data saved by earlier versions is migrated automatically on the first admin page
   load after the update.

#### 0.3.0

 * The plugin is now called Jutalla Quotes. The name, the text domain and the shortcode
   changed with it; option and meta keys stayed as they were.

#### 0.2.0

 * Renamed the plugin, its text domain, shortcode, block, post type and all option
   and meta keys.

#### 0.1.1

 * Dropdown options in the form builder are now sanitized with sanitize_text_field().
 * The bundled FPDF class is only declared when no other plugin has declared it 
   already.
 * Removed load_plugin_textdomain(); translations are served by translate.wordpress.
   org.

#### 0.1.0

 * First release: request form, pipeline, emails, quote lines, quote PDF, sending
   the quote to the client, CSV export, settings, form builder and translations 
   for English, German, Spanish and French.

## 기초

 *  버전 **0.3.3**
 *  최근 업데이트: **3주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 8.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/jutalla-quotes/)
 * 태그:
 * [estimates](https://ko.wordpress.org/plugins/tags/estimates/)[leads](https://ko.wordpress.org/plugins/tags/leads/)
   [pipeline](https://ko.wordpress.org/plugins/tags/pipeline/)[quotes](https://ko.wordpress.org/plugins/tags/quotes/)
   [request a quote](https://ko.wordpress.org/plugins/tags/request-a-quote/)
 *  [고급 보기](https://ko.wordpress.org/plugins/jutalla-quotes/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/jutalla-quotes/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/jutalla-quotes/reviews/)

## 기여자

 *   [ jutalla ](https://profiles.wordpress.org/jutalla/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/jutalla-quotes/)