Package Details: ordersprinter 2.4.11-1

Git Clone URL: https://aur.archlinux.org/ordersprinter.git (read-only, click to copy)
Package Base: ordersprinter
Description: OrderSprinter is a free Point-Of-Service/Point-Of-Sale software (POS) for the gastronomy.
Upstream URL: https://ordersprinter.de/
Licenses: Creative Commons License BY-NC-ND
Submitter: satriani
Maintainer: satriani
Last Packager: satriani
Votes: 0
Popularity: 0.000000
First Submitted: 2020-08-16 21:25 (UTC)
Last Updated: 2023-02-23 16:46 (UTC)

Latest Comments

bakatenchu commented on 2022-01-29 07:48 (UTC) (edited on 2022-01-29 07:57 (UTC) by bakatenchu)

Hello, I've got problem installing ordersprinter. It says that some files did not pass the validity check. Error as below:

==> Making package: ordersprinter 2.0.17-1 (Sabtu 29 Jan 2022 03:33:35 )
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading ordersprinter-2_0_17.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 19.5M  100 19.5M    0     0  2024k      0  0:00:09  0:00:09 --:--:-- 3381k
  -> Found ordersprinter.conf
  -> Found ordersprinter.service
  -> Found ordersprinter.sysusers
  -> Found ordersprinter
==> Validating source files with md5sums...
    ordersprinter-2_0_17.zip ... FAILED
    ordersprinter.conf ... Skipped
    ordersprinter.service ... Skipped
    ordersprinter.sysusers ... Skipped
    ordersprinter ... Skipped
==> ERROR: One or more files did not pass the validity check!

satriani commented on 2021-03-18 19:31 (UTC)

Thx genofire. All done.

genofire commented on 2021-03-17 09:43 (UTC)

Error: config.php Nicht beschreibbar

change owner of /opt/ordersprinter/webapp:

chown -R ordersprinter:ordersprinter /opt/ordersprinter/webapp

genofire commented on 2021-03-16 20:31 (UTC)

fix ordersprinter.conf -> it is no ini, just a shell script ... a fix would be:

wi_host="[::]"
wi_port=8000
db_host=localhost
db_port=3306
db_user=ordersprinter
db_password=False
app_root=/opt/ordersprinter

genofire commented on 2021-03-16 20:10 (UTC) (edited on 2021-03-16 20:28 (UTC) by genofire)

Add Java as dependencies, e.g.: jre-openjdk-headless

Add php-gd as dependency

genofire commented on 2021-03-16 20:09 (UTC)

Error: /usr/bin/ordersprinter: line 8: syntax error: unexpected end of file

Solve: /usr/bin/ordersprinter remove last &&

genofire commented on 2021-03-16 20:04 (UTC)

fix of execute permission: chmod +x /usr/bin/ordersprinter