From 78f83eb2a51a042e1e609d4ae349338d819f01a2 Mon Sep 17 00:00:00 2001 From: John Jenko Date: Mon, 4 Mar 2024 10:40:10 -0500 Subject: [PATCH 1/6] =?UTF-8?q?B2024-013=20-=20Fixed=20issue=20where=20har?= =?UTF-8?q?d=20returns=20are=20replaced=20with=20semi-colons=20in=20sectio?= =?UTF-8?q?n=20titles=20in=20Automatic=20Table=20of=20Contents=20and=20wil?= =?UTF-8?q?l=20use=20the=20hard=20return=20when=20printing=20the=20section?= =?UTF-8?q?=20title=20for=20Vogtle=E2=80=99s=20Units=203=20&=204=20formats?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../VEPROMS.CSLA.Library/Extension/ItemExt.cs | 30 +++++++++++++++---- .../Volian.Print.Library/VlnSvgPageHelper.cs | 6 ++-- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs index 810ce4df..2a321279 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs @@ -2932,7 +2932,19 @@ namespace VEPROMS.CSLA.Library string str = MyContent.Text; // B2022-035: resolve unit specific designators if (str.ToUpper().Contains(@" Date: Tue, 5 Mar 2024 08:57:08 -0500 Subject: [PATCH 2/6] ~Added bolding to HLS in the AER and RNO --- PROMS/Formats/fmtall/VEGP2all.xml | Bin 223872 -> 223872 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/PROMS/Formats/fmtall/VEGP2all.xml b/PROMS/Formats/fmtall/VEGP2all.xml index 9a99a96472529d7e974497b78fafdffb71922316..0a693d31a806d950c762300e08f5a0ae2c976ff1 100644 GIT binary patch delta 31 lcmZp;%G&@$TNw8=Oiz$vGMc_&52H%EP$T1Zp+=^>mjKWI3}FBO delta 31 lcmZp;%G&@$TNw8=Ob=jTGMc_&52H%EP$T1Zp+=^>mjKN}3_Ab- -- 2.47.2 From eabfcf7b82eca5cb3176cd017753fd41e25d089c Mon Sep 17 00:00:00 2001 From: John Jenko Date: Tue, 5 Mar 2024 11:23:26 -0500 Subject: [PATCH 3/6] =?UTF-8?q?F2024-025=20-=20Added=20a=20new=20Front=20M?= =?UTF-8?q?atter=20section=20that=20include=20the=20end=20message=20?= =?UTF-8?q?=E2=80=9CEND=20OF=20PROCEDURE=20TEXT=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/Formats/fmtall/VEGPAlrall.xml | Bin 209192 -> 210590 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/PROMS/Formats/fmtall/VEGPAlrall.xml b/PROMS/Formats/fmtall/VEGPAlrall.xml index 39b977a490257aefeb8f757676e1c30e6f678aa9..66330bbd73bcbb0da6349ba56c573573af8fd4ed 100644 GIT binary patch delta 155 zcmZ4Sh-cngo`x327N#xC9}K2D++t#z{_h`?-1L83%u@2@44Dii3>gdx46Y1$3@Jd` zmm!s*7zh&?(iu{xPi$n;XEtOop6)2aEWN#fpZOW%v=@wg(-(YWtegBmo@Kg&26Ni< z03qgp$$6}N)3x-O!z2S3f*AZ6oPj2~FoXixu0T^mfMmqrMY)z-$2k Dj-xDP delta 20 ccmbRDmS@Eyo`x327N#xC9}K3anK4@c0AJn*{r~^~ -- 2.47.2 From 42180012fe22f9fee55ab0d203c398cc4321a097 Mon Sep 17 00:00:00 2001 From: John Jenko Date: Wed, 6 Mar 2024 13:57:38 -0500 Subject: [PATCH 4/6] F2024-027 & F2024-028 - Top continue message logic for Vogtle Units3&4 local Alarms Attachment sections --- PROMS/Formats/fmtall/VEGPAlrall.xml | Bin 210590 -> 210584 bytes PROMS/Volian.Print.Library/vlnParagraph.cs | 14 +++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/PROMS/Formats/fmtall/VEGPAlrall.xml b/PROMS/Formats/fmtall/VEGPAlrall.xml index 66330bbd73bcbb0da6349ba56c573573af8fd4ed..70bcb9e4f74b4ef0c330f5f29e8874d6c1f146aa 100644 GIT binary patch delta 33 pcmbRDmS@IWo`x327N#xCpLD1H`@y8bXg=LhpILOfksfmn2LSN`3?cvk delta 39 vcmbR7mS^5uo`x327N#xCpLAJO8HyPcrhn9BR%JAp-l)ecx?M+)IfnxP9BK?Z diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 761b18e1..f00363f0 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -2831,7 +2831,7 @@ namespace Volian.Print.Library // B2023-115 Top continue message for Vogtle Alarms: 1st version done on 12/6/23. Changes to logic as per request // from engineering done on 12/12/23. See comment below for logic for 12/12/23 (history of this file has previous // logic) - if ((docstyle.Continue.Top.HLS ?? 0) == 4) + if (((docstyle.Continue.Top.HLS ?? 0) == 4) || ((docstyle.Continue.Top.HLS ?? 0) == 7)) { // Vogtle Alarms: Their alarms are set up differently than standard procedures - the HLS in Vogtle // alarms is a section in other procedures. The top continue message is shown when a break occurs: @@ -2842,6 +2842,13 @@ namespace Volian.Print.Library // if it is a sequential substep, such as “5. (continued)”. If it is NOT a sequential substep, then only // the word “(continued)” will appear. // • If a page break occurs between high level steps, such as before “Causes:”, then no continued message is needed. + + // F2024-027 & F2024-028 + // Vogtle Units 3&4 needed similar top continue messages in the Local Alarms attachments as they have for the MCR Alarm point pages + // with the exception that when High Level Step (grouping text) is split and continued to the next page, the top continue message + // needs to be the HLS text with "(continued)" appended to it. + // Added a TOP.HLS value of 7 to allow for this minor difference and is set in the docstyle for that section + bool doMessage = true; if (MyItemInfo.IsHigh) doMessage = false; // at high, don't do message if (MyItemInfo.MyParent.IsHigh) doMessage = false; // at first level, don't do message @@ -2856,6 +2863,11 @@ namespace Volian.Print.Library // if sequential, add on step number, otherwise just put out message: myMsg = !cur.IsSequential ? myMsg : cur.CombinedTab + ". " + myMsg; } + // F2024-027 & F2024-028 added else if to check of the case where we want to use the High Level Step text in the top continue message + else if (((docstyle.Continue.Top.HLS ?? 0) == 7) && MyItemInfo.MyParent != null && MyItemInfo.MyParent.IsHigh) + { + myMsg = MyItemInfo.MyParent.DisplayText + " " + myMsg; + } else // if not doing message, clear it & set yPageStart back to what it was before handling message { myMsg = ""; -- 2.47.2 From c5e145e4f640ae075a7aaf35aeb1d2ca382deb3d Mon Sep 17 00:00:00 2001 From: Kathy Ruffing Date: Thu, 7 Mar 2024 10:16:39 -0500 Subject: [PATCH 5/6] F2024-032: Robinson page number transitions in format --- PROMS/Formats/fmtall/CPLAall.xml | Bin 56478 -> 56866 bytes PROMS/Formats/fmtall/CPLall.xml | Bin 68142 -> 68474 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/PROMS/Formats/fmtall/CPLAall.xml b/PROMS/Formats/fmtall/CPLAall.xml index 4d74bd7e4f6eb7d487174c23b561fa2b6bd9a706..60326212277b3d221752241e76795647fad80acc 100644 GIT binary patch delta 156 zcmbQYlX=k|<_&#;lM_y`O;!jL@%LrOXGmelWJm+zRE8o3TLvYD5FlL&Fh-{YH%b^GW DB&-|$ diff --git a/PROMS/Formats/fmtall/CPLall.xml b/PROMS/Formats/fmtall/CPLall.xml index eb1a098e97d0babbe3ecfc56d56a2cb60a0736ea..c0b73adf33be681b1b37d37a83fcd548efbab230 100644 GIT binary patch delta 176 zcmZ2Ch2_^YmJJ4(lMlS*2n}H_6c|E*s#6()847@8GE`kMLjcg6bfAbIL;mE6uF{)rGJSF;e`sc#+_F_{^NOpJ z*rw0pWDMAxa7T!3dLAcZ!{mfJew!aXI>HL$*-Uo(DKhzk3fpG6mlqU((rnYeaWYx} E09dg(FaQ7m delta 94 zcmex0jb+^wmJJ4(lOuw8Hm}I^$zkVY;AG%s;F|2%BDq=M+9bBgM*sXKJIwZ(B*wNm s=k5&F=>bfPahnf3z6NF`Og5+yn*2cpDEI1u0xLwT;y3Z>Vcd)=0CjXBivR!s -- 2.47.2 From 33972bed19e521145c47f922e5d9336fa81b1d0a Mon Sep 17 00:00:00 2001 From: John Jenko Date: Tue, 12 Mar 2024 10:21:57 -0400 Subject: [PATCH 6/6] =?UTF-8?q?F2024-016=20=20Remove=20column=20headers=20?= =?UTF-8?q?from=20Attachment=20=E2=80=93=20Word=20Section.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/Formats/fmtall/VEGP2all.xml | Bin 223872 -> 227950 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/PROMS/Formats/fmtall/VEGP2all.xml b/PROMS/Formats/fmtall/VEGP2all.xml index 0a693d31a806d950c762300e08f5a0ae2c976ff1..9f3e975c045982f1cfcf540e4dd11d6365d2da71 100644 GIT binary patch delta 206 zcmZp;%KPpMZ$k@X3)2>6Et%;K{Y(zi_1KxUrWZ_QWZ6FD1d|@ubORA)k?9KrnPs*M z%wj5H+79H~G3q-rcrbV~_%pZxp$CI2gCm0rgC~O@gF8blgA#)RLl8qgLpg&jkgdyL z$Y3)4A`i1LqviBQ4yN+y=Zu*|rYA@-aWLvk|JceXI=w)MSz!8yos4Xg>$pX>e~@NY zQe!q`FrMBR#{7EwJtyW%jMFdZFgvlDGFSpdFIqCoGMh43Y