210 Commits

Author SHA1 Message Date
richard-dds
11c1c37d7f Remove unnecessary macro and Vue props 2019-08-28 15:56:55 -04:00
richard-dds
67a4bb602d Require portfolio id in upload-token
It's necessary for the authz decorator
2019-08-28 15:56:55 -04:00
richard-dds
736e2aa21d
Merge pull request #994 from dod-ccpo/cloud-pdf-uploads
CSP PDF uploads
2019-08-08 11:17:07 -04:00
richard-dds
8eba9a097d Add CSP file uploads 2019-08-05 14:58:10 -04:00
richard-dds
c99e05ed86 Some styling for cancel modal 2019-08-05 09:56:15 -04:00
richard-dds
3c56f96fa2 Not using previous_button_link for step 1 2019-08-05 09:56:15 -04:00
richard-dds
0216faf1e6 Fix cancel urls 2019-08-05 09:56:15 -04:00
richard-dds
dd93dd5aea Allow user to cancel without saving 2019-08-05 09:56:15 -04:00
richard-dds
59545aaf0e Add TO cancel modal 2019-08-05 09:55:34 -04:00
leigh-mil
e1fbac5a52 Add front end validation that enforces that PoP end is after start 2019-08-01 16:53:32 -04:00
leigh-mil
25ab64f748 Add validation to form for enforcing chronological order of PoP start and end dates 2019-08-01 14:45:50 -04:00
leigh-mil
f1f344388a Fix validation icon and spacing 2019-07-26 11:20:58 -04:00
leigh-mil
f50beae754 Align TO number to the right 2019-07-26 11:20:58 -04:00
leigh-mil
ea6c8b77bc Update copy 2019-07-26 11:20:10 -04:00
leigh-mil
e8dede201b Reorder elements on the page, fix input widths, move validation icon for inputs 2019-07-26 11:20:10 -04:00
leigh-mil
c4651332a2 Move clin fields into macro 2019-07-26 11:20:10 -04:00
leigh-mil
e6742fb319 Add max width to TO form, put each clin inside .card, fix html indenting 2019-07-26 11:20:10 -04:00
leigh-mil
9550072f5e
Merge pull request #984 from dod-ccpo/to-form-step-5-styling
Styling for TO Step 5: Sign and Confirm
2019-07-24 10:58:22 -04:00
leigh-mil
218cc07231 Move text to translations file 2019-07-19 15:05:57 -04:00
mk-dds
693260b1f4 new styles for TO step2 2019-07-19 14:58:04 -04:00
leigh-mil
ab86a4bec4 remove extra div 2019-07-19 14:01:51 -04:00
leigh-mil
94c385a816 Set max width for form 2019-07-18 17:02:17 -04:00
leigh-mil
69c816335a Create macro for form step headings 2019-07-18 17:01:16 -04:00
leigh-mil
72d274c1f8 Add canSave to the form mixin to toggle whether or not the Next button is disabled 2019-07-18 13:29:41 -04:00
leigh-mil
3f8ade0dc9 Do not show previous button on first step of form 2019-07-18 10:31:45 -04:00
leigh-mil
4826e8002b Rename route functions to be clearer 2019-07-18 10:31:45 -04:00
leigh-mil
d2799c00d0 Add step numbers to sticky header 2019-07-18 10:31:45 -04:00
leigh-mil
72da5f36c3 Move common to review html into a fragment and delete unused submit confirmation macro and vue component 2019-07-18 10:31:45 -04:00
leigh-mil
5b208d9e8d Create TO builder base file and use it to simplify step templates 2019-07-18 10:31:45 -04:00
leigh-mil
e3c6b08d34 Remove old task order edit and update routes 2019-07-18 10:31:45 -04:00
leigh-mil
b9e14f8719 Add route and template for signature confirmation 2019-07-18 10:31:45 -04:00
leigh-mil
68e0d261f6 Add review route and template 2019-07-18 10:31:45 -04:00
leigh-mil
b2db53096f Rename routes 2019-07-18 10:31:45 -04:00
leigh-mil
b3737619f0 Add flash message to to form templates 2019-07-18 10:31:45 -04:00
leigh-mil
7ebe84a9cb Add step 3 route and template 2019-07-18 10:31:45 -04:00
leigh-mil
6ab3e24883 Add second step 2019-07-18 10:31:45 -04:00
leigh-mil
45390835ed Add routes for first step of TO builder 2019-07-18 10:31:45 -04:00
leigh-mil
cb6550abe6 pass 0 when value is None 2019-06-20 13:39:14 -04:00
leigh-mil
9278a251cc Use translations in edit TO form and update PDF upload size limit 2019-06-20 10:50:23 -04:00
montana-mil
a719fef078
Merge pull request #946 from dod-ccpo/fix-obligated-amount-NaN-bug
Fix Obligated Amount Masking Issues
2019-06-19 10:57:54 -04:00
montana
f291e9344d Do not show initial masking 2019-06-19 10:42:25 -04:00
dandds
a91d438d1c
Merge pull request #942 from dod-ccpo/to-form-fixes
TO Form fixes
2019-06-18 14:41:54 -04:00
George Drummond
d672f5792c
Save as draft 2019-06-18 14:11:55 -04:00
leigh-mil
f1b2825ab5 Update Totals box text and use translations 2019-06-18 13:57:00 -04:00
dandds
c4d8067f45 Fixes a bug where the CLIN type was not displaying correctly for saved
TOs.

The enum for the CLIN type needs to be coerced in the form data so that
the `jedi_clin_field` data is the value of the enum option. Perviously
the `jedi_clin_field` was being populated with a stringified
representation of the enum, like `JEDICLINType.JEDI_CLIN_1`.
2019-06-18 11:33:41 -04:00
leigh-mil
56bc9dd4e5 update components to emit valid on field-change and use in TO form 2019-06-17 12:45:55 -04:00
montana
23b7df2153 Keep track of children CLINS to update amount
- emit CLIN amount and type when amount changes
- totals are added correctly based on CLIN type
2019-06-17 11:26:18 -04:00
montana-mil
c775c7322c Add change handler to clin field components
- emit clin type and obligated amount
2019-06-17 11:25:03 -04:00
Montana
4074f11e25 New TotalsBox vue component
- update to_form data when CLIN amounts change
2019-06-17 10:42:30 -04:00
leigh-mil
09582439ec Notes about updating icons 2019-06-14 11:23:01 -04:00