Commit Graph

69 Commits (3bfb781f41fbeae568043cdd6702fbff4f50b1de)

Author SHA1 Message Date
hjust c108931c6b Changed position of cost entry filter select and issue filter select (closes #13114) 15 years ago
hjust 8e97877945 changed group_by functionality to be much more generic. 15 years ago
hjust ff8b503f8f added default value for group by in init of new query 15 years ago
hjust f75a87a181 some try on debugging 15 years ago
hjust 3c15e6297f added columns for denormalized spent_on. 15 years ago
hjust c7552d8e5b added several labels for l10n 15 years ago
rkh 5d701e3b55 fixed: time granulatrity is now persitent, too 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 f263b9afd9 fixed a typo in display of filters 15 years ago
hjust f0e389726a added icons showing entry type in a cost report 15 years ago
hjust 54d154febc Filters should now show correct on the UI. 15 years ago
hjust 4d86637597 first try on cost reporting. Still incomplete, so it will not be of any usefulness yet. This will improve later on (hopefully). 15 years ago
rkh 7d4760d9aa default hourly rates specs 15 years ago
rkh aafd46759b ported cost_entry specs to time_entry 15 years ago
rkh 932daa29f8 should update cost if a new rate is added in between 15 years ago
rkh 2fa7916426 make all tests pass 15 years ago
rkh 94f56b7b19 let saving a cost_rate fail if updating the corresponding issue fails, too 15 years ago
rkh 45045c979d make 'should update cost if a spent_on changes' spec pass 15 years ago
rkh 826d18aa02 spec for changing spent_on on a cost_entry 15 years ago
rkh da47dd74dd small refactoring 15 years ago
rkh 8b2a86b2f5 minor edge case fixes for CostEntry cost updating 15 years ago
hjust 0c3631914c added initial structures for cost report 15 years ago
hjust 79cdba76ae removed a multitude of unloadable 15 years ago
hjust 57ef6ed208 removed some validations 15 years ago
hjust 99d9f7bc67 costs are 0.0 by default 15 years ago
hjust 5787c75117 changed rate.id to rate_id to circumvent nil problems 15 years ago
hjust 44ff7df69e fixed edge case where current rate is nil and no rate was provided 15 years ago
hjust dd0b4b6d7f regression from non committed refactoring 15 years ago
hjust 660b2bd169 * denormalized costs in cost entries and tickets 15 years ago
hjust c3ce2fdf85 added some validations 15 years ago
hjust 45cbfa3443 Added additional validation constraint to prevent multiple HourlyRates with the same scope and the same valid_from date. 15 years ago
hjust f580b88935 Added observer to update models depending on hourly rates. 15 years ago
hjust ea33da9a5e Refactored many names: 15 years ago
hjust 78b2179ba2 Added ability to define default hourly rates. refs #10617 15 years ago
hjust e8b05659df Removed default hourly rate. It is not used anyway 15 years ago
hjust 144cbed213 * added validation method to issue model to implement part of blocking (method disabled for now) 15 years ago
hjust 0b58f50653 required type in deliverable model. 15 years ago
hjust 62fbe82c55 * enable calculated costs on deliverable_costs and deliverable_hours if there is no assigned deliverable (if it was not saved yet) 15 years ago
hjust 14f00375a2 * allow to define a labor budget for users without a rate 15 years ago
hjust 9830410936 added functionality to edit hourly rates 15 years ago
hjust b641cb2efa Cost types can now by marked deleted. Such cost types can not be used in budget planning and cost logging. References are not destroyed as a cost type can never be really deleted from the database. 15 years ago
hjust a177b09754 view, create, and edit of cost_types feature complete 15 years ago
hjust 89b3af07ba first steps towards editing of cost_types 15 years ago
hjust 5f0dcb794c * fixed entering of overridden costs 15 years ago
hjust b221a43454 allows overriding costs in cost_entries. 15 years ago
hjust d1e51ea933 added ability to overwrite costs in budget planning 15 years ago
hjust 5284ad6bdb * fixed display of overall labor costs for a deliverable 15 years ago
hjust 09efc50cdf * removed upper bound for units in a cost entry 15 years ago