Commit Graph

  • 0a1bb9169d [#4420] Hook up Retainer's total_spent and profit_left for periods. Eric Davis 2010-09-09 14:22:25 -07:00
  • 91d8c1818e [#4420] Hook up Retainer's overhead_spent and labor_budget_spent for periods Eric Davis 2010-09-09 13:50:50 -07:00
  • 394236c741 WIP: need to finish up the backend still, some frontend is here for integration testing. 4420-wip-monthly-retainer-calculations Eric Davis 2010-09-08 17:54:59 -07:00
  • 82dec74eb7 [#4420] Changed the approach for Retainer calculations by using an optional parameter. Eric Davis 2010-09-08 15:39:34 -07:00
  • c8b86db4c4 [#4420] Added a second Retainer calculation method for specific dates. Eric Davis 2010-09-08 14:54:36 -07:00
  • 0cc2523084 [#4420] Adding Retainer calculation methods for specific dates. Eric Davis 2010-09-08 14:50:25 -07:00
  • 7ed21f7fe2 [#4420] When a Retainer's period is changed, it will now reload it's details. Eric Davis 2010-09-08 14:03:06 -07:00
  • ad6766fd2f [#4420] Add the options for Retainers to select which month to display. (UI only). Eric Davis 2010-09-08 11:57:46 -07:00
  • d3052d7d54 [#4420] Implemented RetainerDeliverable#current_period Eric Davis 2010-09-08 11:46:59 -07:00
  • 9f8f1238aa [#4420] Add a Javascript prompt when extending or shrinking a Deliverable's period. Eric Davis 2010-09-08 10:57:09 -07:00
  • df53f27114 [#4420] Remove Deliverable#frequency, assumed to be monthly. Eric Davis 2010-09-01 20:24:29 -07:00
  • 6a0c6348ed [#4420] Missing locale string. Eric Davis 2010-09-01 20:10:20 -07:00
  • dfab7b5714 [#4420] Use empty budgets for Retainers that are missing them so they appear on the form. Eric Davis 2010-09-01 19:28:18 -07:00
  • abc4d30346 [#4420] Display a message in the form when a Retainer has no effective months. Eric Davis 2010-09-01 18:50:24 -07:00
  • 994e9b0332 [#4420] Handle edge case when a retainer has no start or end date set. Eric Davis 2010-09-01 18:49:55 -07:00
  • e5853100d5 [#4420] Added some Javascript to prompt the user if they try to create a Retainer without a date range. Eric Davis 2010-09-01 18:44:30 -07:00
  • 918561d667 [#4420] Handle edge cases if a Retainer has no start or end date to extend. Eric Davis 2010-09-01 18:19:43 -07:00
  • ede645e359 [#4420] Added test for changing Retainer's start/end date without it's period. Eric Davis 2010-09-01 18:14:48 -07:00
  • 9858b87fff [#4420] When a Retainer's period is shrunk, budgets outside the period are destroyed. Eric Davis 2010-09-01 18:12:40 -07:00
  • 0a33cdefbb Remove dead test code. Eric Davis 2010-09-01 17:57:49 -07:00
  • 8f92dcc870 [#4420] Changed Retainers to support extending multiple Budget items. Eric Davis 2010-09-01 17:56:16 -07:00
  • cb27ae2cc8 [#4420] Throw away single tests for start and end extensions. Eric Davis 2010-09-01 15:33:46 -07:00
  • 57d3830084 [#4420] Added a test for extending both the start and end dates. Eric Davis 2010-09-01 15:33:08 -07:00
  • f46d222f4a [#4420] Refactor: extract method. Eric Davis 2010-09-01 15:29:37 -07:00
  • 2969afeaf4 [#4420] Refactor: extract method. Eric Davis 2010-09-01 15:24:33 -07:00
  • bd3cd89dd0 [#4420] Refactor: extract method. Eric Davis 2010-09-01 15:20:28 -07:00
  • 4b12d9d9c8 [#4420] Retainers extended before the start date will duplicate the month's first budget items. Eric Davis 2010-09-01 15:15:16 -07:00
  • 16f8152599 [#4420] Retainers extended past the end date will duplicate the month's last budget items. Eric Davis 2010-09-01 15:09:36 -07:00
  • c12a33e25d Merge branch 'master' into 4420-retainers Eric Davis 2010-09-01 14:53:32 -07:00
  • 0c38fe2c37 [#4466] Added deprecated methods to support more of the Budget plugin API. Eric Davis 2010-09-01 14:32:09 -07:00
  • d48addbcb0 [#4420] Added support for overriding each period's finances on Retainers. Eric Davis 2010-08-30 10:51:37 -07:00
  • c13f31b1b5 [#4420] Added a Deliverable finance form for each Retainer month. Eric Davis 2010-08-30 10:30:59 -07:00
  • c3c472b3b1 [#4420] Extract the Deliverable finances form to a partial. Eric Davis 2010-08-30 10:09:13 -07:00
  • 40d4029cd1 [#4420] Make #months handle more edge cases. Eric Davis 2010-08-30 09:50:24 -07:00
  • 9a4b4f2b43 [#4420] Added OverheadBudget creation for Retainers. Eric Davis 2010-08-30 09:25:24 -07:00
  • fc28f8351f [#4420] Fixed the after_save callback for Retainers. Eric Davis 2010-08-30 09:18:37 -07:00
  • 7d43ab7d74 [#4420] Working on creating labor budgets for each retainer month. Eric Davis 2010-08-23 16:15:57 -07:00
  • f899b4e623 [#4420] Started on the Retainer's periods, only pending tests for now. Eric Davis 2010-08-16 15:06:08 -07:00
  • 4b162f85bf [#4420] Refactor: extract duplicated data to query. Eric Davis 2010-08-16 14:53:08 -07:00
  • 1120b39ed6 [#4420] Hook up Retainers so they can be saved. Eric Davis 2010-08-16 14:49:03 -07:00
  • 7d19c10714 [#4420] Show/hide the frequency field based on the selected Deliverable type. Eric Davis 2010-08-16 14:48:35 -07:00
  • 3e30629d44 [#4420] Add the frequency field for Retainers to the Model and View. Eric Davis 2010-08-16 14:47:47 -07:00
  • 8321903598 [#4420] Add frequency to deliverables for Retainers. Eric Davis 2010-08-16 14:08:04 -07:00
  • f18d259c3c [#4420] Add a RetainerDeliverable model. Eric Davis 2010-08-16 13:59:42 -07:00
  • 9d52bcfbe2 Ignore tmp Eric Davis 2010-08-16 13:59:15 -07:00
  • 437909b621 [#4272] Added a performance test for showing a contract to profile the code. v0.1.0 Eric Davis 2010-08-16 12:26:28 -07:00
  • 720da2c554 [#4389] Added the Contract filter to the Time Entry report. Eric Davis 2010-08-16 09:54:09 -07:00
  • 620eaa262f [#4389] Add the Deliverable filter to the Time Entry report. Eric Davis 2010-08-16 09:39:27 -07:00
  • a3e1aa277f [#4390] Added a Contract filter to the issues list. Eric Davis 2010-08-12 12:04:29 -07:00
  • 25436910fb [#4391] Add a Deliverable filter to the issues list. Eric Davis 2010-08-12 11:27:33 -07:00
  • 6924b32048 [#4390] Add the Contract name as an issue column. Eric Davis 2010-08-12 10:38:48 -07:00
  • b83696f49a [#4391] Add the Deliverable title as an issue column. Eric Davis 2010-08-12 10:36:01 -07:00
  • 8906639273 [#4412] Added HTML page titles. Eric Davis 2010-08-12 10:25:14 -07:00
  • dfcc31c83e [#4411] Format the Contracts list too. Eric Davis 2010-08-12 10:06:43 -07:00
  • fa12fcd129 [#4411] Round currency to 0 decimal places on the Contracts page. Eric Davis 2010-08-12 10:01:15 -07:00
  • 82d46bd12a [#4411] Round time and currencies on the Deliverable form to 2 decimal places. Eric Davis 2010-08-12 09:49:45 -07:00
  • a2b810a4d8 [#4410] Replace Payment Terms with an Enumeration Eric Davis 2010-08-12 09:26:09 -07:00
  • c17e8eaf1b [#4409] Old HourlyDeliverables should be converted over to FixedDeliverables. Eric Davis 2010-08-12 08:11:11 -07:00
  • e734430deb [#4409] Convert contracts with the billable rate of 50. Eric Davis 2010-08-12 08:00:31 -07:00
  • 61270c60d5 [#4178] Fixed some more tests from the UI changes. 4178-skinning Eric Davis 2010-08-09 12:47:45 -07:00
  • cb8fd95f29 [#4178] Fixed a JS syntax error from the skinning. Eric Davis 2010-08-09 12:34:42 -07:00
  • 074d6a47e7 [#4178] Fixing integration tests based on the UI changes. Eric Davis 2010-08-09 12:29:04 -07:00
  • de0752ed02 [#4178] CSS stripe the contracts list. Eric Davis 2010-08-09 12:00:38 -07:00
  • ed1d04d18d [#4178] Fix a css rule that leaked into the table cell title. Eric Davis 2010-08-09 12:00:20 -07:00
  • 0cb4b1941a Removed extra TODO, migration process was decided. Eric Davis 2010-08-09 11:50:14 -07:00
  • 66f3a07e75 [#4178] TODO flagging sections of the views with their release version. Eric Davis 2010-08-09 11:49:42 -07:00
  • 4af0860542 [#4178] Zebra stripe deliverable table. Eric Davis 2010-08-09 11:34:36 -07:00
  • 118b0d7622 [#4178] Fix a width issue in the contract terms in Chrome webkit. Eric Davis 2010-08-09 11:28:59 -07:00
  • 74795a2788 Untabify Eric Davis 2010-08-09 11:16:15 -07:00
  • a2dfc1c92b [#4178] Removed emtpy table cells that are for future features. Eric Davis 2010-08-09 11:16:00 -07:00
  • 67069dc60a [#4178] Tweak the Deliverable Finances so it's one table per child record. Eric Davis 2010-08-09 11:12:51 -07:00
  • 90d2aeccea [#4178] Added styles for the Deliverable form. Eric Davis 2010-08-09 11:07:55 -07:00
  • 78c43a8821 [#4178] Added Contract title bar to the deliverable form. Eric Davis 2010-08-09 10:37:00 -07:00
  • 73e92d2970 [#4178] Extract contract title bar to partial. Eric Davis 2010-08-09 10:33:29 -07:00
  • c652360a6d [#4178] Fixed the Contract form's submit button layout. Eric Davis 2010-08-09 10:24:46 -07:00
  • 5958285410 [#4178] Updated the Contract form from the design. Eric Davis 2010-08-03 15:17:50 -07:00
  • fcf012c828 [#4178] First port of the Contracts#show skin. Eric Davis 2010-08-03 14:41:54 -07:00
  • fe2c058def [#4178] Skinned Contracts#list. Eric Davis 2010-08-03 13:23:51 -07:00
  • ea00b89af5 [#4178] Adding JS and CSS assets. Eric Davis 2010-08-03 13:12:20 -07:00
  • 84c679dc67 [#4327] Show the deliverable's title in the Journal notes. Eric Davis 2010-08-03 12:02:37 -07:00
  • 848616853d [#4327] Save deliverable bulk edits. Eric Davis 2010-08-03 11:38:17 -07:00
  • 72aeaac59a [#4327] Added the Deliverable field to the bulk edit. Eric Davis 2010-08-03 11:24:23 -07:00
  • 6ad50c57b2 [#4184] Add a compatibility wrapper for Deliverable#due Eric Davis 2010-08-03 10:48:17 -07:00
  • 1d644178bd [#4184] Fix the issue mapper so each issue is migrated only once. Eric Davis 2010-08-03 10:17:57 -07:00
  • 389fbf3d13 [#4327] Save the deliverable changes to the issue using the hooks. Eric Davis 2010-08-02 16:36:14 -07:00
  • 729acf200d [#4327] Add a select field to selecting the deliverable for an issue. Eric Davis 2010-08-02 16:07:59 -07:00
  • ad8dec8638 [#4327] Show the current deliverable on the issue details page. Eric Davis 2010-08-02 15:14:05 -07:00
  • 39edad3e07 Fix broken test. Eric Davis 2010-08-02 13:39:07 -07:00
  • 76a0573341 [#4281] Change the title for editing a contract. Eric Davis 2010-07-19 17:45:44 -07:00
  • 231066098b [#4281] Change the title for editing a Deliverable. Eric Davis 2010-07-19 17:44:41 -07:00
  • 7209871e87 [#4280] Add the $ as a hint to the Deliverable total form. Eric Davis 2010-07-19 17:39:35 -07:00
  • 1670fb5a73 [#4279] Move the total field to the bottom of the deliverable form. Eric Davis 2010-07-19 17:36:59 -07:00
  • 4100972d46 [#4278] Increase the size of the Contract's small wiki fields. Eric Davis 2010-07-19 17:33:55 -07:00
  • e4ce899cd5 Sort deliverable managers in the select field. Eric Davis 2010-07-19 17:31:05 -07:00
  • c8ede6a05d [#4277] Only show project members for account executives. Eric Davis 2010-07-19 17:30:51 -07:00
  • 0b0977a492 Fixed a test that was shadowed by another. 4184-budget-migration Eric Davis 2010-07-19 10:41:57 -07:00
  • 06e3f8d39a [#4184] Use a mapper to track primary key differences on Deliverables. Eric Davis 2010-07-19 10:39:40 -07:00
  • 279ed4c206 [#4184] An Issue belongs to a Deliverable. Eric Davis 2010-07-19 10:30:37 -07:00
  • cb3fe1a18f [#4184] Fix test. Eric Davis 2010-07-19 10:24:50 -07:00
  • f668d55552 [#4184] Enable the contracts module for projects in the conversion. Eric Davis 2010-07-19 10:06:04 -07:00