| 1 |
Source: ledgersmb
|
| 2 |
Section: web
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian LedgerSMB Team <pkg-sql-ledger-discussion@lists.alioth.debian.org>
|
| 5 |
Uploaders: Elizabeth Krumbach <lyz@princessleia.com>,
|
| 6 |
Seneca Cunningham <tetragon@ledgersmb.org>,
|
| 7 |
Michael C. Schultheiss <schultmc@debian.org>,
|
| 8 |
Robert James Clay <jame@rocasa.us>
|
| 9 |
Build-Depends: debhelper (>= 7.0.50), dpatch
|
| 10 |
Standards-Version: 3.9.1
|
| 11 |
Homepage: http://www.ledgersmb.org/
|
| 12 |
Vcs-Svn: svn://svn.debian.org/pkg-sql-ledger/ledger-smb/trunk
|
| 13 |
Vcs-Browser: http://svn.debian.org/wsvn/pkg-sql-ledger/ledger-smb/trunk
|
| 14 |
|
| 15 |
Package: ledgersmb
|
| 16 |
Architecture: all
|
| 17 |
Depends: ${shlibs:Depends}, ${misc:Depends}, perl (>= 5.8.0-1), libconfig-std-perl, libconfig-any-perl, libmime-lite-perl, liblocale-maketext-lexicon-perl (>= 0.56-1), libdbi-perl, libdbd-pg-perl, postgresql-client-8.3 | postgresql-client-8.4, apache2, libhtml-linkextractor-perl, libdata-dumper-simple-perl
|
| 18 |
Recommends: mail-transport-agent, texlive-latex-recommended | tetex-extra, lpr, libparse-recdescent-perl
|
| 19 |
Suggests: postgresql-8.3 | postgresql-8.4, libnet-tclink-perl, latex-cjk-all
|
| 20 |
Conflicts: ledger-smb
|
| 21 |
Replaces: ledger-smb
|
| 22 |
Description: A web based double-entry accounting program
|
| 23 |
LedgerSMB is a double-entry accounting system written
|
| 24 |
in perl. It has been tested with PostgreSQL, Apache,
|
| 25 |
Netscape, Mozilla, Galeon, Explorer, Links, Lynx,
|
| 26 |
Konqueror, Voyager, W3M and Opera clients on Linux,
|
| 27 |
FreeBSD, Solaris, Windows, Mac computers and PDA's.
|
| 28 |
.
|
| 29 |
Data is stored in a SQL database server, either locally or
|
| 30 |
remote, the display is through a text or GUI web browser.
|
| 31 |
The system is linked by a chart of accounts. All transactions
|
| 32 |
for AR, AP and GL are stored in a transaction table. Hyper-links
|
| 33 |
from the chart of accounts let you view transactions posted
|
| 34 |
through AR, AP and GL.
|