add sum attributes in all numbers based field column in tree view of project revenue (updated)
This commit is contained in:
parent
5d5eca3800
commit
0b62987ca7
|
@ -49,16 +49,16 @@
|
|||
<field name="sub_project" optional="show"/>
|
||||
<field name="employee_id" optional="show"/>
|
||||
<field name="role" optional="show"/>
|
||||
<field name="overall_budgeted_revenue" optional="show"/>
|
||||
<field name="budgeted_revenue" optional="show"/>
|
||||
<field name="actual_revenue" optional="show"/>
|
||||
<field name="actual_cost" optional="show"/>
|
||||
<field name="budgeted_hours" optional="show"/>
|
||||
<field name="pro_hourly_rate" optional="show"/>
|
||||
<field name="overall_budgeted_revenue" optional="show" sum="Total Of Overall Budgeted Revenue"/>
|
||||
<field name="budgeted_revenue" optional="show" sum="Total Of Budgeted Revenue"/>
|
||||
<field name="actual_revenue" optional="show" sum="Total Of Actual Revenue"/>
|
||||
<field name="actual_cost" optional="show" sum="Total Of Actual Cost"/>
|
||||
<field name="budgeted_hours" optional="show" sum="Total Of Budgeted Hours"/>
|
||||
<field name="pro_hourly_rate" optional="show" sum="Total Of Hourly Revenue"/>
|
||||
<field name="profit_amt" optional="show" sum="Total Of Profit Amount"/>
|
||||
<field name="profit_per" optional="show"/>
|
||||
<field name="unit_amount" widget="float_time" optional="show"/>
|
||||
<field name="timesheet_cost" optional="show"/>
|
||||
<field name="profit_per" optional="show" sum="Total Of profit Percentage"/>
|
||||
<field name="unit_amount" widget="float_time" optional="show" sum="Total Of Timesheet Hours"/>
|
||||
<field name="timesheet_cost" optional="show" sum="Total Of Hourly Cost"/>
|
||||
<field name="start_date" optional="show"/>
|
||||
<field name="end_date" optional="show"/>
|
||||
<field name="timesheet_sdatetime" optional="show"/>
|
||||
|
|
Loading…
Reference in New Issue