Commit Graph
14 Commits
Author SHA1 Message Date
Eric Davis 16d793bea6 [#2279] Hooked up the Billable filter to adjust the Timesheet's Activities.
* Hooked into the TimesheetController to modify the Timesheet activities
* Added TimeEntryActivity#find_with_billable_values to find all the TimeEntryActivities
  which have the value in the billable custom field.
2009-04-22 15:10:29 -07:00
Eric Davis f15dafc4fe [#2279] Select the Billable values based on the submitted form. 2009-04-22 14:00:15 -07:00
Eric Davis 9ee8c41d7b [#2279] Populated the Timesheet filter with the values from the Billable field
using the OverheadHelper.
2009-04-22 12:02:30 -07:00
Eric Davis cb8d2bc6df [#2279] Added TimeEntryActivity#billable_custom_field to lookup and return
the configured CustomField for the Billing Status.
2009-04-22 11:53:50 -07:00
Eric Davis 467c1259d8 [#2279] Added an empty select field for the statuses. 2009-04-22 11:42:06 -07:00
Eric Davis b4fbbde01a [#2279] Added the Billing Status label and fixed the specs to work with a
render_to_string.
2009-04-22 11:41:28 -07:00
Eric Davis ebd06b893b [#2280] Added documentation. 2009-04-22 10:30:58 -07:00
Eric Davis 85af15b7c3 [#2280] Center the billable column 2009-04-22 10:21:42 -07:00
Eric Davis c62722041d [#2280] Added a td for the group by issue format. 2009-04-22 10:17:07 -07:00
Eric Davis 27ab69002c [#2280] Added a Billable cell with the green checkbox depending on if a
Time Entry is billable or not.
2009-04-22 10:13:22 -07:00
Eric Davis 7e67416b5b [#2280] Added a Billable header to the Timesheet plugin's report tables. 2009-04-22 09:32:11 -07:00
Eric Davis adf17f8ed7 [#2281] Added a TimeEntry#billable? method which is delegated to
TimeEntryActivity#billable?
2009-04-21 17:06:28 -07:00
Eric Davis ea38554820 [#2281] Refactored the implementation of billable?. 2009-04-21 17:00:22 -07:00
Eric Davis efb58740a3 [#2281] Added TimeEntryActivity#billable? query method which will lookup
the settings and the current custom values of the TimeEntryActivity.
2009-04-21 16:51:20 -07:00