5.0 Source Code

Committing 5.0 Source Code
This commit is contained in:
2023-04-06 18:58:04 +01:00
parent 0f3ede77fa
commit 0282345603
1680 changed files with 241310 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
@echo off
REM uniCenta oPOS Touch Friendly Point of Sales designed for Touch Screen
REM Copyright (c) 2009-2017 uniCenta & previous Openbravo POS works
REM http://sourceforge.net/projects/unicentaopos
REM
REM This file is part of uniCenta oPOS
REM
REM uniCenta oPOS is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation, either version 3 of the License, or
REM (at your option) any later version.
REM
REM uniCenta oPOS is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM GNU General Public License for more details.
REM
REM You should have received a copy of the GNU General Public License
REM along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>
REM
set DIRNAME=%~dp0
set CP="%DIRNAME%unicentaopos.jar"
set CP=%CP%;"%DIRNAME%locales/"
start /B javaw -cp %CP% com.unicenta.pos.config.JFrmConfig
+25
View File
@@ -0,0 +1,25 @@
#!/bin/sh
# uniCenta oPOS Touch Friendly Point of Sale designed for Touch Screen
# Copyright (c) 2009-2017 uniCenta & previous Openbravo POS works
# http://sourceforge.net/projects/unicentaopos
#
# This file is part of uniCenta oPOS.
#
# uniCenta oPOS is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# uniCenta oPOS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>.
DIRNAME=`dirname $0`
CP=$DIRNAME/unicentaopos.jar
CP=$CP:$DIRNAME/locales/
java -cp $CP -splash:unicenta_splash_dark.png com.unicenta.pos.config.JFrmConfig
+59
View File
@@ -0,0 +1,59 @@
@echo off
REM uniCenta oPOS Touch Friendly Point of Sales designed for Touch Screen
REM Copyright (c) 2009-2017 uniCenta
REM http://sourceforge.net/projects/unicentaopos
REM
REM This file is part of uniCenta oPOS
REM
REM uniCenta oPOS is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation, either version 3 of the License, or
REM (at your option) any later version.
REM
REM uniCenta oPOS is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM GNU General Public License for more details.
REM
REM You should have received a copy of the GNU General Public License
REM along with uniCenta oPOS. If not, see http://www.gnu.org/licenses/>
REM
set DIRNAME=%~dp0
set CP="%DIRNAME%unicentaopos.jar"
set CP=%CP%;"%DIRNAME%lib/bsh-core-2.0b4.jar"
set CP=%CP%;"%DIRNAME%lib/barcode4j-2.0.jar"
set CP=%CP%;"%DIRNAME%lib/commons-beanutils-1.8.3.jar"
set CP=%CP%;"%DIRNAME%lib/commons-codec-1.4.jar"
set CP=%CP%;"%DIRNAME%lib/commons-collections-3.2.1.jar"
set CP=%CP%;"%DIRNAME%lib/commons-configuration2-2.1.jar"
set CP=%CP%;"%DIRNAME%lib/commons-dbcp2-2.1.1.jar"
set CP=%CP%;"%DIRNAME%lib/commons-digester-2.1.jar"
set CP=%CP%;"%DIRNAME%lib/commons-discovery-0.5.0.jar"
set CP=%CP%;"%DIRNAME%lib/commons-lang3-3.5.jar"
set CP=%CP%;"%DIRNAME%lib/commons-logging-1.2.jar"
set CP=%CP%;"%DIRNAME%lib/iText-4.2.1.jar"
set CP=%CP%;"%DIRNAME%lib/jasperreports-6.4.0.jar"
set CP=%CP%;"%DIRNAME%lib/jcl_editor.jar"
set CP=%CP%;"%DIRNAME%lib/jcommon-1.0.15.jar"
set CP=%CP%;"%DIRNAME%lib/jdt-compiler-3.1.1.jar"
set CP=%CP%;"%DIRNAME%lib/jfreechart-1.0.19.jar"
set CP=%CP%;"%DIRNAME%lib/jpos-1.13.0.jar"
set CP=%CP%;"%DIRNAME%lib/jpos-2.0.10.jar"
set CP=%CP%;"%DIRNAME%lib/oro-2.0.8.jar"
set CP=%CP%;"%DIRNAME%lib/poi-3.10.1.jar"
set CP=%CP%;"%DIRNAME%lib/RXTXcomm-2.2.jar"
set CP=%CP%;"%DIRNAME%lib/swingx-all-1.6.4.jar"
set CP=%CP%;"%DIRNAME%lib/velocity-1.7-dep.jar"
REM Apache Axis SOAP libraries.
set CP=%CP%;"%DIRNAME%lib/axis.jar"
set CP=%CP%;"%DIRNAME%lib/jaxrpc-1.4.0.jar"
set CP=%CP%;"%DIRNAME%lib/saaj-1.4.0.jar"
set CP=%CP%;"%DIRNAME%lib/wsdl4j-1.6.3.jar"
set CP=%CP%;"%DIRNAME%locales/"
set CP=%CP%;"%DIRNAME%reports/"
start /B javaw -Xms512m -Xmx1024m -cp %CP% -Djava.library.path="%DIRNAME%lib/Windows/i368-mingw32" -Ddirname.path="%DIRNAME%./" -splash:unicenta_splash_dark.png com.unicenta.pos.forms.StartPOS %1
+45
View File
@@ -0,0 +1,45 @@
#!/bin/sh
# uniCenta oPOS Touch Friendly Point of Sale designed for Touch Screen
# Copyright (C) 2009-2017 uniCenta
# http://sourceforge.net/projects/unicentaopos
#
# This file is part of uniCenta oPOS.
#
# uniCenta oPOS is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# uniCenta oPOS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>.
DIRNAME=`dirname $0`
CP=$DIRNAME/unicentaopos.jar
CP=$CP:$DIRNAME/locales/
CP=$CP:$DIRNAME/reports/
# Select the library folder
case "`uname -s`" in
Linux)
case "`uname -m`" in
i686) LIBRARYPATH=/lib/Linux/i686-unknown-linux-gnu;;
ia64) LIBRARYPATH=/lib/Linux/ia64-unknown-linux-gnu;;
x86_64|amd64) LIBRARYPATH=/lib/Linux/x86_64-unknown-linux-gnu;;
esac;;
SunOS)
case "`uname -m`" in
sparc32) LIBRARYPATH=/Solaris/sparc-solaris/sparc32-sun-solaris2.8;;
sparc64) LIBRARYPATH=/Solaris/sparc-solaris/sparc64-sun-solaris2.8;;
esac;;
Darwin) LIBRARYPATH=/lib/Mac_OS_X;;
CYGWIN*|MINGW32*) LIBRARYPATH=/lib/Windows/i368-mingw32;;
esac
# start uniCenta oPOS
java -cp $CP -Xms512m -Xmx1024m -splash:unicenta_splash_dark.png -Djava.library.path=$DIRNAME$LIBRARYPATH -Ddirname.path=$DIRNAME/ com.unicenta.pos.forms.StartPOS