Entry Templates

Pre-fill entry forms for common job types with templates. Includes auto-numbering, pipeline association, and default tags and fields.

What Are Templates?

Entry templates let you define a reusable set of default values for new entries. Instead of filling in the same tags, fields, and settings for every new quote or work order, select a template and the form populates instantly.

Open the template editor from Settings Hub > Templates or via the Command Palette (Ctrl+K).

What templates can pre-fill

Creating a Template

  1. Open the template editor — Go to Settings Hub > Templates.
  2. Enter a template name — Choose a descriptive name (e.g., "Standard Quote", "Rush Work Order", "Warranty Repair").
  3. Set the reference format — Enter a format string with tokens for auto-numbering (e.g., Q-{YEAR}-{SEQ:3}).
  4. Select default tags — Choose tags from each category that should be pre-selected.
  5. Fill default field values — Set values for built-in and custom fields.
  6. Choose a pipeline (optional) — If your project has multiple pipelines, select which one this template targets.
  7. Save — The template appears as a card in the template list. Click any card to edit it.
Tip You can also create a template by capturing from an existing entry. Open an entry that represents a typical job, then use the template editor to save its current tags and fields as a new template.

Auto-Numbering with Format Tokens

Templates can automatically generate sequential reference numbers using format tokens in the Reference ID field. When you create a new entry from a template, GlyphFex replaces tokens with the appropriate values.

Available tokens

Token Description Example Output
{YEAR} Current 4-digit year 2026
{YY} Current 2-digit year 26
{MONTH} Current 2-digit month 03
{DAY} Current 2-digit day 22
{SEQ:N} Auto-incrementing sequence number, zero-padded to N digits {SEQ:3} → 001, 002, 003...

How sequencing works

GlyphFex scans all existing entries in the project to find the highest matching reference number for the format pattern, then increments by one. This means:

Example formats

Template Format Generated Ref ID
Standard Quote Q-{YEAR}-{SEQ:3} Q-2026-001
Work Order WO-{YEAR}-{SEQ:4} WO-2026-0001
Rush Order R-{YY}{MONTH}-{SEQ:3} R-2603-001
NCR Report NCR-{YEAR}-{MONTH}-{SEQ:2} NCR-2026-03-01
Note The token reference panel in the template editor shows all available tokens with live examples. You can expand it by clicking the "Token reference" link below the format field.

Template-to-Pipeline Association

In projects with multiple pipelines, each template can be linked to a specific pipeline. When a user selects that template, the entry is automatically assigned to the correct pipeline.

How it works

Practical example

A shop might have:

Tip Combining template-to-pipeline association with auto-numbering means creating a new job is as simple as selecting a template. The reference number, pipeline, tags, and fields are all set automatically.

Using Templates for Quotes vs Work Orders

Most shops benefit from having separate templates for quotes and work orders:

Quote templates

Work order templates

When a quote is won, use the Convert Quote to Order feature to automatically create a work order from the quote. If a work order template with auto-numbering exists for the production pipeline, the new order gets a properly formatted reference number.

Editing and Managing Templates

Note Templates are stored per-project. If you have multiple GlyphFex projects, each one has its own set of templates.