From 6de9a9fff2a091c5dac4430c9b04b5df6124e81c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Sep 2022 14:17:02 +0530 Subject: [PATCH] view allocation all report display --- project_report/report/project_revenue_custom_report3.py | 4 ++-- project_report/views/project_view.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project_report/report/project_revenue_custom_report3.py b/project_report/report/project_revenue_custom_report3.py index 3ba97ad..8a66324 100644 --- a/project_report/report/project_revenue_custom_report3.py +++ b/project_report/report/project_revenue_custom_report3.py @@ -236,8 +236,8 @@ SELECT 0 as budgeted_revenue, 0 as budgeted_hours, 0 as overall_hourly_rate, - AAL.unit_amount, - pro_data.pro_hourly_rate, + AAL.unit_amount as unit_amount, + pro_data.pro_hourly_rate as pro_hourly_rate, ((AAL.amount * -1)/NULLIF(AAL.unit_amount, 0)) as timesheet_cost, (AAL.unit_amount * pro_data.pro_hourly_rate) AS actual_revenue, (AAL.amount * -1) as actual_cost, diff --git a/project_report/views/project_view.xml b/project_report/views/project_view.xml index fe4d369..d745a3e 100755 --- a/project_report/views/project_view.xml +++ b/project_report/views/project_view.xml @@ -10,10 +10,10 @@
+