A signing threshold so small extras don't need a ceremony

Set a dollar threshold above which a change order must be signed before work starts — and until you set one, every change order asks.

What it is

SignaturePolicyFor(total, threshold) returns whether a signature is required plus a one-line explanation for the UI to show verbatim. The comparison is at-or-above, so a $5,000 threshold catches a $5,000 change order. A null threshold means every change order requires a signature. The change_orders table carries requires_contract and its own contract_id.

Also called: do I need a signature for this · signing threshold · small change orders · requires contract

See it
A signing threshold so small extras don't need a ceremony
CustomerBuildingAmountStatus
Gideon AltBarndominium$16,400Draft
Marlin HooverRiding Arena$16,780Paid
Marlin HooverEquipment Storage$16,970Approved
Gideon Alt30×40 Garage$10,890Approved
Gideon AltRiding Arena$7,850Sent
A settings row with the threshold field and, beneath it, the live explanation sentence the policy returns. Sample data — no customer information appears here.
How it works
  1. 1With no threshold set: required = true, because 'You haven't set a signing threshold yet, so every change order asks for a signature. Set one in Settings → Invoicing to skip small ones.'
  2. 2With a threshold: 'at or above your $5,000 signing threshold' or 'below your $5,000 signing threshold — no signature needed.'
  3. 3The boundary is inclusive on purpose: '"Over" would leave the exact boundary unsigned, which is the one number somebody will inevitably enter.'
  4. 4The threshold lives in tenant settings rather than in code 'because where the line sits is a business judgement that differs per builder'.
Why we built it

The module's header argues the default from first principles: 'A $400 extra outlet should not drag a signing ceremony behind it; a $40k slab must never proceed without one… A NULL threshold means every change order needs a signature. That is deliberate: before a builder has told us their number, the alternative is a figure we invented, and a threshold we made up would silently let real work begin unsigned. Requiring one signature too many is an annoyance; skipping one that mattered is a dispute with no paperwork behind it.'

The problem
  • Signature ceremonies for trivial extras
  • Large scope changes proceeding on a verbal yes
  • A vendor-invented threshold silently governing a builder's risk
Sound familiar?
What you get
You choose where the line sits
Safe default: ask every time until you decide
The UI explains the answer in one sentence

See it on your own jobs

Twenty minutes, your numbers, no slide deck. We’ll build one of your real buildings in front of you and send you the estimate link at the end — yours to keep either way.

or keep browsing features →