171 Commits

Author SHA1 Message Date
56ec1f45d7 C2020-016 – Improved the wording and formatting of the message that appears when you add a subsection to a section that has steps. 2020-06-18 14:19:12 +00:00
834febf196 B2020-076: Create template steps when insert step from treeview with editor not open (made 2 methods public) 2020-05-28 13:21:48 +00:00
eb31b3b1a6 C2020-008: Change to ‘Folder Specific Information’ as menu text for folder level from ‘Procedure Set Specific Information’ 2020-04-16 14:10:53 +00:00
de58331ffb C2017-003: Support SQL Server for storing of Referenced Object data 2020-01-09 15:39:17 +00:00
311d442b57 B2019-076: support for folder/working draft level proc set specific info (moved code from VlnSvgPageHelper to here)
B2019-076: support for folder/working draft level proc set specific info & C2019-023: default values on outside transitions SI
B2019-076: make folder/working draft level proc set specific info consistent
B2019-076: Move GetInheritedSIValue from here to DocVersionExt.cs so it is accessible from TransitionExt.cs
2019-05-21 12:34:47 +00:00
17260519e3 B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top. 2019-03-07 18:02:31 +00:00
37fb880794 C2018-003 corrected use of MyActiveSection vs ActiveSection and added NULL checks 2018-10-08 15:30:05 +00:00
e5938b1815 B2016-058 Context menu at the procedure level will read “Collapse Procedure”, at the section level it will read “Collapse Section”, at the step and sub step levels will read “Collapse”. 2018-09-27 13:53:57 +00:00
fafaf62b6d B2016-057 Don’t enable the Approve button if there are rev numbers that need fixed, C2018-008 Redesigned of the user interface to make less confusing, C2018-025 We were not checking for more than one procedure with the same procedure number when generating the consistency check procedure list.
C2018-026 Added a menu option off of the Versions tree node menu, to view the notes added when the approval or workflow stage was done
2018-08-31 18:28:17 +00:00
c257f4b4bb B2017-014: Adding a sub-section where section has steps creates 2 section part nodes in the tree 2018-08-21 13:22:06 +00:00
95d181c3a6 B2018-082 Fixed null reference bug when deleting a folder tree node after deleting its working draft node 2018-06-04 15:52:56 +00:00
7ab18b30d1 B2018-047: crash after paste replace on newly created section within newly created procedure 2018-05-31 13:48:31 +00:00
678018c4a1 C2015-022 Separate Windows Upgrade – For Right Mouse Click, don’t allow Insert Folder Before/After in child windows and when a procedure set is in child window, only allow the Insert of a folder tree node. 2018-03-12 14:38:21 +00:00
60b83e9926 B2018-025: Proms crashes opening Working Draft if associated enhanced Working Draft had been deleted 2018-03-01 15:34:22 +00:00
8c37fd9fe4 B2017-243 added Cannot Paste menu items that will display a message box with more information explaining why the paste cannot be done 2017-10-25 14:12:00 +00:00
5e80643686 B2017-183: Don’t allow paste replace for source steps from tree view. 2017-08-28 14:25:30 +00:00
a8a0b37a32 Added titles to message boxes used during the check of the RO.fst B2017-125
Add LoadingFigures to save status of loading the figures during Update RO Values B2017-125
Added checks to see if the RO Figures need loaded B2017-125
Added checks to see if the RO Figures need loaded and set the status during the loading figures part of updating RO values B2017-125
Make the progress bar text visible B2017-125
Added titles to message boxes used during the check of the RO.fst and make the progress bar text visible B2017-125
2017-06-23 20:02:34 +00:00
d20ec450ce Added DoUpdateRO flag for use in the new Update RO logic
Better feedback when updating RO values, also save list of updated ROs in text file in Documents\VEPROMS
2017-06-20 16:28:45 +00:00
75b71ce40e C2016-042: Message to user on creating subsection when section has steps that steps aren’t visible 2017-01-20 14:35:03 +00:00
4744bcd450 B2016-282: remove new subsection menu item off of V-Button when selected section is a Word Section
B2016-236: for global search – add ‘Figure’ to Results style as Document Text & change ‘AER’ to ‘Left’ in list of step types for figures.
B2016-282: remove new subsection menu item off of a Word Section from
2017-01-12 15:23:27 +00:00
cc77a47237 C2016-030 – added Find and GoTo buttons on the Review Ribbon so that users with Review only security can easily preform a Find text and Go To a Transition location.
B2016-274 – allow a user with Admin rights who also is included in the reviewer or RO Editor group move a procedure within a set.
2017-01-10 16:06:52 +00:00
0b7371367c Equation Editor interface support 2016-11-17 15:05:15 +00:00
e7a1619945 when building an export file (from the Approved procedure) replace any forward slash or backslash used in the rev number (user types in the rev number) 2016-08-12 13:29:15 +00:00
d42a05a1f4 For Parent/Child procedures, added the Child name (ex. Unit 1) to the export filename when you export from the Approve Version 2016-08-11 17:53:27 +00:00
4c6d09803d Supporting logic to handle the use of the backslash character
Supporting logic to handle the use of the backslash character, and question marks
Supporting logic to handle the use of the backslash character, dashes, and symbols
Supporting logic to handle the use of the backslash character and dashes
2016-06-21 15:15:01 +00:00
Rich
767fbc8a7f B2016-134 The logic used to position steps was using the parent location rather than the previous step. This was causing steps to overlap in the edit window.
The Drag Indicator for Folders and Procedures was being shown as red for after the selected item or blue for after the selected item.  This was just causing confusion in the manual, so the color was changed to always be red.
The message "No Section Content" for an empty section (A Section with no steps) was printing overtop of the text of previous steps when the sections were set to print continuously.  The code was changed to only show this message if the pagination for the section was set to separate.
Somehow, about 13 sub-steps have Grid records in the Wolf Creek data.  These items were AND steps, Explicit OR steps and Paragraphs.  They printed the grid with a Tab (small letter "o").  The code was changed so that Grids do not print the Tab.
2016-05-23 12:38:15 +00:00
cf41e4b8a2 Enhanced: null checks and cache refreshes for new folders 2016-05-09 11:34:09 +00:00
ca12e39a6b Fixed a null reference error that happened when a step was deleted from the tree. B2016-105
Adding a new step from the section node in a tree will now consistently add the new step at the beginning of that section – whether the procedure editor is open or not. – B2016-002
2016-04-21 17:31:33 +00:00
d16add0a0e B2016-094: click in Tree View white space does not select tree node if step opened from Search 2016-04-06 15:50:44 +00:00
a203dd1846 Disable Approve Some Procedures option when more than on user is in a procedure set. 2016-03-04 03:00:38 +00:00
4dfddeecb4 Added multi-user check for menu items to prevent certain actions when someone else is in a procedure or procedure set. 2016-03-01 20:56:13 +00:00
2d753b1db6 Allow user to select a date to begin showing change bars
Added context menu item to allow the selection of a date to begin showing change bars.
2016-02-24 17:34:21 +00:00
d7643f4721 logic to save word sections with resolved RO values for exporting the approved procedure
Better memory management and commented out debug statements to help evaluate memory usage
2016-02-18 15:31:19 +00:00
006d194d01 Fix B2016-034: New Procedure/New Word Section creation causes new procedure to disappear from tree view 2016-02-12 16:35:15 +00:00
4c6ac2fda0 B2015-226: RO Information was not refreshing after an update 2016-02-11 14:02:50 +00:00
596a59d0f6 B2016-030: Crash when deleting a source (has linked enhanced) sections when all are displayed in editor.
B2016-029: Title of newly created enhanced section is not correct if source section not titled ‘New Section’.
B2016-031: Insert from tree of section after a non-linked section does not get inserted in enhanced procedure in correct location.
2016-02-02 14:07:25 +00:00
Rich
f02cce2ced Change RTF token \line to \pard\line so that text displays properly.
Pause timer to refresh the treeview while items are being added.
2016-02-01 21:30:07 +00:00
7c7e29053c B2016-019: Don’t display enhanced tab if not enhanced document. Also enlarge form a bit so that folder button on Output settings tab isn’t cut off
B2016-015: refresh tabs for enhanced inserted steps. B2016-017: fix crashes on replace
B2016-024: do not allow insert new HLS in enhanced if positioned on substep (from ribbon)
- B2016-022: insert procedure in a ‘source’ set before/after did not have Create Enhanced checkbox and B2016-017: fix crashes on replace
2016-01-28 14:37:44 +00:00
e8317e329a remove a console writeline from previous checkin 2016-01-26 11:49:08 +00:00
2844a4a38d enabling/disabling of copy/paste buttons
adding (or not) paste menu items depending on to/from document types
2016-01-26 11:47:23 +00:00
ea9e0831c8 send MyUserInfo (security) to the TreeView module
Don’t allow Reviewers and RO Editor only users save changes to Word attachments and library documents
Put a Create PDF button on the Review ribbon
Don’t allow Reviewers and RO Editor only users move procedures and folders on the tree
2016-01-21 19:30:35 +00:00
1e3324aa7b Enhanced Documents, handle enhanced steps
Enhanced Documents, delete items
Enhanced Documents button disable/enable
Enhanced Documents, tree view support for insert/delete/copy-paste
Move DisplayText.cs to CSLA
Enhanced Documents adding links (method added in docversion)
2016-01-20 16:46:31 +00:00
Rich
25dc39cd75 Added logic to keep code from crashing when adding a non-step related transition.
Added a menu item to create an Import file from an approved procedure.
Converted PDF RO References to Uppercase so that the PDF Links to the complete RO Report would work.
Eliminated Unit ROs from ROCompleteReport references in the PDF Links
Convert RO Links to Uppercase to be consistent.
2016-01-14 22:43:26 +00:00
Rich
58e58083c2 New Enhanced Document Properties
Fixed Find and Replace logic to keep it from getting into an infinite loop
Used new CSLA code to hanndle deletion of procedures with external transitions
New Enhanced Document properties
2015-10-27 13:34:33 +00:00
8ad203006d Continuous Action Summary logic 2015-10-23 18:21:02 +00:00
Rich
4c0fed9dce Added Enhanced Document Menus
SetAdministrator Support for Import and Export Procedure Sets, Import Procedure, Export Procedure
Added ROID PDF Destinations to Complete RO Report so that PDF Links can go to a specific Refenced Object in the Complete RO Report PDF.
Add PDF Links for Enhanced Documents and Complete RO Report
2015-09-12 15:49:37 +00:00
Rich
efe327a28f Reduced debug output for external transtion issues.
Added processing status output for Deletes
2015-08-12 22:15:45 +00:00
Rich
94a1c4289b Verify that the current node is within range before looking at the value 2015-08-05 12:38:40 +00:00
Rich
9854bc7690 Consistent wording to refer to Working Drafts (Doc Versions) 2015-08-04 13:00:57 +00:00
Rich
2aa0057fa1 Changed the Multi-user refresh so that the selected node is not changed between the adding and the finalizing of the section addition.
Use the selected node prior to setting the section properties so that the node is added at the correct location.
2015-07-27 21:18:02 +00:00