Commit Graph

81 Commits

Author SHA1 Message Date
leigh-mil
f543602076 Update function name to better reflect what it does 2019-12-18 10:54:18 -05:00
leigh-mil
b927ef1b0e Create utility function for the pattern of committing to the database or raising AlreadyExistsError 2019-12-16 14:39:32 -05:00
leigh-mil
9caef2883a migration fix 2019-12-13 14:53:58 -05:00
leigh-mil
6446b4fbd0 Raise AlreadyExistsError if a task order is created or updated with a number of an existing task order 2019-12-13 14:53:58 -05:00
leigh-mil
4d7af1bab4 Remove extra details from expired TO display, small refactors in TO methods 2019-12-12 16:05:47 -05:00
leigh-mil
ac8dd662d1 Fake task order's expended funds, default task order start and end date to None, fix how task orders are sorted by status 2019-12-12 09:40:18 -05:00
leigh-mil
e32bad0d30 Display TOs grouped by status 2019-12-12 09:40:18 -05:00
leigh-mil
614514d6a2 Update tables to match business logic 2019-12-02 14:46:11 -05:00
graham-dds
f3eea39536 Add "total amount" to CLINS
- includes migration for change to model
2019-09-12 16:11:10 -04:00
graham-dds
38ba8b7e5f LOAs are so out of this codebase 2019-08-30 09:57:23 -05:00
richard-dds
89dc8d2652 No need to check for presence of TO before deleting 2019-08-08 16:11:13 -04:00
richard-dds
02900ff771 Allow TOs to be deleted, along with their associated CLINs 2019-08-08 16:03:42 -04:00
leigh-mil
74d4974437 Clean up code from old version of TO builder 2019-07-18 13:33:37 -04:00
leigh-mil
3401713898 Only delete and add CLINs to a TO when they are passed in the form data 2019-07-18 10:31:45 -04:00
George Drummond
6b09f80336 Remove TaskOrderError 2019-06-13 15:38:38 -04:00
Montana
8446a79a9a Sign TO in post route 2019-06-11 12:06:11 -04:00
richard-dds
7f4f857424 Sort task orders by status and time_created 2019-06-10 15:16:02 -04:00
leigh-mil
00f323f9f5 Only call commit() once and use translations in template 2019-06-10 14:09:31 -04:00
leigh-mil
732830a500 Fix form so TO saves properly 2019-06-10 12:29:54 -04:00
leigh-mil
36200e01ad Create CLINs when creating a TO 2019-06-10 12:29:54 -04:00
leigh-mil
91e41199b7 Update TO form based on new model 2019-06-05 12:58:33 -04:00
leigh-mil
7bec073f78 Delete things related to deleted columns and table 2019-05-31 13:07:03 -04:00
dandds
eaeeed0b05 Added BaseDomainClass with a get method.
The BaseDomainClass.get can accept any number of keyword arguments and
will add a filter to the query for each kwarg. This will allow the
caller to scope the query as needed with kwargs.
2019-04-16 14:18:53 -04:00
dandds
4a0dd2d432 remove unused domain methods and arguments 2019-03-22 06:31:20 -04:00
dandds
0ea21fbb9b remove access checks from domain methods 2019-03-22 06:30:02 -04:00
dandds
78aa2dfcc6 permission set names should be constants on the domain class 2019-03-15 07:14:49 -04:00
dandds
44a4d98978 switch portfolio authorization to rely on new permission sets 2019-03-15 07:14:49 -04:00
leigh-mil
521d98562b Add check to see if KO can sign the TO and update tests 2019-03-08 10:28:36 -05:00
George Drummond
c4383c8859 Merge pull request #676 from dod-ccpo/to-edit-sign-permissions
Break KO signing  into two steps
2019-02-27 09:43:48 -05:00
Montana
9a17a841ae Bug fix for '$0' clins 2019-02-26 14:00:48 -05:00
George Drummond
8adeee406d Remove unused class constants 2019-02-26 10:02:40 -05:00
George Drummond
46345f9856 Break KO signing into two steps 2019-02-26 10:02:40 -05:00
dandds
4521b7483f better domain method name for checking DD254 completeness 2019-02-20 11:07:50 -05:00
dandds
7665598fe3 update security requirements status to complete when SO review is done 2019-02-20 10:52:57 -05:00
dandds
979f700e36 post data and submit so review 2019-02-20 10:52:15 -05:00
dandds
ad05c448cd DD-254 domain class and method for checking if DD-254 is complete 2019-02-20 10:52:15 -05:00
George Drummond
769a19c0fd DOD ID isn't required on oversight page 2019-02-04 09:59:00 -05:00
George Drummond
4daadf59d2 We don't need CLASSIFIED logic since its handled in mission_owner_sections 2019-02-01 13:49:46 -05:00
George Drummond
305a36eef2 Optional radio fields 2019-02-01 13:38:28 -05:00
George Drummond
4c0092a7c7 Use/rename sections -> mission_owner_sections 2019-02-01 13:38:28 -05:00
George Drummond
92d93c5553 Return incomplete not None for review section status 2019-02-01 13:38:28 -05:00
George Drummond
caddfb5ff0 Save as draft without draft button 2019-02-01 13:38:27 -05:00
leigh-mil
6d61839c65 Move classified/unclassified check into its own method 2019-01-29 15:48:02 -05:00
leigh-mil
3d80135606 Remove unnecessary classified/unclassified check 2019-01-29 14:59:04 -05:00
leigh-mil
090fd167bb Fix UpdateTaskOrderWorkflow to validate using the correct form when unclassified 2019-01-29 14:19:04 -05:00
Patrick Smith
6a9290619d Update funding form to handle uploading pdf/png 2019-01-23 11:16:54 -05:00
dandds
d3d36822df workspace -> portfolio everywhere 2019-01-14 16:00:17 -05:00
leigh-mil
4ed61708fb Updates from PR review 2019-01-11 15:59:18 -05:00
leigh-mil
52b3b054b5 Update formatting
Remove html tags from translations file
Rename csp_cost_estimate to pdf
2019-01-11 15:59:18 -05:00
leigh-mil
b18e3a9e10 Add columns relating to Funding and Oversight sections to TaskOrder model 2019-01-11 15:59:18 -05:00