notes
This commit is contained in:
parent
eb7563f96c
commit
3f56f04f8b
@ -442,6 +442,9 @@ BEGIN
|
|||||||
------------------------------------------------------------------
|
------------------------------------------------------------------
|
||||||
_ui_json := jsonb_build_object(
|
_ui_json := jsonb_build_object(
|
||||||
'details', jsonb_build_array(
|
'details', jsonb_build_array(
|
||||||
|
------------------------------------------
|
||||||
|
-- history
|
||||||
|
------------------------------------------
|
||||||
jsonb_build_object(
|
jsonb_build_object(
|
||||||
'label', 'History',
|
'label', 'History',
|
||||||
'details', jsonb_build_array(
|
'details', jsonb_build_array(
|
||||||
@ -462,6 +465,9 @@ BEGIN
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
------------------------------------------
|
||||||
|
-- price list
|
||||||
|
------------------------------------------
|
||||||
jsonb_build_object(
|
jsonb_build_object(
|
||||||
'label', 'List',
|
'label', 'List',
|
||||||
'details', jsonb_build_array(
|
'details', jsonb_build_array(
|
||||||
@ -473,6 +479,9 @@ BEGIN
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
------------------------------------------
|
||||||
|
-- history
|
||||||
|
------------------------------------------
|
||||||
jsonb_build_object(
|
jsonb_build_object(
|
||||||
'label', 'Target Calculation',
|
'label', 'Target Calculation',
|
||||||
'details',
|
'details',
|
||||||
@ -513,6 +522,9 @@ BEGIN
|
|||||||
'details',
|
'details',
|
||||||
jsonb_build_object('label','Price','value',_tprice,'type','currency','note','')
|
jsonb_build_object('label','Price','value',_tprice,'type','currency','note','')
|
||||||
),
|
),
|
||||||
|
------------------------------------------
|
||||||
|
-- history
|
||||||
|
------------------------------------------
|
||||||
jsonb_build_object(
|
jsonb_build_object(
|
||||||
'label', 'Guidance',
|
'label', 'Guidance',
|
||||||
'details', jsonb_build_array(
|
'details', jsonb_build_array(
|
||||||
|
Loading…
Reference in New Issue
Block a user