This commit is contained in:
Paul Trowbridge 2025-08-11 20:32:48 -04:00
parent eb7563f96c
commit 3f56f04f8b

View File

@ -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(