Productivity/Office/Finance

ledgersmb: LedgerSMB is a GPL double-entry accounting

IInfo.png projhp.png wikart.png
(auf gut Glück) (meist engl.) (falls vorhanden)

Zusammenfassung (meist engl.)
LedgerSMB is a double-entry accounting system written in perl. LedgerSMB is a fork of sql-ledger offering better security and data integrity, and many advanced features. This package does not work in SELinux restricted mode. To finalize the ledgersmb installation: Enable local password autentication in PosgreSQL, leaving ident login for the postgres user: - Start PostgreSQL to create database instance (service postgres start) - Let /var/lib/pgsql/data/pg_hba.conf start with: local all postgres ident sameuser local all all md5 host all all 127.0.0.1/32 md5 - Restart PostgreSQL to apply changes (service postgres restart) In /etc/ledgersmb/ledgersmb.conf set DBPassword to something and create the ledgersmb master user and database: su - postgres -c "createuser -d ledgersmb --createdb --superuser -P" su - postgres -c "createdb ledgersmb" su - postgres -c "createlang plpgsql ledgersmb" su - postgres -c "psql ledgersmb < /usr/share/ledgersmb/sql/Pg-central.sql" Bleeding edge hint: Set password to avoid bogus web prompt: su - postgres -c "psql ledgersmb -c \"update users_conf set password = md5('yada') where id = 1;\"" Visit http://localhost/ledgersmb/admin.pl with password "yada" and create an application database and users.
Installieren: ledgersmb.jpg Status: ledgersmb.png Umfang:1.49 MiB

Paket enthält Anwendung:

aa.pl IInfo.png

admin.pl IInfo.png

am.pl IInfo.png

ap.pl IInfo.png

ar.pl IInfo.png

arap.pl IInfo.png

arapprn.pl IInfo.png

bp.pl IInfo.png

ca.pl IInfo.png

cp.pl IInfo.png

ct.pl IInfo.png

custom IInfo.png

gl.pl IInfo.png

hr.pl IInfo.png

ic.pl IInfo.png

io.pl IInfo.png

ir.pl IInfo.png

is.pl IInfo.png

jc.pl IInfo.png

login.pl IInfo.png

menu.pl IInfo.png

oe.pl IInfo.png

pe.pl IInfo.png

pos.pl IInfo.png

ps.pl IInfo.png

pw.pl IInfo.png

rc.pl IInfo.png

rp.pl IInfo.png