Menu

Retailer / News: Recent posts

Version 1.0 beta 7 is launched

1) Now in field of "Genuine Art" you can write any character.
2) All HTML reports (excluding Trace of Goods and Detailed Trace of Goods) are now sortable by any column. Just click on header and sort. Many Thanks to Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/
for his sorttable.js script.
3) Added the follofing new reports
- All Brands' Stock by Day
- Sales/Stock together
- Sales/Stock of Brand together
- Sales/Stock of All Brands together

Posted by Jeff 2011-04-12

Hiding CIF in reports

Now you can hide CIF and clear profit in all reports by unchecking
'Show CIF in reports' check box in parameters dialog box

Posted by Jeff 2011-02-16

command line parameters

usage: java -jar dist\retailer.jar [options]

The following options are available:
en - run program in english with English locale
ru - run program in russian with Russian locale
can be used only one or none of languages. Without this parameter the program will use default locale for your PC.
create - create an empty database
encoding = <charset>
charset can be windows-1251 or utf-8(default). This param used to generate html reports
siSocket = <socket number>
if this parameter is set then program will run in Single Instance mode. The port number can be any value.
This port is used by program to identify the instance of application in memory. We recommend to use high values to not
interfere with existing ports (for example 44331 or 44350, etc.)
This feature is added for file based databases (Derby Embedded, Paradox, etc.) to prevent file corruption in case of
parallel access.
example: java -jar dist\retailer.jar ru create
creates database and runs program in russian specific lovale with russian UI. But reports wioll be generated in utf-8
It doesn't matter how you create database, you can run it later in any other language.
example: java -jar dist\retailer.jar ru encoding=windows-1251
run program in russian and generate reports in windows-1251 charset
example: java -jar dist\retailer.jar
will run program in default locale with utf-8 charset in reports
example: java -jar dist\retailer.jar sisocket=44331
in this case program allows to run only one instance of application.

Posted by Jeff 2011-02-08

Retailer binary

Added binary files(compiled version) of Retailer 1.0 beta 3

Posted by Jeff 2011-01-26

Updated documentation

Updated Russian User manual and added topic about Expenses

Posted by Jeff 2011-01-19