929 Commits

Author SHA1 Message Date
a1380dbb8a B2024-042 - When replacing a procedure, this change will now replace the procedure correctly and add it to the tree node, previously it would replace th eprocedure, then add a whole new procedure to the node, incorrectly using the copy procedure which appended "copy of". 2024-07-18 14:06:01 -04:00
069ffb80e9 C2024-005-Annotations-Cleanup-2 2024-07-17 14:28:24 -04:00
629fe1b615 Updated to include passing teh selected tree node parent for cases where the only procedure in a folder is being replaced. otherwise i pass null for that as its not really used. 2024-06-19 13:50:52 -04:00
5edaf30601 B2024-026: page number transitions duplicate page number 2024-05-08 12:07:11 -04:00
c865b67398 B2024-025 Older Parent/Child procedure sets use applicability tokens that do not include the “U-“ prefix. 2024-05-06 13:49:03 -04:00
776d9891d9 F2024-049 F2024-050 Generic EOP Format updates 2024-04-04 15:36:15 -04:00
09b5cb4be4 Merge pull request 'B2024-017-Fix-BNPP-Table-Arrows' (#285) from B2024-017 into Development
changes look good and ready for testing
2024-03-28 11:22:35 -04:00
50f18ff803 B2024-017-fix-BNPP-Table-Arrows 2024-03-28 10:50:41 -04:00
64bdb9fb76 B2024-017-Fix-BNPP-Table-Arrows 2024-03-28 09:03:03 -04:00
389a3013b5 F2024-048 - Robinson requested that we use a hard space in the page number part of transitions that include page numbers. Made this change generic because it doen't make sence to break a page number on to the next line all by itstelf. 2024-03-27 16:12:00 -04:00
eeacf9b969 F2024-030 - Fixed PC/PC procedure number in transitions so that only one appears. 2024-03-25 09:15:07 -04:00
4f68414a8a B2023-110-Symbols-in-tables 2024-03-22 12:56:36 -04:00
97dbfad875 F2024-037 Adjustments made for single column sections of the Vogtle Units 3 & 4, including length of un-numbered HLS, resetting the sub-step numbering when staring under an un-numbered HLS, removed “Two Column” from the section type name Purpose and Symptoms Step Editor 2024-03-19 15:30:57 -04:00
d9018c44e7 F2024-043 Corrected box around second level continuous action sub-step. 2024-03-13 16:32:27 -04:00
78f83eb2a5 B2024-013 - Fixed issue where hard returns are replaced with semi-colons in section titles in Automatic Table of Contents and will use the hard return when printing the section title for Vogtle’s Units 3 & 4 formats. 2024-03-04 10:40:10 -05:00
92345f8f91 ~Addressed out-of-memory exception being thrown when right-clicking on a procedure with previous revisions 2024-02-19 12:09:09 -05:00
afad3365bd B2024-006 - Improved memory management when performing the Refresh Transitions Amin Tool by encasing the getting of content information in Using statements. Same change was done for the method used by the Update RO Values Amin tool. 2024-02-09 14:30:11 -05:00
06013afc8b F2024-008 - Updated transition definitions to title case section numbers, section titles, and procedure titles. Also surround section titles with parenthesis. 2024-02-05 15:43:54 -05:00
a2ec9162be F2023-112 Continuation of the initial check-in for the Vogtle Units 3 & 4 Background Document formats. Also tweaked TOC page num position in all VEGP formats. 2024-01-16 15:20:39 -05:00
077564cd3e B2022-134: update ros crash when ro has '<' or '>' and ro is used in table 2024-01-09 10:43:27 -05:00
bda5a54754 F2023-112 added format flag for full section number in step tab - for background format 2024-01-03 17:43:38 -05:00
e7298c5201 F2023-112 inital check in of Vogtle Background format 2023-12-15 15:25:13 -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
128b5d81cc B2023-108: Crash during import of procedure set 2023-11-01 08:00:05 -04:00
3b88b78b34 B2023-101 & 102: Incoming Transition & Copy/Paste Replace with Incoming Transitionis crashes 2023-10-12 08:29:21 -04:00
6d5d87f04d B2023-093 added a Try Catch to the Convert method per suggestion from review 2023-09-13 16:27:13 -04:00
ef3efe2380 B2023-093 Convert PROMS Word sections to the DOCX format if needed before Editing or Printing 2023-09-13 14:27:38 -04:00
411445901e F2023-098: Vogtle 3/4 Alarm - add proc applicability. Code change also 2023-07-19 10:24:27 -04:00
5865e0c39d Merge pull request 'F2023-076: Transitions resolving with extra parens' (#17) from F2023-076 into Development
John reviewed code successfully
2023-07-11 10:30:43 -04:00
1d3d1a9a3c F2023-076: Transitions resolving with extra parens 2023-07-11 09:11:22 -04:00
05247bc026 Initial check in of formats for Vogtle Units 2 and 3 2023-07-07 15:48:15 -04:00
376a462c2d B2022-144 added logic to process dividual procedures to check for bad RO Links
Also fixed a build issue for the controls library
2023-06-28 10:08:33 -04:00
bbce2ad0a6 Commit for development environment setup 2023-06-19 16:12:33 -04:00
be72063a3c B2023-072: Crash when restoring annotation whose type had been removed 2023-06-13 12:59:43 +00:00
69fec106f7 B2023-049: Null reference crash on Paste Before 2023-05-11 13:12:23 +00:00
da05241df7 B2023-037: Handle <=, >=, +-, -> and <- symbols in ROs. 2023-03-30 12:59:06 +00:00
1fa6b5f7d8 B2023-035 Added SelectedChildToPrint to the ProcedureInfo class to hold the unit selected when printing a Child procedure. Used for BNPP Alarm data. 2023-03-17 18:27:28 +00:00
278d74bf0b B2023-035 logic to ensure we get the correct applicability information when printing an entire procedure as the “Otherxxxx” applicability setting. Used in BNPP Alarm data. 2023-03-17 18:26:23 +00:00
8ee523de20 B2023-030 added a NULL reference check in logic for removing foldout PDF from cache. 2023-03-09 16:22:25 +00:00
b1a6f05bd2 B2023-024 added a method to all us to remove a section PDF from the pdf print cache 2023-03-08 19:14:53 +00:00
eb48009f5c B2023-022, B2023-023 PROMS was prematurely deleting a temporary pdf file. The file will be deleted once the entire procedure is finished printing 2023-03-08 19:07:07 +00:00
21fc0f1b4e B2023-017 need more logic handle the turn off of the step number when there is text needed before the “, Step” text the we chop off. 2023-02-23 13:57:10 +00:00
aa63726dcc F2023-029 fixed issue where the ending double quote after the section title was removed when using a transition type that does not include an optional step number. 2023-02-22 18:40:53 +00:00
07212ffe77 B2023-015 Added Print_ViewableStartingChangeBarDate will get date only if user overrode from context menu of the procedure – used in HasChanges in itemExt.cs
B2023-015 added check for user override of the date to start showing change bars. Logic needed to handle when printing Child procedures.
2023-02-21 16:22:06 +00:00
408e60665a B2023-014: Braidwood – HLS with transitions to procedures with applicability do not have unit numbers resolved 2023-02-20 13:26:52 +00:00
e464522163 B2023-006 Get RO values based on the ACCPageID with the child extension instead of the base (default) ACCPageID 2023-01-25 21:23:33 +00:00
e045614f8d B2022-148: cannot insert outside transition in a background document that references a related EOP – transition is converted to text 2023-01-24 15:32:22 +00:00
928fe33d7f B2022-141 Sometimes, the RoPrintCache dictionary was null. Added a NULL check and initialized the dictionary if needed. 2022-12-02 14:55:32 +00:00
e6100f8ac0 F2022-074 Added logic to support {LJ} in the step tab definition so left justify the tab text and allow a more exact alignment of the high level step tab under the section title in Beaver Valley’s intro sections. 2022-11-18 16:19:48 +00:00
7f683c98ce F2022-051 put an indicator on the edit screen for the Continuous Action and Immediate Action steps. 2022-11-04 19:28:15 +00:00