AudienceView Connect
AudienceView Documentation

AudienceView 6.8.2 New Features and Enhancements

Desktop Enhancements

Feature Description ID
Update the preloaded invoice values. This has been implemented in AudienceView 6.8.2.
The preloaded invoice has been updated with generic terminology (e.g. AudienceView Ticketing has been replaced with Your Company Name).
AVD-4380
 
top

Online Enhancements

Feature Description ID
Change the responsive width size to stretch the promotion code box across the width of smaller screens. This has been implemented in AudienceView 6.8.2.
The promotion code box now expands the entire width at 100% of any handheld device.
AVD-4489
Enlarge the shopping cart and menu icons and reduce the padding around articles when viewing sites on a mobile device. This has been implemented in AudienceView 6.8.2.
The Content Mangement application Sites|Applications page contains a default Viewport meta tag with a 'Value' of width=device-width, initial-scale=1. Ensure that this value is set when upgrading from a previous version of AudienceView so that the shopping cart and menu buttons will scale appropriately.
The padding around articles has also been reduced.
AVD-4490
Add new classes to the search bar to separate the items and make it easier to hide 'Event Dates' fields.
This has been implemented in AudienceView 6.8.2.
Specific classes have been added to the search box UI on the default.asp page. Properties have not been added to the global.css for these classes, but these labels can be styled individually (including hiding them).
If you want to hide the event date fields, add the following to the stylesheet
.search-box .item-search-start-date,
.search-box .item-search-end-date {
display: none;
}
If want to hide the labels, add the following to the stylesheet:
.search-box .item-search-start-date .searchBoxLabel,
.search-box .item-search-end-date .searchBoxLabel {
display: none;
}
AVD-4491
Combine the menu (e.g. Miscellaneous Items) and the dropdown associated with it into a single button.
This has been implemented in AudienceView 6.8.2.
If a menu item is configured without a link to a specific page, the menu item and the associated dropdown will be combined into a single button that will open the dropdown.
If a menu item is configured with a link, then the button and the dropdown arrow will still act independantly of each other.
AVD-4492
 
top
 

Business Intelligence and Reports Enhancements

 
Feature Description ID
Convert the Unallocated Payment Details Report to JavaScript. This has been implemented in AudienceView 6.8.2.
The Unallocated Payment Details Report has been converted to JavaScript.
AVD-4381
 

Payment Enhancements

 
Feature Description ID
Send customer information string in 'Ancillary' field of the Touchnet payment gateway. This has been implemented in AudienceView 6.8.2.
The 'Ancillary' field now sends Customer # - Order # to Touchnet (e.g. 103-1245
where 103 is customer number and 1245 is the order number).
AVD-4500
 

Point of Sale Enhancements

 
Feature Description ID
Improvements for high traffic sales
This has been implemented in AudienceView 6.8.2.
  • The first category in the list is displayed after login or new order
  • For POS, Don’t Ask for Pay Details has been added to the 'Optoin' field on the General Configuration application Payment Method|Basic page, allowing you to create orders immediately without having to enter payment details.
  • The 'Total' and 'Order Number' hvae been aded to the Order Created dialog box.
  • The number of items or customers displayed can be increased so that all items are displayed on a single scrollable page. via the Application Security application Group|Attributes page by setting the 'Default Value' of the:
    • TScontentBO property's Search Results Information: Page Size attribute
    • TScustomerCO property's Query: Page Size attribute
AVD-4249
CSS based usability improvements for POS This has been implemented in AudienceView 6.8.2.
Up to 25 items can be seen on a single screen.
If the page size of the search results on the TScontentBO is changed to be greater than 25 (it is 20 by default), then the results will scroll instead of being pushed to a a new screen.
AVD-4349
 
 

DataMonkey Enhancements

 
Feature Description ID
Update the paths and naming conventions of the 'Failure Results Files' that appear on the Utilities application Data Management|Results page. This has been implemented in AudienceView 6.8.2.
The paths and naming conventions of the 'Failure Results Files' have been updated to make the file content easier to identify. For more information, refer to the Utilities Data Management|Results Page.
AVD-4456
 
top