Files
openproject/modules
ulferts 38d2707946 Fix/wp sums in db (#8580)
* remove apparently unused methods

* have specs for wp query sums

* grouped sums in sql

* sql for total sums

* alter interface of all_grouped_sums

Since we now fetch all sums in one sql statement it no longer makes sense to fetch the group sums individually

* remove now unused method

* extract method

* Add material_costs to summing

* add labor_costs to group sums


* add overall costs to sum

* fix sum grouping descision

* fix summable? check

* remove work_package_list_summable_columns setting

Now all summable columns are always summed. The user no longer needs to select summing up in the settings. Selecting the column to be displayed and activiating sums will suffice

* fix flickering spec
2020-08-24 07:22:43 +02:00
..
2020-08-24 07:22:43 +02:00
2020-08-20 08:17:20 +00:00
2020-08-24 07:22:43 +02:00
2020-08-18 08:24:34 +02:00