EcrHelper use for automatic reporting and/or sending data to ECR

ECRHelper 2 - Software for programming and reporting ECR
Software for detecting ZEKA products

ECR Helper - can be used to send data to ECR or automatic reports.

Prompt line parameters:

Syntax:

ecrhelper [-type mode] [-f file] [-h] [-s] [-i] [-c] [-q]

Parameter description:

 -type - sets operation mode. possible modes:
setarticles - set articles data. The data is in the file set by -f;
getreport - report the cash register. The data is stored in the file set by -f;
-f - sets file name for article or report (the operation mode is chosen by -type);
-h - hides the main window;
-s - do not show the splash screen in the begging;
-i - do not show error messages;
-c - automatic text truncation;
-q - quit after completion of the operation.

file format in setarticles mode:

The file contains N rows with the following format:

PLU<TAB>Article name<TAB>Barcode<TAB>Price<TAB>Tax Group<TAB>Department<TAB>Payment type<TAB>In stock<CR><LF>

If there is no data between two separators the data field remains unchanged.

Example with keeping of previous programmed tax group and department:

10<TAB>coffe lavazza<TAB>7501054530107<TAB>1.23<TAB><TAB><TAB>0<TAB>100<CR><LF>

File format in getreport mode:

PLU<TAB>Article name<TAB>Barcode<TAB>Price<TAB>Tax group<TAB>Department<TAB>Payment type<TAB>In stock<TAB>Turnover<TAB>Items sold<CR><LF>