[object Object]

← back to Dw Pitch Followup

Revert invoice links to file-open (skip GotoInvoice deep-link for now)

e3aa21c19ba9d5607c1f0526786966b4a73b3158 · 2026-07-07 14:42:25 -0700 · Steve Abrams

Files touched

Diff

commit e3aa21c19ba9d5607c1f0526786966b4a73b3158
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 7 14:42:25 2026 -0700

    Revert invoice links to file-open (skip GotoInvoice deep-link for now)
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index a4eff80..ee6ec24 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 = true;
+const USE_FM_SCRIPT = false;
 const fmpInvoice = inv => USE_FM_SCRIPT
   ? `fmp://${FM_HOST}/invoice?script=GotoInvoice&param=${encodeURIComponent(inv)}`
   : `fmp://${FM_HOST}/invoice`;

← 43c0d5a Invoice links: enable fmp:// record-jump (USE_FM_SCRIPT=true  ·  back to Dw Pitch Followup  ·  Expand sort to all fields incl Invoice total (merch_total); 5305246 →