Commit Graph
91 Commits
Author SHA1 Message Date
Eric Davis 7ed21f7fe2 [#4420] When a Retainer's period is changed, it will now reload it's details. 2010-09-08 14:03:06 -07:00
Eric Davis ad6766fd2f [#4420] Add the options for Retainers to select which month to display. (UI only). 2010-09-08 11:57:46 -07:00
Eric Davis d3052d7d54 [#4420] Implemented RetainerDeliverable#current_period 2010-09-08 11:46:59 -07:00
Eric Davis df53f27114 [#4420] Remove Deliverable#frequency, assumed to be monthly. 2010-09-01 20:24:29 -07:00
Eric Davis dfab7b5714 [#4420] Use empty budgets for Retainers that are missing them so they appear on the form. 2010-09-01 19:28:18 -07:00
Eric Davis ede645e359 [#4420] Added test for changing Retainer's start/end date without it's period. 2010-09-01 18:14:48 -07:00
Eric Davis 9858b87fff [#4420] When a Retainer's period is shrunk, budgets outside the period are destroyed. 2010-09-01 18:12:40 -07:00
Eric Davis 0a33cdefbb Remove dead test code. 2010-09-01 17:57:49 -07:00
Eric Davis 8f92dcc870 [#4420] Changed Retainers to support extending multiple Budget items. 2010-09-01 17:56:16 -07:00
Eric Davis cb27ae2cc8 [#4420] Throw away single tests for start and end extensions. 2010-09-01 15:33:46 -07:00
Eric Davis 57d3830084 [#4420] Added a test for extending both the start and end dates. 2010-09-01 15:33:08 -07:00
Eric Davis 4b12d9d9c8 [#4420] Retainers extended before the start date will duplicate the month's first budget items. 2010-09-01 15:15:16 -07:00
Eric Davis 16f8152599 [#4420] Retainers extended past the end date will duplicate the month's last budget items. 2010-09-01 15:09:36 -07:00
Eric Davis d48addbcb0 [#4420] Added support for overriding each period's finances on Retainers. 2010-08-30 10:51:37 -07:00
Eric Davis c13f31b1b5 [#4420] Added a Deliverable finance form for each Retainer month. 2010-08-30 10:30:59 -07:00
Eric Davis 7d43ab7d74 [#4420] Working on creating labor budgets for each retainer month. 2010-08-23 16:15:57 -07:00
Eric Davis 1120b39ed6 [#4420] Hook up Retainers so they can be saved. 2010-08-16 14:49:03 -07:00
Eric Davis 7d19c10714 [#4420] Show/hide the frequency field based on the selected Deliverable type. 2010-08-16 14:48:35 -07:00
Eric Davis fa12fcd129 [#4411] Round currency to 0 decimal places on the Contracts page. 2010-08-12 10:03:37 -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 c17e8eaf1b [#4409] Old HourlyDeliverables should be converted over to FixedDeliverables. 2010-08-12 08:11:11 -07:00
Eric Davis e734430deb [#4409] Convert contracts with the billable rate of 50. 2010-08-12 08:00:31 -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 84c679dc67 [#4327] Show the deliverable's title in the Journal notes. 2010-08-03 12:02:37 -07:00
Eric Davis 848616853d [#4327] Save deliverable bulk edits. 2010-08-03 11:38:17 -07:00
Eric Davis 72aeaac59a [#4327] Added the Deliverable field to the bulk edit. 2010-08-03 11:24:23 -07:00
Eric Davis 1d644178bd [#4184] Fix the issue mapper so each issue is migrated only once. 2010-08-03 10:17:57 -07:00
Eric Davis 389fbf3d13 [#4327] Save the deliverable changes to the issue using the hooks. 2010-08-02 16:36:14 -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 39edad3e07 Fix broken test. 2010-08-02 13:39:07 -07:00
Eric Davis c8ede6a05d [#4277] Only show project members for account executives. 2010-07-19 17:30:51 -07:00
Eric Davis 0b0977a492 Fixed a test that was shadowed by another. 2010-07-19 10:41:57 -07:00
Eric Davis 06e3f8d39a [#4184] Use a mapper to track primary key differences on Deliverables. 2010-07-19 10:39:40 -07:00
Eric Davis cb3fe1a18f [#4184] Fix test. 2010-07-19 10:24:50 -07:00
Eric Davis f668d55552 [#4184] Enable the contracts module for projects in the conversion. 2010-07-19 10:06:04 -07:00
Eric Davis e2aabeec8c [#4184] Load the YAML inside of #migrate. 2010-07-19 09:54:25 -07:00
Eric Davis 4f9ee03fb5 [#4184] Convert materials and materials % to OverheadBudgets. 2010-07-19 08:35:12 -07:00
Eric Davis 7d9f45d2ed [#4184] Append the YAML object dump to the notes. 2010-07-14 10:37:32 -07:00
Eric Davis e6ab8ac3ab [#4184] Converted Labor Budget for HourlyDeliverables. 2010-07-14 10:30:40 -07:00
Eric Davis f0eb4812b5 [#4184] Convert overhead percents. 2010-07-14 10:19:04 -07:00
Eric Davis 7865ee69ea [#4184] Convert overhead values. 2010-07-14 10:11:36 -07:00
Eric Davis acf6e5e9b4 [#4184] Convert FixedDeliverable#total. 2010-07-14 10:05:36 -07:00
Eric Davis 5c01a0709d [#4184] Got the most basic objects ported from Budget to Contracts. 2010-07-13 14:58:11 -07:00
Eric Davis b787d4adbe [#4184] Test refactoring. 2010-07-13 14:36:06 -07:00
Eric Davis 30172b4be1 [#4184] Starting on the budget data migration. 2010-07-13 14:35:23 -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 91b16a2310 [#4183] Updated HourlyDeliverable#total to calculate the estimated total 2010-07-07 16:00:40 -07:00
Eric Davis 3d4e71ff93 [#4183] Show budget fields on a single line: one for spent, one for budget. 2010-07-07 15:10:23 -07:00
Eric Davis 44664edf30 [#4183] Add all the fields for the Contract metadata with TODOs. 2010-07-07 14:57:05 -07:00