Configuration

Customize GlyphFex to match your shop's workflow with the Settings Hub, categories, fields, and more. Open with Ctrl+,

Settings Hub

The Settings Hub is the centralized configuration center in GlyphFex. Open it by clicking the Settings gear icon in the navigation sidebar or by pressing Ctrl+,.

The hub uses a left sidebar / right content area layout inspired by Windows 11 Settings. The left sidebar lists all available configuration panels, and clicking any item loads its content on the right. A search box at the top lets you find any setting by keyword — type a few characters and matching panels are highlighted instantly.

Settings Hub Screenshot of the Settings Hub dialog showing the left sidebar navigation with Profile, Notifications, Language, Audit, Calendar, Archive, and License panels

The Settings Hub contains two types of panels:

Note The Settings Hub is role-gated. Admin and Solo users see all panels. Editor and Viewer users only see personal settings (Profile, Notifications, Language) and the License panel. Configuration panels that affect the entire project are hidden for non-admin roles.

Profile Panel

The Profile panel stores basic project and user information:

Tip Setting a meaningful project name and company name early on ensures your PDF exports and reports look professional from the start.

Notifications Panel

Configure how GlyphFex alerts you about upcoming due dates, stale entries, and expired quotes:

Language Panel

Select the user interface language for GlyphFex. Changing the language affects all menus, labels, button text, tooltips, dialog headings, and status messages throughout the application.

Tip Language is a per-user preference. In a multi-user environment, each user can choose their own language without affecting other team members.

Audit & Compliance Panel

Control how GlyphFex tracks changes and enforces regulatory compliance:

Warning Turning off the audit trail is not recommended for production use. Once disabled, changes made during that period will not be recorded and cannot be recovered later.

Calendar Panel

Configure your shop's work schedule for accurate SLA and business-day calculations:

Tip If your shop runs Monday through Friday with occasional Saturday shifts, set Mon–Fri as work days and leave Saturday unchecked. Saturday work will still be tracked, but SLA calculations will only count business days.

Archive Panel

Manage automatic archiving of completed entries:

Archived entries are moved out of the active Dashboard view but remain fully accessible. You can view and restore archived entries at any time from the Dashboard's archive filter.

License Panel

View and manage your GlyphFex license:

Tip You can enter a license key at any time, even after your trial limit is reached. All existing data and configuration are preserved — activating a license simply removes the entry cap.

Smart Description

Smart Description automatically generates a compact, human-readable description for each entry based on its tag selections. Instead of writing descriptions by hand, GlyphFex assembles a coded string from short abbreviation codes you assign to each tag.

How it works

  1. Assign abbreviation codes — In Settings Hub > Description Format, each tag in every category gets a short code (e.g., "SS" for Stainless Steel, "MIG" for MIG Welding, "H" for High priority).
  2. Set the category order — Categories are processed in the order you define. The first category's code appears first in the description.
  3. Choose a separator — Codes are joined by a separator character of your choice (e.g., dash, slash, or space).
  4. Descriptions auto-generate — When an entry is saved, GlyphFex assembles the description from the selected tags' abbreviation codes and stores it in the entry's Description field.

Example

With categories Material, Process, and Priority configured with codes:

Category Selected Tag Abbreviation Code
Material Stainless Steel SS
Process MIG Welding MIG
Priority Rush R

With a dash separator, the generated description is: SS-MIG-R

Where it appears

Regenerate All

If you change abbreviation codes or category order after entries already exist, click the Regenerate All button in the Description Format settings. This retroactively updates the description for every existing entry in the project.

Tip Smart Description is especially useful on the shop floor where operators need to identify jobs at a glance. A code like SS-TIG-H immediately tells them: stainless steel, TIG welding, high priority — without opening the entry.

Categories & Tags

Categories are the foundation of how you organize entries in GlyphFex. Each category contains a set of tags, and entries can be tagged with one or more tags from each category.

Open the category editor from Settings Hub > Categories or press Ctrl+T.

Edit Categories Dialog Screenshot of the Edit Categories dialog showing category list with colors, tags, display mode toggles, and multi-select options

Creating a category

  1. Click "Add Category" — Enter a name that describes the grouping (e.g., "Material", "Process", "Priority", "Machine").
  2. Add tags — Enter individual tag values within the category. For a "Material" category, you might add: Mild Steel, Stainless Steel, Aluminum, Brass.
  3. Set a color — Choose a hex color for the category. Tags inherit this color for visual consistency on cards and badges.
  4. Configure display mode — Choose how tags appear on the Entry form:
    • Buttons — Tags displayed as clickable button chips. Best for categories with fewer than 10 tags.
    • ComboBox — Tags displayed in a dropdown menu. Best for categories with many tags or when screen space is limited.

Additional category options

Tip Use Button mode for categories your operators select frequently (like Priority or Material) and ComboBox mode for reference categories with many options (like Customer or Machine).

Custom Fields

Custom fields let you capture data points specific to your shop that are not covered by the built-in fields. Open the custom field editor from Settings Hub > Custom Fields.

Edit Custom Fields Dialog Screenshot of the Edit Custom Fields dialog showing field list with type selectors, required toggles, and built-in field checkboxes

Field types

Type Description Example
Text Single-line text input with optional autocomplete from previous values Surface Finish, Coating Type
Large Text Multi-line text area for longer descriptions Special Instructions, Shipping Notes
Dropdown Single selection from a predefined list of options Weld Process (MIG / TIG / Stick)
Date Date picker for scheduling and tracking Promise Date, Inspection Date
Number Numeric input for quantities, measurements, or costs Weight (lbs), Material Cost

