diff --git a/project_report/report/project_budget_amt_analysis.py b/project_report/report/project_budget_amt_analysis.py index f5b2b4a..f86bc77 100755 --- a/project_report/report/project_budget_amt_analysis.py +++ b/project_report/report/project_budget_amt_analysis.py @@ -63,7 +63,7 @@ class BudgetAmtAnalysis(models.Model): pro.date AS end_date, pro.partner_id AS partner_id, AAL.employee_id AS employee_id, - 'Actual Revenue' as amount_type, + 'Actual Cost' as amount_type, pro.pricing_type as pricing_type, pro.project_type as project_type, null::date AS timesheet_date, @@ -121,7 +121,7 @@ class BudgetAmtAnalysis(models.Model): pro.date AS end_date, pro.partner_id AS partner_id, AAL.employee_id AS employee_id, - 'Actual Cost' as amount_type, + 'Actual Revenue' as amount_type, pro.pricing_type as pricing_type, pro.project_type as project_type, AAL.date AS timesheet_date,