Commit Graph

2042 Commits (6db5e16deb0bb2ea67c49891b98c81fdebfab4a7)
 

Author SHA1 Message Date
t.felgentreff ef99cfa55d replace Euro signs with number_to_currency 15 years ago
t.felgentreff ad9ec5c979 NoFilter should not display 15 years ago
t.felgentreff 4896c8c8e8 minor refactoring 15 years ago
t.felgentreff 30bf287a1a re-show the filter settings on returning to the report 15 years ago
p.tessenow f7e1aca268 separate between entries and issues in filters view 15 years ago
p.tessenow 549ae1e985 added method Filter.all_grouped which returns an array grouped by 'applied_for' used this method in the view 15 years ago
p.tessenow 3fd55a0ed1 refactored add_filter() javaScript function 15 years ago
p.tessenow d4a415c986 the select options to add a filter are separated by the object they apply on 15 years ago
p.tessenow ae37bff213 sort list of filters in view 15 years ago
p.tessenow d4303ae264 give issue filters a longer description in the view 15 years ago
p.tessenow d8bd7ee4f2 added missing locales for the applies_for change 15 years ago
p.tessenow 2744f7bd1f now it is possible to define to what a chainable applies for - this is used e.g. to separate filters for entries and filters for issues 15 years ago
t.felgentreff de8d8ac289 show active filters 15 years ago
t.felgentreff 419885fb7e fix http_query_parameters 15 years ago
t.felgentreff 31045a95b3 implement convenience for getting all group_bys and all filters in a query 15 years ago
t.felgentreff 44fb55868c Refactoring 15 years ago
t.felgentreff 69590757f2 remove CostQuery example code 15 years ago
t.felgentreff 4e2bb18b22 add FIXME notice 15 years ago
t.felgentreff e616da490c re-organize cost_reports_controller 15 years ago
t.felgentreff a0a55fa008 use internationalized number_to_currency 15 years ago
t.felgentreff 8ae4e58529 fix error in Sql statement 15 years ago
t.felgentreff aaa3a23d2c move method to helper 15 years ago
t.felgentreff 8124c459fb start implementing filter application 15 years ago
t.felgentreff 901a47480f fix typo 15 years ago
p.tessenow 2f363264bf return << me >> as an available value when we need users 15 years ago
p.tessenow 5cae908287 the activity_id filter now takes its available values from the user_id filter - they both return users 15 years ago
p.tessenow d0d0ceb8d0 added full 'add-filter' support 15 years ago
p.tessenow 90bf1d6f16 next step for 'add filter'-support - the view looks fine, necessary JavaScript is still missing 15 years ago
p.tessenow 47f731bcf2 first part of the ad-hoc filter adding ability in view 15 years ago
p.tessenow 6861ca1be0 use correct label when displaying filters, renamed CostQuery::Filter.short_name to underscore_name 15 years ago
p.tessenow 823f4128d5 each filter knows its label (in the form of a symbol for translation) 15 years ago
p.tessenow 5b8a2f5c57 added all filter where we can select objects, to be displayed in our view 15 years ago
p.tessenow e6f73180d6 modified reporting_helper to return filter-rows which can be used to display select-an-object filter - this is still a stub 15 years ago
p.tessenow a6e08acdae use filter_name instead of filter to be more clear what was intended 15 years ago
p.tessenow 5924fdc868 add support for symbol-use in the filters partial 15 years ago
p.tessenow e0ea2fd8e0 use filter short_name for id-generation 15 years ago
p.tessenow 4ae6a6df2f use symbols instead of strings in _activate_filter partial 15 years ago
p.tessenow 9f2f84d4d4 added short_name method to filter - this is used to created html-id's 15 years ago
p.tessenow 1c76faa0fb removed debug output 15 years ago
p.tessenow d5566517d2 the _text partial now knows the hide-option 15 years ago
p.tessenow 0775c716e0 add partial that can choose an operator (no support for operators that change the number of values yet) 15 years ago
p.tessenow 513758626e add patial that can select one or more values 15 years ago
p.tessenow b5df44cfac renamed parameter, fixed comment in reporting helper 15 years ago
p.tessenow 377d957a5b moved JavaScripts into separate file 15 years ago
p.tessenow 433a50f907 removed empty select_box partial 15 years ago
p.tessenow baca7c00d0 added missing available_value-methods to filters and moved them to class-side 15 years ago
p.tessenow d2442172e6 filter fuer tabelle 15 years ago
p.tessenow 4dd1709785 CostQuery::Filter.all returns the ActivityId filter (to only test the view with one filter, more filter will come soon) 15 years ago
p.tessenow b940e0d4d1 fixed bug in activity_id filter available_values 15 years ago
p.tessenow 5086b601b4 removed debug output 15 years ago