Commit ab0d0388 authored by Frank Bergmann's avatar Frank Bergmann

- L10ned sales pipeline

parent c451dc20
......@@ -342,8 +342,8 @@ SELECT im_component_plugin__new (
'/intranet/projects/index', -- page_url
null, -- view_name
100, -- sort_order
'im_dashboard_histogram_sql -diagram_width 200 -sql "
select im_category_from_id(p.project_status_id) as project_status,
'im_dashboard_histogram_sql -diagram_width 600 -sql "
select im_lang_lookup_category(''[ad_conn locale]'', p.project_status_id) as project_status,
sum(coalesce(presales_probability,project_budget,0) * coalesce(presales_value,0)) as value
from im_projects p
where p.project_status_id not in (select * from im_sub_categories(81))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment