Search Posts

Statistics Information (f .shr file)

Print Friendly, PDF & Email

The Statistics information is taken from your statistics files and records all of your center’s daily activities. To generate this file during End of Day, Statistics Information must be set to Y in getdata (see Setting Up Data Sharing).

File Naming Convention

The following table explains the naming conventions of the statistics information data share file: #####f[md].shr

Field Definition
##### Store Number
f This character denotes that the file contains statistics information.
m This character denotes the month. The characters range from to l and are as follows:

a = January d = April g = July j = October
b = February e = May h = August k = November
c = March f = June i = September l = December
d This character denotes the day. The characters range from a to z and 1 to 5 and are as follows:

a = 1 e = 5 i = 9 m = 13 q = 17 u = 21 y = 25 3 = 29
b = 2 f = 6 j = 10 n = 14 r = 18 v = 22 z = 26 4 = 30
c = 3 g = 7 k = 11 o = 15 s = 19 w = 23 1 = 27 5 = 31
d = 4 h = 8 l = 12 p = 16 t = 20 x = 24 2 = 28

File Contents

The following is an example of an actual record in what is known as “comma-delimited” format. This means that the information you entered in each field in this POS system record is separated by a comma.

“1”,”01/23/1998″,”1″,”40″,”40″,”1362.85″,”0″,

We have numbered the fields in the following record in order to explain them more clearly to you. Each bolded number indicates one field.

Note: Some of the fields contained in this file are for internal system processing only and may not be useful to you.

 

1 2 3 4 5 6 7 8
“1” “01/23/1998” “1” “40” “40” “1362.85” “0”
Num. Description Definition ISI Field Name Output Format* Quoted? Example Value General Release Version When Modified
1 Store Number Store number that generated the statistics. inf0.store_nbr #(5) X 1 6.705
2 Date The date of the statistics. infs.date ##/##/####   01/23/1998 6.705
3 Report Sequence Number A number to place categories or items in order on reports. infs.seq #(6)   1 6.705
4 Times Sold The total number of times an item sold appears as a line on an invoice. infs.times_sold #(6)   40 6.705
5 Units Sold The total number of items sold. infs.units_sold #(4).#(2)   40 6.705
6 Dollars The dollar amount of the items sold. infs.dollars #(8).#(2)   13620000.85 22.4
7 Cost The cost of the items sold. infs.cost #(4).#(2)   0 6.705
8 Print Order

 

A number to place categories or items in order on reports. ivfs.print_order #(6)   15.12

* The Output Format column uses X to represent string fields and # to represent numeric fields. E.g. X(5) represents a string up to five characters in length.  #(14) represents a number up to 14 digits in length.