From 3f56f04f8b218d75047718d964bf024a6503744b Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 11 Aug 2025 20:32:48 -0400 Subject: [PATCH] notes --- procs/single_price_call.pg.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/procs/single_price_call.pg.sql b/procs/single_price_call.pg.sql index a231eb5..4c21017 100644 --- a/procs/single_price_call.pg.sql +++ b/procs/single_price_call.pg.sql @@ -442,6 +442,9 @@ BEGIN ------------------------------------------------------------------ _ui_json := jsonb_build_object( 'details', jsonb_build_array( + ------------------------------------------ + -- history + ------------------------------------------ jsonb_build_object( 'label', 'History', 'details', jsonb_build_array( @@ -462,6 +465,9 @@ BEGIN ) ) ), + ------------------------------------------ + -- price list + ------------------------------------------ jsonb_build_object( 'label', 'List', 'details', jsonb_build_array( @@ -473,6 +479,9 @@ BEGIN ) ) ), + ------------------------------------------ + -- history + ------------------------------------------ jsonb_build_object( 'label', 'Target Calculation', 'details', @@ -513,6 +522,9 @@ BEGIN 'details', jsonb_build_object('label','Price','value',_tprice,'type','currency','note','') ), + ------------------------------------------ + -- history + ------------------------------------------ jsonb_build_object( 'label', 'Guidance', 'details', jsonb_build_array(