install postgreSQL
make sure the the qt3-psql library is installed
create a database eg 'demipos' and a user 'pos' :-
createuser -d pos
createdb -E UNICODE demipos
populate the database:
download the database contents demipos.sql
psql -U pos demipos < demipos.sql
Install from Sources
Sources are at Sourceforge
libbslxml2
download latest tar.gz file
extract archive
cd libbslxml2
qmake
make
sudo make install
rbqtplugin
download latest tar.gz file
extract archive
cd rbqtplugin
qmake
make
sudo make install
demiCHEF
download latest tar.gz file
extract archive
cd demichef
qmake
make
sudo make install
Install from YUM repository
There is a Yum repository for Fedora Core (should work with 4,5,6) which can be used with
rpm -Uvh http://rpm.realitybites.eu/realitybites-release-6.rpm
yum install demichef
Prepare Structure for HTML Reports
HTML reports are formated with CSS. The CSS files must be located in a CSS directory in the parent directory of the HTML file.
Decide on a location for storing your reports eg: '/home/user/foo' then create you CSS directory as '/home/user/foo/css' and create one or more dirctories for your reports eg: '/home/user/foo/menus' '/home/user/foo/orders' etc...
Download the CSS files into your CSS directory
demiPOS
demiPOS is a modified version of the nTPV POS package
It has been modified to allow for different Tax rules and uses a modified database schema to fit in with demiCHEF, there is also a reasonable translation into English, plus a number of other small changes.
Requires demiCHEF and the gdchart package and development headers to be installed and further the compilation and installation is similar to that of the original. If anyone has any directions as to installation on a clean system then I can post the information here.
Sources are also at Sourceforge
gdchart
install gdchart package and headers
demiPOS
download latest tar.gz file
extract archive
cd demipos
qmake
make
sudo make install
(program runs as ntpv)
modify group/permissions of /etc/demipos
[ Back ]