Title: USASWEB V2'3 Release Highlights
1- USASWEB V2.3 Release Highlights
2General Enhancements
- Alphabetized Quick Find drop down box
- Focus control
-
- Validate to Post
- No Double posting
3General Enhancements
- New option on Menu
- Configuration
- Query
- Indicate which fields work with wildcards
- Amount results sortable
- Posted by changed to Posted by Username
4General Enhancements
- About page updated
- Requisition signature line
- Refund/Receipt
-
- Total in header section
- Vendor Query
- Fewer search fields not as long as screen
5Expanded
Collapsed
6Invoice Enhancements
- Fill/Clear/Cancel buttons- top and bottom of
items - Account code displayed
- PO field next to new
7Invoice Enhancements
- Added QTY field when invoicing
- Added new field in header
- PO Remaining Encumbrance
- Payment Due date reset
8Invoice
9Invoice/New
10Configuration
- Replacement for OPTSCN
- Requisition and Purchase Order options
- Show your own preferences
- modify and delete
- Read-Only and Req-Only users will not have delete
option/only have Requisition Options - Group Managers/System Managers
- Add new users
- Query users
- Modify users
11New Preferences
Read-only, Req-only, and Standard USAS access
users will not see this option
12Show PreferencesGroup Manager/System Manager
Read-only, Req-Only, and Standard USAS access
users will only have the modify option
13Show PreferencesRead-Only/Req-Only
14Query Preferences
Read-Only, Req-Only, and Standard USAS access
users will not see this option
15Purchase Order/Requisition Enhancements
- Implementation of split items
- Two ways of splitting items
- Splitting the Quantity
- Price must be the same for each item
- Splitting the Price
- Quantity field must be 1
16(No Transcript)
17Quantity Split Pop-up Window
18(No Transcript)
19Split item Expanded
20Split item Collapsed
21Posted Requisition/Split Quantity
22(No Transcript)
23Price Split Pop-up Window
24(No Transcript)
25Posted Requisition/Split Price
26- USASWEB V2.3 Technical highlights
27USASWeb V2.3 Technical
- Allows printing of various file types
- PDF Current print type
- XML Raw data
- For laser printing vendors
- Similar concept to .DAT files on VMS
- Excel Send data to spreadsheet
- XSL Style sheet
28Printing Configuration Custom Directory
- Make sure youre using Custom Configuration
- LocalResources.properties file will be in usasweb
folder inside custom folder - Prevents overwriting when new version installed
- See Custom Configuration Setup for USASWeb
section of USAS Web Install Guide on Public Wiki
29Printing Configuration - Steps
- SSDT defaults in StrutsResources.properties
- In /WEB-INF/classes folder
- Copy property from StrutsResources to custom
LocalResources.properties file - Customize as desired
30Printing Configuration New Properties
- XXX.printOptions
- XXX.printOption.YYY
31printOptions Property
- XXX.printOptions
- XXX is transaction type
- Defines which file type will be created when
- user selects print
- If multiple values,user
- is prompted to choose
32printOption Property
- XXX.printOption.YYY
- XXX is transaction type
- YYY is file type
- Defines
- How print option works
- Text for prompt
- Path to custom file for xslt custom reports
33Printing Configuration - StrutsResources.propertie
s
34Printing Configuration - LocalResources.properties
- To always generate xml instead of pdf
- purchaseOrder.printOptionsxml
- To allow user to choose between pdf and xml
- purchaseOrder.printOptionspdf,xml
- To allow user to choose between all 4 options
- purchaseOrder.printOptionspdf,excel,xlst,xml
- For custom XSLT report to customize prompt
- purchaseOrder.printOption.xsltxslt,path/file,ABC
Report
35Printing Configuration - Customizing for Specific
Districts
- Above examples affect ALL districts
- To customize for specific district
- Add SETUPENV code before property
- DISTRICTA.purchaseOrder.printOptionsxml
- Where DISTRICTA is District As SETUPENV code
- For example, from OECNSETUP.INI
SECTIONDISTRICTA - Will automatically generate xml only for district
A
36Printing Configuration Custom Jasper/iReport
Definitions
- PDF and Excel options use Jasper/iReport
- Interact with Jasper/iReport custom definitions
- Specify report definitions for PDF / Excel
- DISTRICTA.pdf.purchaseOrder.report.definitionfile
///c/Apache/CUSTOMDIR/reports/purchaseorderDISTR
ICTA.jasper - DISTRICTA.excel.purchaseOrder.report.definitionfi
le///c/Apache/CUSTOMDIR/reports/poexcelDISTRICTA
.jasper
37