6423 Commits

Author SHA1 Message Date
cf6507aa71 Merge pull request 'B2023-112: Search All Procedure Sets does not always work' (#158) from GenWork into Development
OK to proceed with the testing phase
2023-11-20 10:33:08 -05:00
e45c373920 B2023-112: Search All Procedure Sets does not always work 2023-11-20 10:21:52 -05:00
3a81a99f3d Merge pull request 'B2022-072: Unit Designators not resolve on import of procedure set' (#157) from GenWork into Development
reviewed successfully and can now be tested.
2023-11-14 09:25:26 -05:00
33881adca5 B2022-072: Unit Designators not resolve on import of procedure set 2023-11-14 08:51:39 -05:00
6bee941a8a Merge pull request '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)”.' (#155) from GeneralDebugging into Development
format only change
2023-11-13 10:04:04 -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
b63db8d513 Merge pull request 'B2022-046 - Copy/Paste table Rows, Columns, or selected Cells was not updating RO and Transition links with new RO or Transition Usage numbers.' (#154) from B2022-046_copy_table_cell into Development
Merged into Development after successful code review
2023-11-10 12:05:04 -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
911a86dbf1 Merge pull request '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.' (#149) from B2023-007_dashed_expl_AND into Development
format only change. No code review required.
2023-11-02 15:43:21 -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
e1249dccee Merge pull request 'GenWork' (#148) from GenWork into Development
code change looks good.  formats listed are OK too.  The format files should not have been in this check-in, but I verified that last changes to these BNPP formats are still there.
2023-11-01 09:05:57 -04:00
128b5d81cc B2023-108: Crash during import of procedure set 2023-11-01 08:00:05 -04:00
ac49c3f297 Merge branch 'GenWork' of https://git.volian.com/Volian/SourceCode into GenWork 2023-10-31 06:35:03 -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
ab02e9771e Merge pull request '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' (#146) from GeneralDebugging into Development
Format only change
2023-10-25 16:36:36 -04:00
118ee9db28 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-25 16:32:01 -04:00
fcf0ac9843 Merge pull request 'F2023-138 continuation - missed a spot in the Alarm format' (#144) from GeneralDebugging into Development
format only change
2023-10-25 13:50:24 -04:00
043aeccda7 F2023-138 continuation - missed a spot in the Alarm format 2023-10-25 13:45:37 -04:00
a152b70a6f Merge pull request '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' (#143) from GeneralDebugging into Development
Only format changes, not code logic changes that could affect other customers.
2023-10-25 09:40:14 -04:00
1170822dad 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-25 09:36:38 -04:00
168fa1da10 Merge pull request 'GenWork' (#141) from GenWork into Development
Merging into Development after successful code review
2023-10-23 13:45:24 -04:00
9792c7b900 Merge branch 'GenWork' of https://git.volian.com/Volian/SourceCode into GenWork 2023-10-19 09:14:27 -04:00
f1aa365958 B2023-103: Improve User Interface for Incoming Transitions 2023-10-19 09:14:09 -04:00
621ec356fd B2023-103: Incoming transition User Interface Improvements 2023-10-19 08:41:58 -04:00
7e3ffffd9a Merge pull request 'B2021-089' (#140) from B2021-089_Approve_PC_RO into Development
Reviewed-on: #140
Code review completed successfully.
2023-10-19 06:30:46 -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
a94fb328de Merge pull request 'B2023-104 Import procedure and Go To RO' (#136) from B2023-104_GoTo_RO_Crash into Development
Reviewed-on: #136
Code review completed successfully.
2023-10-17 07:47:48 -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