Commit Graph
115 Commits
Author SHA1 Message Date
Eric Davis fa12fcd129 [#4411] Round currency to 0 decimal places on the Contracts page. 2010-08-12 10:03:37 -07:00
Eric Davis 82d46bd12a [#4411] Round time and currencies on the Deliverable form to 2 decimal places. 2010-08-12 09:49:45 -07:00
Eric Davis a2b810a4d8 [#4410] Replace Payment Terms with an Enumeration
Instead of using a hard coded value for Payment Terms, they will use
Redmine's Enumeration table.  This provides an admin gui to managing
the value as well as ordering them.
2010-08-12 09:26:09 -07:00
Eric Davis 61270c60d5 [#4178] Fixed some more tests from the UI changes. 2010-08-09 12:47:45 -07:00
Eric Davis 074d6a47e7 [#4178] Fixing integration tests based on the UI changes. 2010-08-09 12:29:04 -07:00
Eric Davis de0752ed02 [#4178] CSS stripe the contracts list. 2010-08-09 12:00:38 -07:00
Eric Davis 66f3a07e75 [#4178] TODO flagging sections of the views with their release version. 2010-08-09 11:49:42 -07:00
Eric Davis 4af0860542 [#4178] Zebra stripe deliverable table. 2010-08-09 11:34:36 -07:00
Eric Davis 74795a2788 Untabify 2010-08-09 11:16:15 -07:00
Eric Davis a2dfc1c92b [#4178] Removed emtpy table cells that are for future features. 2010-08-09 11:16:00 -07:00
Eric Davis 67069dc60a [#4178] Tweak the Deliverable Finances so it's one table per child record. 2010-08-09 11:12:51 -07:00
Eric Davis 90d2aeccea [#4178] Added styles for the Deliverable form. 2010-08-09 11:07:55 -07:00
Eric Davis 78c43a8821 [#4178] Added Contract title bar to the deliverable form. 2010-08-09 10:37:00 -07:00
Eric Davis 73e92d2970 [#4178] Extract contract title bar to partial. 2010-08-09 10:33:29 -07:00
Eric Davis c652360a6d [#4178] Fixed the Contract form's submit button layout. 2010-08-09 10:24:46 -07:00
Eric Davis 5958285410 [#4178] Updated the Contract form from the design. 2010-08-03 15:17:50 -07:00
Eric Davis fcf012c828 [#4178] First port of the Contracts#show skin. 2010-08-03 14:58:08 -07:00
Eric Davis fe2c058def [#4178] Skinned Contracts#list. 2010-08-03 13:23:51 -07:00
Eric Davis 72aeaac59a [#4327] Added the Deliverable field to the bulk edit. 2010-08-03 11:24:23 -07:00
Eric Davis 6ad50c57b2 [#4184] Add a compatibility wrapper for Deliverable#due 2010-08-03 10:48:17 -07:00
Eric Davis 729acf200d [#4327] Add a select field to selecting the deliverable for an issue. 2010-08-02 16:07:59 -07:00
Eric Davis ad8dec8638 [#4327] Show the current deliverable on the issue details page. 2010-08-02 15:14:05 -07:00
Eric Davis 76a0573341 [#4281] Change the title for editing a contract. 2010-07-19 17:45:44 -07:00
Eric Davis 231066098b [#4281] Change the title for editing a Deliverable. 2010-07-19 17:44:41 -07:00
Eric Davis 7209871e87 [#4280] Add the $ as a hint to the Deliverable total form. 2010-07-19 17:39:35 -07:00
Eric Davis 1670fb5a73 [#4279] Move the total field to the bottom of the deliverable form. 2010-07-19 17:36:59 -07:00
Eric Davis 4100972d46 [#4278] Increase the size of the Contract's small wiki fields. 2010-07-19 17:33:55 -07:00
Eric Davis e4ce899cd5 Sort deliverable managers in the select field. 2010-07-19 17:31:05 -07:00
Eric Davis c8ede6a05d [#4277] Only show project members for account executives. 2010-07-19 17:30:51 -07:00
Eric Davis 41e221119c [#4183] Implemented Contract#profit_left. 2010-07-13 18:32:35 -07:00
Eric Davis 361b971100 [#4183] Implemented Contract#total_spent 2010-07-13 18:25:00 -07:00
Eric Davis 1f22b203b6 [#4183] Implemented HourlyDeliverable#profit_left. 2010-07-13 18:15:29 -07:00
Eric Davis cd3ba5e5e5 [#4183] Implemented HourlyDeliverable#total_spent. 2010-07-13 18:11:02 -07:00
Eric Davis 597062fdf8 [#4183] Implemented FixedDeliverable#profit_left (was called profit_spent). 2010-07-13 18:00:35 -07:00
Eric Davis de42a32121 [#4183] Implemented FixedDeliverable#total_spent 2010-07-13 17:49:50 -07:00
Eric Davis 80cde2d222 [#4183] HourlyDeliverable#total (budget) should only include labor budget. 2010-07-13 17:38:49 -07:00
Eric Davis d8196842ff [#4186] Added the Total Budget to the Contract list view. 2010-07-13 13:41:25 -07:00
Eric Davis 9c07ee676e [#4183] Implemented Contract#labor_spent. 2010-07-13 13:31:28 -07:00
Eric Davis 7323537ea6 [#4183] Implemented Contract#overhead_spent. 2010-07-13 13:27:06 -07:00
Eric Davis a9bae2e604 [#4183] Update the estimated hours field. 2010-07-13 11:45:47 -07:00
Eric Davis 6dcad41646 Refactor: remove hard coded formatter in #show_budget_field. 2010-07-13 11:42:00 -07:00
Eric Davis a1a66146ee Refactor: merge methods by using a block to control custom data. 2010-07-13 11:39:55 -07:00
Eric Davis b24ab65792 [#4183] Implemented Contract#estimated_hour_spent and Deliverable#hours_spent_total. 2010-07-13 11:34:22 -07:00
Eric Davis af99dc4042 [#4183] Format the payment terms using the translated string. 2010-07-13 11:18:26 -07:00
Eric Davis 96d75a149c [#4183] Bold the labels on the contract details so the fields are easier to see. 2010-07-13 11:14:07 -07:00
Eric Davis 9f4fec3fd2 [#4183] Format wiki fields. 2010-07-13 11:09:37 -07:00
Eric Davis e19a1e192f [#4183] Small UI tweaks until skinning. 2010-07-13 11:01:58 -07:00
Eric Davis 8139c952b5 Shrink some of the contract's wiki edits to 3 rows, per specs. 2010-07-13 10:48:30 -07:00
Eric Davis f83555a4b0 [#4183] Added client point of contact for a Contract. 2010-07-13 10:47:37 -07:00
Eric Davis 93498d31b2 [#4183] Split TODO columns by this release and later release. 2010-07-13 10:39:39 -07:00