This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Business > stansoft (7.21)

Stansoft is Linux financial accounting software for business. It uses a
PostgreSQL database, which is included. You can optionally use an IBM
Informix Innovator-C database, which can be downloaded free of charge
from IBM. There is no limit on the number of users per installation,
which allows for scalability from small to large companies. The user
interface is ncurses / terminal based to optimize data entry efficiency.
It can be run locally or deployed remotely on a virtual cloud server.

You must have a stansoft user and group to run this script:
# groupadd -g 325 stansoft
# useradd -u 325 -g 325 -c "Stansoft user" -s /bin/bash stansoft

If you wish to use IBM Informix, please add informix user and group as
well
# groupadd -g 326 informix
# useradd -u 326 -g 326 -c "Informix user" -s /bin/bash informix

NOTES:
1) After installing the Slackbuild you must run the Stansoft
installation script /opt/stansoft/install

2) Installation and setup help can be found in /opt/stansoft/README and
the manual is located at /opt/stansoft/doc/ssmanual.pdf

3) stansoft and informix are the database administrator account, so
please set a strong password for it.

Maintained by: Stansoft
Keywords: stansoft,accounting,finance,financial,bookkeeping,ledger
ChangeLog: stansoft

Homepage:
http://www.stansoft.org

Source Downloads (32bit):
stansoft-v7.21-x86.tar.bz2 (187c64bc05deb0baed8b9bc3a3e3c6d5)

Source Downloads (64bit):
stansoft-v7.21-x86_64.tar.bz2 (bacb9ed1cfe5f6f4466e118c953ae6ad)

Download SlackBuild:
stansoft.tar.gz
stansoft.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
stansoft.SlackBuild
stansoft.info

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds