Commit Graph

94 Commits (76d2b35dd4a0285a951dece7eb94e98541b33f62)

Author SHA1 Message Date
hjust 8b318f474e use limit = per_page_option in the default case (format == nil) 15 years ago
t.felgentreff 3c26bcb839 include helpers to be able to pluralize and format numbers 15 years ago
hjust 5533f974a8 Minor currency formatting fixes in text fields for rates 15 years ago
t.felgentreff 7c8c24373c patch format-dependent page limit to work more alike to the issues controller in 0.9 15 years ago
hjust 17eac34e33 Display Cost Report instead of time entry details and cost entry details (#14600) 15 years ago
hjust 0e0f17a6d0 Add stack trace to error log in case of broken report query 15 years ago
hjust 64470f3da3 Reverted r640, r639 because stupid 15 years ago
hjust c757389860 Refactoring: Move controller code into cost query model 15 years ago
hjust ff22c9d78d Fixed: Display cost entries and time entries without an issue in cost report. 15 years ago
hjust f78caab6c9 Ajaxify the selection of new filters. (#15275) 15 years ago
t.felgentreff 42a3adc309 fix warning 15 years ago
hjust d75715b650 Fixed: Copy and paste error 15 years ago
hjust 10d57ae832 Display an empty cell for not visible costs instead of 0.0000 (refs #14199) 15 years ago
hjust e65c795eef Revert most of r517. 15 years ago
hjust 100a6c8689 Round unit_sum to two decimals. (refs #14168) 15 years ago
hjust ce2d03900a Use the correct default sort 15 years ago
hjust 3b8c142d63 Changed default sort order for cost reports (refs #14261) 15 years ago
hjust cb02bd3827 reenable safety net for report exceptions 15 years ago
hjust 3015251cf6 Added display of units sums for report groups. (refs #14168) 15 years ago
hjust 19f898cb7e fixed redirect target to the index action 15 years ago
hjust c1c78cd303 Cleaned up authorization 15 years ago
hjust 023d99cd28 Lost a save during last commit. 15 years ago
hjust 07c5b43a48 Normalized all permissions to the new permission model. 15 years ago
hjust 527f3f07a6 Check for the user's right to view rates in SQL queries for report. 15 years ago
hjust aac02b4651 renamed permission :view_unit_price to :view_cost_rates everywhere 15 years ago
hjust 461d3d18a2 Added special error handling of a report failed. This time for real. 15 years ago
rkh 20a4abe175 error handling for cost reports 15 years ago
hjust 83270e7c1a use the granular permissions model 15 years ago
hjust 04f08c4a56 HourlyRatesController now uses the new permissions model. 15 years ago
hjust 0417ae0668 Permissions now use the new model 15 years ago
hjust 65c533d430 Initial try on inherited permissions and group membership types 15 years ago
hjust f517f7be19 added inherited permissions 15 years ago
hjust 866f7dec90 first part of unified permissions 15 years ago
hjust e2f02d8e44 added special (formerly missing) case if user disabled the display of both cost entries AND time entries 15 years ago
hjust 37be9a7bdc [Cost Report] removed the default filter entry 15 years ago
hjust 9abfdd20a5 [Cost Report] calculate and show the aggregated cost for all cost / time entries matching the current filter 15 years ago
hjust 7d817414ae Implemented Grouping. 15 years ago
hjust 3bfb781f41 Extended the FROM clauses in joined view of cost entries and time entries. 15 years ago
hjust 05964e3f8c removed debug statement 15 years ago
hjust c108931c6b Changed position of cost entry filter select and issue filter select (closes #13114) 15 years ago
hjust ff8b503f8f added default value for group by in init of new query 15 years ago
hjust a92918415f added default value for group by in init of new query 15 years ago
hjust c7552d8e5b added several labels for l10n 15 years ago
rkh 76094743dd handle group_by as hash 15 years ago
hjust 1adf8f062e fixed the filter logic 15 years ago
hjust 6fe5c34219 gui and data mock for grouping in reports 15 years ago
hjust f0e389726a added icons showing entry type in a cost report 15 years ago
hjust 7e6282a404 added logic to display only selected types of entries (only cost_entries, only time_entries or both) 15 years ago
hjust c495ca0803 added additional sort fields 15 years ago
hjust ce914cc15b Display cost- and time entries merged in a single view. closes #13088 15 years ago