Export datetime format updated

This commit is contained in:
prakash 2022-03-16 18:26:41 +05:30
parent d9dfc8bfdb
commit 42ab9e4c22
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ class BudgetAmtAnalysis(models.Model):
pro.pricing_type as pricing_type,
pro.project_type as project_type,
null::date AS timesheet_date,
null::timestamp with time zone AS timesheet_sdatetime,
null::timestamp AS timesheet_sdatetime,
pro_emp.cost AS revenue
FROM project_project pro
Left JOIN project_sale_line_employee_map pro_emp ON pro_emp.project_id = pro.id
@ -109,7 +109,7 @@ class BudgetAmtAnalysis(models.Model):
pro.pricing_type as pricing_type,
pro.project_type as project_type,
null::date AS timesheet_date,
null::timestamp with time zone AS timesheet_sdatetime,
null::timestamp AS timesheet_sdatetime,
pro.budgeted_revenue AS revenue
FROM project_project pro
--Left JOIN project_sale_line_employee_map pro_emp ON pro_emp.project_id = pro.id