| 1 |
Source: ledgersmb
|
| 2 |
Section: web
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian LedgerSMB Team <pkg-sql-ledger-discussion@lists.alioth.debian.org>
|
| 5 |
Uploaders: Robert James Clay <jame@rocasa.us>,
|
| 6 |
Elizabeth Krumbach <lyz@princessleia.com>,
|
| 7 |
Seneca Cunningham <tetragon@ledgersmb.org>,
|
| 8 |
Michael C. Schultheiss <schultmc@debian.org>
|
| 9 |
Build-Depends: debhelper (>= 7.0.50), libmodule-install-perl
|
| 10 |
Standards-Version: 3.9.2
|
| 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: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0-1), libconfig-std-perl,
|
| 18 |
libconfig-any-perl, libmime-lite-perl, libdbi-perl, libdbd-pg-perl, liberror-perl,
|
| 19 |
liblocale-maketext-lexicon-perl (>= 0.62-1), libtemplate-perl (>=2.14-1), apache2,
|
| 20 |
libhtml-parser-perl, liblog-log4perl-perl, libdatetime-perl,
|
| 21 |
libcgi-simple-perl, libfile-mimeinfo-perl, libio-stringy-perl,
|
| 22 |
postgresql-client-8.3 | postgresql-client-8.4, postgresql-contrib,
|
| 23 |
Recommends: default-mta | mail-transport-agent, texlive-latex-recommended, libopenoffice-oodoc-perl,
|
| 24 |
libmath-bigint-gmp-perl, libparse-recdescent-perl
|
| 25 |
Suggests: postgresql-8.3 | postgresql-8.4, lpr, libnet-tclink-perl, latex-cjk-all
|
| 26 |
Conflicts: ledger-smb
|
| 27 |
Replaces: ledger-smb
|
| 28 |
Description: Web based double-entry accounting program
|
| 29 |
LedgerSMB is a double-entry accounting system written
|
| 30 |
in perl. It has been tested with PostgreSQL, Apache,
|
| 31 |
Netscape, Mozilla, Galeon, Explorer, Links, Lynx,
|
| 32 |
Konqueror, Voyager, W3M and Opera clients on Linux,
|
| 33 |
FreeBSD, Solaris, Windows, Mac computers and PDA's.
|
| 34 |
.
|
| 35 |
Data is stored in a SQL database server, either locally or
|
| 36 |
remote, the display is through a text or GUI web browser.
|
| 37 |
The system is linked by a chart of accounts. All transactions
|
| 38 |
for AR, AP and GL are stored in a transaction table. Hyper-links
|
| 39 |
from the chart of accounts let you view transactions posted
|
| 40 |
through AR, AP and GL.
|