6317 Commits

Author SHA1 Message Date
24237a7cff F2023-148 Added “See” to ReplaceWords so that it is Title Cased and Bolded no matter what case it is typed as. 2023-11-30 14:33:50 -05:00
6575516c36 Merge branch 'Development' into Vogtle3&4 2023-11-30 08:49:44 -05:00
12f2732dc1 F2023-147 don't bold Supply/Return 2023-11-29 15:53:40 -05:00
e0ed777f68 B2023-116: Vogtle Alarms pagination 2023-11-29 09:42:59 -05:00
6c78449c86 F2023-144 Alarm format: Needed to move the ReplaceWords item for “Return To” to before the one for “Return” so that “Return To” will be bolded and title cased. 2023-11-28 16:15:34 -05:00
dece3b5514 B2023-117 - added check to not load the audit Info List if the Delete Satus is zero 2023-11-28 13:59:30 -05:00
92b5c37a53 F2023-143 Vogtle 3&4 Alarm format - Moved setting of footer to folder level, made placement of footer on cover page consistant with rest of alarm document 2023-11-27 16:16:52 -05:00
e45c373920 B2023-112: Search All Procedure Sets does not always work 2023-11-20 10:21:52 -05:00
33881adca5 B2022-072: Unit Designators not resolve on import of procedure set 2023-11-14 08:51:39 -05:00
4033961323 F2023-142 Customer requested to change the indent of steps for the “Attachment with Section Number and Title – steps adj left (includes END msg)” in the “Beaver Valley Single Column Format with Issue Number (BVPS1)”. 2023-11-13 10:01:48 -05:00
fd97a7853d B2022-046 - Copy/Paste table Rows, Columns, or selected Cells was not updating RO and Transition links with new RO or Transition Usage numbers. 2023-11-10 08:57:17 -05:00
ca665d9fc8 Merge pull request 'Merged format changes made by Barakah into the official PROMS version of the formats.' (#152) from F2023-140_BNPP_Formats_Merge into Development
format only changes
2023-11-06 11:29:48 -05:00
0e9d6ac391 Merged format changes made by Barakah into the official PROMS version of the formats. 2023-11-06 11:25:06 -05:00
602682b88d Merge pull request 'Added better logic to catch null references when PROMS tries to convert an older Word section to use the Docx file format. The real issue was bad data where the tree view looks like it’s a step editor section, but the PROMS editor depicts it as a Wo…' (#150) from B2023-109_NULL_Reference_Approve into Development
Merging into Development after successful Code review
2023-11-06 10:44:58 -05:00
1d52c9f469 Merge pull request 'F2023-123' (#151) from F2023-123 into Development
Merging into development.  No code review needed due to format change.
2023-11-06 10:30:09 -05:00
2c93444385 ~Added format flag NoBlankLastNoteCautionWarn to the PrintData node to address line spacing at the bottom border
~Added format flag SpaceIn to address the spacing between the word Note or Caution
~Adjusted TxtWidth value to fix text spacing issue where text was being cut off at the right side
2023-11-06 10:13:00 -05:00
7b4b6323bf Added better logic to catch null references when PROMS tries to convert an older Word section to use the Docx file format. The real issue was bad data where the tree view looks like it’s a step editor section, but the PROMS editor depicts it as a Word section (with the arrow icon instead of a plus icon). When printed or approved, PROMS tries to process it as Word section but some information in that database record is null. PROMS will now handle these pieces of information that is null and record the issue in the error log and not try to convert it to a Docx, allowing to continue printing or approving. 2023-11-03 09:55:48 -04:00
c5381df38a B2023-007 The Dashed Explicit AND sub-step type was not putting a blank line before printing the “AND” separator text. Needed to add EveryNLines=”1” to the sub-step definition. 2023-11-02 15:40:33 -04:00
128b5d81cc B2023-108: Crash during import of procedure set 2023-11-01 08:00:05 -04:00
7834cf634f F2023-139 Replaced hardcoded “Step Description Table” the section title and removed the section number that was preceding the step numbers in the background document 2023-10-31 06:34:36 -04:00
30330c175e F2023-138 continuation - missed a spot in the Alarm format 2023-10-31 06:34:36 -04:00
8233f15315 F2023-138 For all of the used Barakah formats, set the color of the ECI footer text to Red and changed the font size to 12pt and font style to Bold 2023-10-31 06:34:36 -04:00
a5ca7187c7 B2023-103: Improve User Interface for Incoming Transitions 2023-10-31 06:34:36 -04:00
266667a6df B2021-089
Depending on how Parent/Child Applicability was set up, the Child Applicability Names were not being sent to the RO Editor.  This prevented adding Child specific RO field values.
2023-10-18 15:28:08 -04:00
22e70d03ad Merge pull request '~Fixed ALTER TABLE statement that adds the ApplicablePlant column to the Formats table so that it checks if the column exists' (#137) from C2023-017 into Development
Merging into Development.  No code review needed.
2023-10-18 09:07:25 -04:00
f320c8a865 ~Fixed ALTER TABLE statement that adds the ApplicablePlant column to the Formats table so that it checks if the column exists 2023-10-18 09:06:08 -04:00
bf3ddcc122 Merge pull request 'C2023-019 Added a message box to install the latest PROMSFixes for when PROMS opens a database that does not have the needed Stored Procedures that allow for displaying only the formats related to that plant.' (#135) from C2023-019_Cant_Load_db_Old_PROMSFixes into Development
Merging C2023-019 into Development after successful code review.
2023-10-17 09:25:14 -04:00
a79819bb65 B2023-104 Import procedure and Go To RO
Added a check for a bad RO link when trying to do a Go To RO. A message box pops up telling the user to re-link that RO.

Fixed the Import logic so that an old RO link reference can be replaced with the new one that is generated when a procedure is processed during the Import function.  The Import caused the Bad RO link reported in this bug.  This bug was introduced when the ROID was standardized in length and formatting (new RO logic in 2022).
2023-10-16 15:33:45 -04:00
fedbb698ab C2023-019 Added a message box to install the latest PROMSFixes for when PROMS opens a database that does not have the needed Stored Procedures that allow for displaying only the formats related to that plant. 2023-10-13 14:03:39 -04:00
928fba3b37 Merge pull request 'B2023-101 & 102: Incoming Transition & Copy/Paste Replace with Incoming Transitionis crashes' (#134) from GenWork into Development
Passed code review.  OK to generate test executable.
2023-10-12 09:12:16 -04:00
3b88b78b34 B2023-101 & 102: Incoming Transition & Copy/Paste Replace with Incoming Transitionis crashes 2023-10-12 08:29:21 -04:00
4e064786e0 Merge pull request 'C2023-018 Upgrade: sub-step pagination' (#132) from GenWork into Development
code changes look good to proceed with testing.
2023-10-10 08:22:32 -04:00
447c6ce343 C2023-018 Upgrade: sub-step pagination 2023-10-10 07:05:12 -04:00
8ce9380afe Merge pull request 'C2023-016 – Expanded Find/Replace to search through all of the step editor sections in the same procedure.' (#129) from C2023-016_Find-Replace-all-step-sections into Development
Merging C2023-016 into development after successful code review
2023-10-06 10:13:07 -04:00
d275e9353f Merge pull request '~Modified PROMSFixes.sql to update ApplicablePlant formats that are Generic before updating plant-specific due to potential for a plant-specific format description to have the word generic in it.' (#130) from C2023-017 into Development
Merging into Development.  No code review needed.
2023-10-05 15:31:16 -04:00
8f17b49287 ~Modified PROMSFixes.sql to update ApplicablePlant formats that are Generic before updating plant-specific due to potential for a plant-specific format description to have the word generic in it. 2023-10-05 15:29:50 -04:00
f37872e209 C2023-016 – Expanded Find/Replace to search through all of the step editor sections in the same procedure. 2023-10-04 11:38:00 -04:00
b34fb42f94 Merge pull request 'C2023-017: Added logic to filter the format list when selecting a format to be applied to a section' (#126) from C2023-017 into Development
Code review completed.  Merging into Development.
2023-10-03 11:34:24 -04:00
cbcf7c845d ~Restructured PROMSFixes.sql to add updates above section that lists RevDate and RevDescription 2023-10-03 11:09:47 -04:00
4be7cdc6c7 ~Added database changes to PROMSFixes.sql 2023-10-03 09:18:53 -04:00
55a78eb845 C2023-017:
~Moved original code for populating the filtered list to a separate static class named FormatUtility in Volian.Controls.Library
~Renamed method to GetFilteredFormatList
~Updated code to reference new static class and method
~Added logic to other applicable forms
2023-10-03 09:03:06 -04:00
34e9c39d9b F2023-137 Added a top continue message to the alarm point pages 2023-10-02 11:17:33 -04:00
b83ec3520b C2023-017: Added logic to filter the format list when selecting a format to be applied to a section 2023-10-02 09:03:15 -04:00
c4bfbcf1e6 B2023-100 Fixed the positioning of the header box for the Introduction section to match all of the other section types 2023-09-29 10:50:02 -04:00
7ecc3e578f B2023-099 Restore the original calculation for finding he center point of the procedure and section END messages. 2023-09-28 14:17:47 -04:00
8a58426d89 B2023-097 B2023-098 printing of figures for Byron and Braidwood 2023-09-26 11:00:41 -04:00
ddfbb64359 Merge pull request 'B2023-094: RO Complete/Summary report crashes on tree view when RO group has no ROs' (#119) from GenWork into Development
Merging into Development after successful code review
2023-09-22 11:17:16 -04:00
cb54fa34a8 B2023-094: RO Complete/Summary report crashes on tree view when RO group has no ROs 2023-09-21 07:44:21 -04:00
5d56311d5e B2023-096 set PROMS to defaution to Production mode 2023-09-14 15:42:05 -04:00
65c874508e Merge pull request 'F2023-135: Farley FSG - override width of unnumbered HLS' (#115) from FarleyWork into Development
No review required format only
2023-09-14 09:18:23 -04:00