To change how the information is displayed or available to use for filters press the Select Columns button.

Views
You can define up to 20 views, each having your own choice of fields. You can quickly and easily move between views. Several pre-defined views are created during the installation. These can be amended or new views created from them.

You can also share views with other users by exporting your own.

When you change views the current filter settings are saved. This means that each filter can have their own pre-configured filters. If you don’t want this feature untick the Store this view’s filter settings option. This will mean that when you change views the current filter will be applied to the orders within the new view (unless that field is not available in the new view).

New
You can create a new view. You can choose which view to copy the fields from.

Delete
Any view can be deleted. You must always have at least 1 view defined.

Rename
The name of any view can be changed.

Import
Several sample views are provided. These are installed in the same directory as the main One Stop Order Processing software.

NOTE: When you import view information this will overwrite any individual definitions for custom values that you have defined. Your individual views will not be affected.

Export

This will prompt you for a filename to save the information to. If you want to share information with other users save the view onto a main server and then import to the machine(s).

Adding fields to a view

Selected and Available fields
The right hand pane shows the current fields that are displayed in the order browser. To change the order of fields use the Up and Down buttons. If you want to remove any fields from the Selected list press the < button (or double click the item). To remove all items press the <All button.

To add fields to the Selected list select the required field in the Available list and press the > button (or double click the item to add). To add all the fields press the All> button. The fields shown in the Available list are those not already selected from the current field Type.

Amend field details
You can also change the displayed name of any field. This is the name that is displayed for the column heading and the field to filter by. Click on the Amend field details button to display the dialog.



The details about the existing field are displayed:

ID This is the unique ID for this field.
Field name The name to display for the column heading. If you want to use the original name click on the Use Original name button.
Field name The name used is also the name used for the column heading in any exported file (if a header is chosen to be included).
Field value This contains the default value to use for the field if it is blank. The default value can refer to any field. For example, delivery instructions.
Include in Exported Information   If you are going to export information you may not want to include all the information displayed. This may be because the information is used for data
filtering, for example, Date ordered or it is used as part of the calculation fo other fields. For example, the export format must only show 80% of the order cost. The total order cost is displayed, but Include in Exported information is not ticked for it. The warehouse cost is calculated as 80% of the displayed order cost and Include in Exported information is ticked.
Include field  When this field is exported you can include the total of the column data in the information exported.
total in export  You must also tick the Include column totals after data option when exporting the data.

Using default values
Using default values in fields allows you to create your own analysis of your data and also extend the information displayed (or exported).

There are two main uses for defaulting a value. You can use a default value if a field is blank. This applies to any field, an Actinic field or custom field. For example, delivery instructions.

The more common use of default values is when using custom fields (described in more detail later in this section). There are two types: the same value for all orders or a different value for each order.

You can default a value from 1 (or more) of the other fields displayed in your view. You can only use the fields displayed in your view. You can also perform calculations on items in the default value. You can use the following operators.

[+] The two values either side are added up
[-] The value to the right is taken away from the value on the left.
[/] The value on the left is divided by the value on the right.
[*]  The two values are multiplied together.
[<]

Compares the value and if it is less than the value given value show the first value otherwise show the second value.

For example, to show Parcel Force for orders less than £100 and CityLink for

orders over and including £100 use:

[%Total Cost%] [<] 100 [Parcel Force] [CityLink]

[>]

Compares the value and if it is greater than the value given value show the first value otherwise show the second value.

For example, to alert someone (by adding text into a certain field) to check all orders over £200 use:

[%Total Cost%] [>] 200 [Check Order]

[=]

Compares the value and if it equals value given value show the first value otherwise show the second value. This can include text aswell as numeric values.

For example, to change the drop shipper depending upon a certain product use:

[%Product Ref%] [=] IL42 [SmartShipper][We Ship]

[U]

Make the field UPPERCASE. You should put the opertaor after the field value.

