Please enable JavaScript to view this site.

WebOffice  2.66 Complete Guide

The software version details page displays next to the details for the version itself also a section ‘Software packages’ that lists the packages the software version is used in.

CALEWE~1_img119

Additional fields:

List item

Explanation

CALEWE~1_img29

Version

the version number

The validation reg-ex is ^(?=.{3,}$)\d+(\.\d+)*{0,3}$

This means the software version must be at least 3 characters long and must consists of digits and up to 3optional decimal portions withseparated byperiods.

Examples of valid versions are; “111”, “1.2”, “1.22.3” and “11.22.33.444”.

 

Explanation of the pattern ^(?=.{3,}$)\d+(\.\d+)*{0,3}$

^: Start of the input.

(?=.{3,}$)  Positive lookahead assertion that checks that the total length of the string is at least 3 characters.

o.{3,}$  Matches any character (.) repeated at least 3 times until the end of the input.

\d+(\.\d+)*  The main pattern, which matches digits followed by optional periods and digits.

o\d+  Matches one or more digits.

o(\.\d+)*{0,3}  Allows for zero to three occurrences of a period followed by one or more digits.

\.  Matches a period (dot).

\d+  Matches one or more digits after the period.

$  End of the input.

 

Terminal Type.

Currently Software can be uploaded for:

CWT

MAX

 

Terminal Platform Type.

The terminal Platform Type is depending on the Terminal Type.

Pick the correct version depending on the type of platform for the terminal:

Windows CE 5.

Windows EC 7.

Windows EC 2013.

 

Checksum.

This field will be updated with the file checksum after upload.

 

Version data.

The file to link to this software version.  Click browse to select a file from your hard drive or network.