2009 |
09/17/2009 1.20 |
- Added: Goto page option in cdTiffView. NOTE: Goto page option is also available when right click on the cdTiffView.
|
08/19/2009 1.19 |
- Added: option in UDW Configuration page to add a domain user to UltraDoc at login automatically using LDAP. By default the user is added to the User Group.
- UDS Stored Procedures 1.13, UDSCSP 1.10
|
02/18/2009 1.18 |
- Added: show record index in collection-bundle page and bundle-document page.
|
2008 |
11/25/2008 1.17 |
- Added: Archive controls to web interface.
- UDS Stored Procedures 1.12, UDSCSP 1.08
|
08/22/2008 1.16 |
- Fixed: Deadlock condition when duplicating print jobs.
- UDS Stored Procedures 1.11
|
2007 |
10/11/2007 1.15 |
Added: Stored Procedure Sp_udChangeDefaultValue (SQL2005)
To modify default value use the following stored procedures:
- Sp_udChangeDefaultValueChar (for default of text type)
- Sp_udChangeDefaultValueInt (for default of integer type)
- Sp_udChangeDefaultValueMoney (for default of money type)
- Sp_udChangeDefaultValueFloat (for default of decimal type)
When run, the above SPs will:
- Unbind the default from all bound columns.
- Drop the default.
- Recreate the default with the new value.
- Rebind the default to the columns from Step 1.
Example:
sp_udChangeDefaultValueChar 'DefaultMediaSize','Letter'
Note: Single quotes are used in the second parameter only in the Sp_udChangeDefaultValueChar. Do not use single quotes in the others since they are not of text type.
- UDS Stored Procedures 1.10
|
09/27/2007 1.15 |
- Added: additional column capabilities to Pending Jobs page. Pending will use the same columns as set in the Print Job search page.
- Added: default setting for Due_Date in the General Configuration settings. The unit is specified in hours.
- Added: locality setting in the General Configuration page to support international date, time, and currency formats.
- Modified: All text in Special Instruction is now showing on the Invoice. Note: an invoice may not have the correct page-break location if the text spans too many lines.
- Modified: Use '-' instead of '()' for negative numbers to fix calculation errors.
- Fixed: Sort popup menu not working in bundle search results page.
- UDSCSP 1.08
|
08/27/2007 1.14 |
- Modified: the Assign Job Owner dialog box is disabled until a user is selected.
- Fixed: Last Modification Date not updated.
- Fixed: Error occurred when sorting on Stationery search page.
- Fixed Quantity filed not updating in Stationery jobs.
|
08/17/2007 1.13 |
- Added: an option to assign/charge job owner in the Pending view and Print Job search results page.
- Fixed: Access permission assignment error when duplication a bundle or collection.
- UDS Stored Procedures 1.09
|
08/02/2007 1.12 |
- Added: support for SQL 2005.
- UDSCSP 1.07, UDS Stored Procedures 1.08
|
07/25/2007 1.11 |
- Added: support European date time format.
|
Comments