Field options

Built-in field toggles

In addition to custom fields, GlyphFex includes 14 built-in fields that you can enable or disable per project:

Toggle these from the same Custom Fields dialog. Built-in fields appear in a dedicated section above your custom fields on the entry form.

Input Validation

Validation patterns enforce consistent formatting for Reference IDs and other fields. Open from Settings Hub > Validation.

Pre-built patterns

GlyphFex includes several common patterns you can apply with one click:

Pattern Format Example
Quote Q-XXXXX Q-00142
Order O-XXXXX O-08734
Purchase Order PO-XXXXXX PO-204519
Serial Number SN-XXXXXXX SN-0012847

Custom patterns

You can define your own regex pattern for any format your shop uses. For example, a pattern like WO-\d{4}-\d{3} would enforce a format like WO-2026-001.

When a user types a Reference ID, GlyphFex validates the input in real time:

Note Validation only applies to new entries. Existing entries with non-matching Reference IDs are not retroactively blocked from being edited.

Conditional Rules

Conditional rules let you dynamically show, hide, enable, disable, or require fields and categories based on tag selections. Open from Settings Hub > Conditional Rules.

Conditional Rules Dialog Screenshot of the Conditional Rules dialog showing When/Is/Then/On rule builder with the example: Material = Stainless Steel → Require Finish

Rule structure

Each rule follows the pattern:

When [Category] is [Tag] then [Action] on [Target Category/Field]

Available actions

Action Effect
Hide Hides the target category or field from the entry form
Show Makes a hidden target visible
Disable Grays out the target so it cannot be edited
Enable Re-enables a disabled target
Require Makes the target mandatory — the entry cannot be saved without a value

Special rule: ALWAYS: REQUIRED

You can create a rule that always requires a category or field regardless of other tag selections. This is useful for fields that should never be left empty, like a "Priority" category.

Tip A practical example: When Material is Stainless Steel, then Require the Finish category. This ensures operators always specify a finish type when working with stainless steel, preventing costly rework.

Entry Templates

Templates let you pre-fill entry forms for common job types, reducing repetitive data entry. Open from Settings Hub > Templates.

What templates can pre-fill

Creating templates

You can create a template from scratch in the template editor, or capture from current entry — GlyphFex copies the current entry's tags, fields, and settings into a new template.

When creating a new entry, select a template from the dropdown at the top of the entry form. The form instantly populates with the template's values, which you can then modify as needed.

Material Inventory

Track your shop's material stock levels from Tools > Material Inventory or via the Settings Hub > Material Inventory launcher.

Each material record includes:

When stock falls below the reorder point, GlyphFex displays a low stock alert to help prevent production delays from material shortages.

Dark Mode

GlyphFex automatically follows your Windows system theme. When Windows is set to dark mode, GlyphFex renders in dark mode with no additional configuration required.

How to switch themes

  1. Open Windows Settings (Win+I)
  2. Navigate to Personalization > Colors
  3. Under "Choose your mode," select Dark, Light, or Custom
  4. GlyphFex picks up the change immediately — no restart required

What adapts

Tip Dark mode is easier on the eyes during long shifts, especially on shop floor displays in dimly lit areas. If your Display Board TV supports it, setting the connected PC to dark mode creates a high-contrast board that is easy to read from a distance.

Holiday Calendar

The holiday calendar feeds into SLA and business-day calculations. Holidays you add here are excluded when computing "days in stage" and SLA compliance. Manage holidays from the Calendar panel in the Settings Hub.

Tip Load a regional template first, then add your shop-specific closures on top. At the end of the year, use "Copy to next year" and adjust any dates that changed (like floating holidays).

Stage Assignment (Who Works Where)

Stage assignment is the primary mechanism for routing work to workers in GlyphFex. By assigning workers to pipeline stages, you define who sees which jobs in their My Jobs queue.

Configuring stage assignments

  1. Open Tools > Edit Pipeline
  2. Select a pipeline stage (e.g., "Welding", "Quality Check", "Shipping")
  3. In the stage configuration panel, find the Assigned Users list
  4. Add workers who should see entries at this stage in their My Jobs queue
  5. Save the pipeline configuration

How it works

When an entry reaches a pipeline stage, it becomes visible to all workers assigned to that stage. Workers see these entries in their My Work Bin queue, sorted by priority and due date. This is a pull system — workers pick from their queue rather than waiting for a manager to push assignments.

Example

A fabrication shop with 10 workers might configure stage assignments like this:

Pipeline Stage Assigned Workers
Cutting Mike, Sarah
Welding Jake, Tom, Carlos, Lisa
Quality Check Rachel, Dave
Shipping Sam, Maria

When a job finishes Cutting, it automatically appears in the Welding queue for Jake, Tom, Carlos, and Lisa. Whichever welder finishes their current job first picks it up from their queue.

Tip Stage assignment is not per-entry assignment. You do not need to assign each job to a specific worker. Instead, you assign workers to stages once, and the system routes jobs automatically. Per-entry overrides are available from the My Jobs side panel for exception cases.
Note Stale detection thresholds and SLA targets are also configurable per stage in the same Edit Pipeline dialog. These settings feed into the Workload (Bottleneck Analysis) view on the Team Board.