| 1 |
lyz-guest |
151 |
Source: ledgersmb
|
| 2 |
|
|
Section: web
|
| 3 |
|
|
Priority: optional
|
| 4 |
|
|
Maintainer: Seneca Cunningham <tetragon@ledgersmb.org>
|
| 5 |
|
|
Build-Depends: debhelper (>= 5), dpatch
|
| 6 |
|
|
Standards-Version: 3.7.2
|
| 7 |
|
|
|
| 8 |
|
|
Package: ledgersmb
|
| 9 |
|
|
Architecture: all
|
| 10 |
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, perl (>= 5.8.0-1), libconfig-std-perl, libmime-lite-perl, liblocale-maketext-lexicon-perl (>= 0.56-1), libdbi-perl, libdbd-pg-perl, postgresql-client-8.1 | postgresql-client-8.2, apache2, wwwconfig-common, libhtml-parser-perl
|
| 11 |
|
|
Recommends: mail-transport-agent, texlive-latex-recommended | tetex-extra, lpr, libparse-recdescent-perl
|
| 12 |
|
|
Suggests: postgresql-8.1 | postgresql-8.2, libnet-tclink-perl, latex-cjk-all
|
| 13 |
|
|
Conflicts: ledger-smb
|
| 14 |
|
|
Replaces: ledger-smb
|
| 15 |
|
|
Description: A web based double-entry accounting program
|
| 16 |
|
|
LedgerSMB is a double-entry accounting system written
|
| 17 |
|
|
in perl. It has been tested with PostgreSQL, Apache,
|
| 18 |
|
|
Netscape, Mozilla, Galeon, Explorer, Links, Lynx,
|
| 19 |
|
|
Konqueror, Voyager, W3M and Opera clients on Linux,
|
| 20 |
|
|
FreeBSD, Solaris, Windows, Mac computers and PDA's.
|
| 21 |
|
|
.
|
| 22 |
|
|
Data is stored in a SQL database server, either locally or
|
| 23 |
|
|
remote, the display is through a text or GUI web browser.
|
| 24 |
|
|
The system is linked by a chart of accounts. All transactions
|
| 25 |
|
|
for AR, AP and GL are stored in a transaction table. Hyper-links
|
| 26 |
|
|
from the chart of accounts let you view transactions posted
|
| 27 |
|
|
through AR, AP and GL.
|