This can be useful for making certain fields more visible.

For example, to make the Delivery company name UPPERCASE use:

[%Delivery Company%] [U]

[l]

Make the field lowercase. You should put the opertaor after the field value.This can be useful for making certain fields more readable when joined with other fields.

For example, to make the built up sentence (which is itself made up from other fields) more readable use:

[%Text Words%][l]

[$] 

Display a portion of a field. The 2 values following the operator are the position to start in the text followed by the number of characters to use. This can be useful when values have to be a fixed length for certain export functions or using certain characters in a value as a code to another system.

For example, to use the first 3 characters of a product code as a warehouse location (or dropshipper) use the following. You can then base other fields on tests on this field.

[%Product Ref%] [$][1][3]

You can also use numbers in calculations. For example, 4 or 512.6 or £3.1415926.

The example shown above is [%Order Cost%] [*] 0.05. This shows all values in the Warehouse cost field as 5% of the Total order cost. When you use calculations if either of the numbers uses your currency symbol (e.g. £) this will be used in the value displayed.

You can also perform calculations on fields which have other calculations performed on them. For example, another field, Warehouse VAT, maybe defined as [%Warehouse cost%] [*] 0.175. This will perform the calculation for the Warehouse cost before the WareHouse VAT. It does not matter the order that they appear in the view.

If you want the users of One Stop Order Processing to be able to enter a different value for each order use a Custom Value: Entered for each order. They will enter the value in the Custom order details page.

More ways to use fields
If you want users to be able to enter different calculations for each order set the default value to include [+] 0.  This tells once stop Order Processing that any value entered may include calculations. If values aren’t entered the default value will be 0. You can set the default value to any number as long as it includes a sum (using [+], [-], [/] or [*]).

If you want the user to be able to enter other fields (from the view), for each order set the default value as a field. For example, [%Order Cost%]. If you are using this approach note that no validation is carried out and if the wrong field is entered a blank value is used.

If you are exporting to a 3rd party system and you require the exported file to have a number of empty fields set the default value for a custom value to contain the required number of empty items. For example, if the exported format requires a 255 values per line Comma Separated Value (CSV) file where the Actinic fields only occupy the first 120 values; create a default value for one of the custom values to be ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,. When exported the commas (,,,,,,,,,, …) will be put onto the end of the existing output values.

Field Types
The field Types are the Actinic tables that the information is taken from. When you select the Type the list of Available fields changes in the Available pane.

If you want to show the details of each order line you should select entries from the Order Line/Item Status. This will then show 1 line in the display for each line of the order. For example, of an order has 5 items there are 5 lines shown for that item. When you come to perform an action on that order (e.g. Print an Invoice), however many items within the particular order are selected it will only print (or whatever action) that order once.

There are 2 additional field types:

Custom Value: Fixed
This allows you to enter up to 50 additional columns to your views all having the same value. This value can be based upon another field (or fields) and can include calculations. (Refer to the Amend field details for more information on for more information on setting up these values.). This field can be very useful for adding in required values for an export file, where Actinic does not provide the relevant information.

The first 15 of these values are shown on the Custom values order detail page, but can’t be changed on that page. If you require the information to be shown in the order details you should make sure that the information is stored in one of the first 15 values.

Custom Value: Entered for each order
This type of field allows you to have a default value (described in the previous Amend field details section) that can be overridden, if required. You can create up to 50 of these values. If you require the details to be amended on the custom values order details page you should use one of the first 15 values. If you require more than 50 Fixed values you can use these custom fields in the same way as the Fixed Custom values.

Field details
When you select a field on either the Available or Selected lists the field’s details are shown. This information is used to quickly identify the characteristics of a particular field. The following information provided is shown below.

Name The actual name used and its default name.
Type  The Actinic type the field comes from (e.g. Order information).
Default Value The default value applied to the field.
ID  The unique ID for the item.
Export Will this be included in the exported information?