426 Commits

Author SHA1 Message Date
Rich
4909cf689f Add code to specify the SQL Code Revision 2016-02-26 16:07:05 +00:00
Rich
6ae1fcda1a Allow delete of grid/content when deleted rousages and transitions exist. This was causing the code to crash. 2016-02-17 19:14:11 +00:00
cec6aa2e17 Added sql procedure ‘ClearCBOverrideForProcedure’ to clear content/config’s Step CBOverride fields for an input itemID (that is a procedure), to fix B2015-039
B2015-039: Clear Change Bar Overrides for approval
2016-02-08 17:17:36 +00:00
Rich
ab76c69199 Corrected checkout logic for non-Enhanced Document procedures 2016-02-02 13:21:25 +00:00
Rich
0bcbbd9235 Improved Checkout performance
B2016-012 Bug Fixed.  Not sure how, but the issue is no longer seen.
2016-01-28 16:16:55 +00:00
Rich
15d8380fe6 vesp_GetDisconnectedItemsCount - Fixed to account for Deleted Items
vesp_PurgeDisconnectedData- Stored procedure to remove disconnected data
Fixed the window header to show the SQl Server name and the Database name
2016-01-22 21:25:29 +00:00
f3b86f2a46 Fixed compiler error 2016-01-21 14:11:10 +00:00
bdb5a0c36a Enhanced Document support (multi-user queries) 2016-01-20 16:30:32 +00:00
Rich
af339e0717 Added File extension parameter to Make Document 2015-10-27 13:25:11 +00:00
af82e4c2cb C2015-036: Modified “vesp_GetTransitionReportData” to return correct data for outside transitions 2015-08-25 14:52:59 +00:00
d5b30b523f Global search fixes for hard spaces, symbols, bolded text, and transition search by step elements (B2014-056, B2014-057, B2014-102, B2015-055) 2015-08-20 18:57:19 +00:00
Rich
312b0e4e2d Improved performance of the SQL Stored procedures related to DeleteItemAndChildren.
Added output so that status can be seen as a procedure is deleted.
2015-08-12 22:14:44 +00:00
Rich
03d5bb04f8 Fixed logic to add ROImages so that adding a duplicate record will not cause the code to crash.
Fixed the layout of the Tag Panel so that the Step Type can be changed,
2015-07-23 16:25:26 +00:00
Rich
0f347f27cc Support 1000-9999 sibling records. The limit had been 999. Westinghouse Alrams exceded this limit 2015-06-16 19:52:30 +00:00
Rich
cf585b9ea9 Adding a new Folder was timing-out during a SQL Stored Procedure.
The logic was changed to more quickly determine if the folder could be checked-out.
2015-06-10 13:26:53 +00:00
fe3ba6f8eb Fixes problem of PROMS exiting with an error when adding a new procedure 2015-05-21 19:44:35 +00:00
Jim
f66cb15dd3 Added stored procedures to support determining when treeview needs to be refreshed based on other user activities 2015-05-16 16:59:36 +00:00
da37a78190 multi-user enhancements for Folders/Sessions 2015-05-14 14:31:48 +00:00
Rich
beb9e84ee2 Allow search to work on Procedure Titles and Annotations 2015-05-08 12:36:57 +00:00
Jim
ac85235031 Added code to implement administrative tools functions inside database 2015-04-14 01:34:03 +00:00
Rich
3ef663d7e3 Add exception if any external transitions to a procedure. 2015-03-10 10:09:53 +00:00
b57e0b59d6 Added check for external transitions that point to just a procedure title (not a section or step) when we are trying to delete a procedure. 2015-03-09 16:32:48 +00:00
b9d517e160 Added veip3r2 to the list of 16-bit folders to look for when doing the DataLoader 2015-03-03 17:04:26 +00:00
Rich
8a2224a95b Added stored procedures for GetDisconnectedItemsCount and GetNonEditableItems
Revised SearchTransitions to prevent recursion error
2015-02-20 22:29:13 +00:00
Rich
ea8c38cd28 Revised vesp_SearchTransitions to include step path field 2015-02-20 02:57:16 +00:00
Rich
8d46574ec2 Added stored procedure getROImageByRODbID_FileName to find image files by name. 2015-02-18 14:41:38 +00:00
Rich
24e3a9d7f5 Added stored procedure to delete pdfs 2015-02-18 02:32:39 +00:00
9671a394be Include a ‘GetJustStage’ stored procedure to get only stage data and not get its related data 2015-02-17 17:27:33 +00:00
Rich
ef9e32b9d6 Added stored procedures, functions and alter table commands to support converting invalid referenced objects and invalid transitions to text using the batch refresh dialog, import of procedures, copy/pasting of steps and deleting/restoring of steps. 2015-02-05 03:45:48 +00:00
2d04077df0 added Paste queries when pasting into a ‘parent’ 2015-01-29 13:43:51 +00:00
628139201d Add a missing parameter to enable a successful build 2015-01-23 15:08:43 +00:00
Rich
746ac8f35d Added stored procedures and function to support transition report functionality 2015-01-22 22:25:13 +00:00
Rich
ca0d2d3843 Fixes logic for copy step
Fixes logic for 7 LPI to account for the End Message
2015-01-22 01:36:29 +00:00
7284fd86f2 Fixed a bug for RO Usage Report where RO Usages were not found in Word attachment sections when RO values where selected to generate the report rather than a RO group. 2015-01-15 21:28:58 +00:00
2363d304aa Fix for Search ROs and RO Usage report where when you select specific RO value, it will not be found in Word attachments. 2015-01-13 16:30:08 +00:00
ace837aa1d In vesp_SessionBegin. Added a command to delete Owners where the SessionID is not in the Sessions table. This fixes an issue that happens when PROMS is abnormally terminated and not allowed to clean up before exiting. 2015-01-08 21:07:24 +00:00
56007d4303 Copied over sql commands from PROMS2010.sql that were not in PROMSFixes (vefn_FixTransitionForCopy & vefn_FixROData);
for xml comparisons use nvarchar rather than varchar so that if data contains character codes above 255 a crash does not occur;
remove duplicate CopyItemAndChildren
2014-12-11 13:07:11 +00:00
Rich
2c21ce24dc Added HowMany setting Property to limit the number of procedures converted. 2014-12-08 20:27:48 +00:00
Rich
3da3cd999e Use ConvertSeq consistently for Steps and Transitions 2014-12-08 20:26:51 +00:00
Rich
007430be3d Use new command line parameters
Fixed logic to skip steps which don't match the current section
2014-12-08 20:26:11 +00:00
Rich
13d9350fdf Add error handler for PSI failures.
Support appending to an existing Procedure Set
2014-12-08 20:25:37 +00:00
Rich
7511ebcd2c Support automatic processing 2014-12-08 20:24:36 +00:00
Rich
165036ff44 Added Command Line Parameters:
Auto - Used to run from a batch file.  Automatically starts the processing
PurgeData - Yes - Create a new database. No - Append to an existing database
DBName - Database name
ProcedureSetPath - 16 bit source data path
Skip - How many procedures to skip
HowMany - How many procedures to process
Support the ability to append to an existing procedure set
Use new command line parameters
2014-12-08 20:24:02 +00:00
Rich
368280d7ee Added HowMany setting Property to limit the number of procedures converted.
Use Command Line Parameters ass override for settings.
Add logic to support partial processing of procedure sets (appending to a previously processed set.
2014-12-08 20:22:33 +00:00
Rich
f918bb0d88 Changed the output so that it can be more easily parsed in Excel. 2014-11-10 13:04:03 +00:00
Rich
2bcd34b76d Removed PDF Path and validity checks
Added Validity Check - Procedure Set Path against Config DataPath
2014-10-22 22:16:43 +00:00
Rich
f8a73cfefe Added Validity Check - Procedure Set Path against Config DataPath
Removed PDF Path and validity checks
2014-10-22 22:15:43 +00:00
Rich
0a76a0d22c Added error handling for the step counter 2014-10-22 15:24:15 +00:00
Rich
bf99440bde Added code to provide information regarding transitions that are being fixed using the Fix Transitions menu item.
Added code to fix transitions that involve Section, SubSections and Steps as part of the path to the transition and how this is rendered in the step's text.
2014-10-22 00:55:04 +00:00
f50fda89ff Additional logic to handle a 16-bit default column mode setting on sections 2014-10-20 20:16:25 +00:00