[object Object]

← back to Dw Pitch Followup

Invoice links: enable fmp:// record-jump (USE_FM_SCRIPT=true → GotoInvoice script param)

43c0d5a8002195e02c8c5c020805e1613e4ed7a8 · 2026-07-07 14:40:41 -0700 · Steve Abrams

Files touched

Diff

commit 43c0d5a8002195e02c8c5c020805e1613e4ed7a8
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 7 14:40:41 2026 -0700

    Invoice links: enable fmp:// record-jump (USE_FM_SCRIPT=true → GotoInvoice script param)
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index ee6ec24..a4eff80 100644
--- a/public/index.html
+++ b/public/index.html
@@ -154,7 +154,7 @@ const money = n => '$'+(Number(n)||0).toLocaleString(undefined,{minimumFractionD
 // fmp:// link to the invoice file. Opens FileMaker to the invoice DB reliably today.
 // To JUMP straight to the record, add a 1-line FM script "GotoInvoice" (Enter Find Mode →
 // Set Field[Invoice; Get(ScriptParameter)] → Perform Find) then set USE_FM_SCRIPT=true.
-const USE_FM_SCRIPT = false;
+const USE_FM_SCRIPT = true;
 const fmpInvoice = inv => USE_FM_SCRIPT
   ? `fmp://${FM_HOST}/invoice?script=GotoInvoice&param=${encodeURIComponent(inv)}`
   : `fmp://${FM_HOST}/invoice`;

← 56b2381 Enrich cards with samples sent/pending + merchandise invoice  ·  back to Dw Pitch Followup  ·  Revert invoice links to file-open (skip GotoInvoice deep-lin e3aa21c →