Commit d1d89a21 authored by Frank Bergmann's avatar Frank Bergmann

- Updated SQL files

parent 64d71ca6
Pipeline #633 failed with stages
......@@ -21,6 +21,7 @@
<requires url="senchatouch-v211" version="4.1.0.0.0"/>
<requires url="intranet-timesheet2" version="4.1.0.0.0"/>
<requires url="intranet-timesheet2-tasks" version="4.1.0.0.0"/>
<requires url="intranet-reporting" version="4.1.0.0.0"/>
<callbacks>
</callbacks>
......
......@@ -11,7 +11,7 @@
SELECT im_report_new (
'REST Main Project Tasks with Hours', -- report_name
'rest_main_project_tasks_with_hours', -- report_code
'intranet-rest', -- package_key
'senchatouch-timesheet', -- package_key
110, -- report_sort_order
(select menu_id from im_menus where label = 'reporting-rest'), -- parent_menu_id
'select child.project_id as id,
......@@ -80,7 +80,7 @@ SELECT acs_permission__grant_permission(
SELECT im_report_new (
'REST Main Projects with Hours', -- report_name
'rest_main_projects_with_hours', -- report_code
'intranet-rest', -- package_key
'senchatouch-timesheet', -- package_key
110, -- report_sort_order
(select menu_id from im_menus where label = 'reporting-rest'), -- parent_menu_id
'select project_id,
......
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