diff options
author | wen <wen@FreeBSD.org> | 2012-08-28 20:37:09 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-08-28 20:37:09 +0800 |
commit | de33f47a6ed1ad5abd802211f9ab0c3813ed0970 (patch) | |
tree | 240e9439120e4533b8082929461cce048662c4f9 /finance/Makefile | |
parent | b5a401bd064898976eba2edefa45d86e1be7d421 (diff) | |
download | freebsd-ports-gnome-de33f47a6ed1ad5abd802211f9ab0c3813ed0970.tar.gz freebsd-ports-gnome-de33f47a6ed1ad5abd802211f9ab0c3813ed0970.tar.zst freebsd-ports-gnome-de33f47a6ed1ad5abd802211f9ab0c3813ed0970.zip |
trytond_account is a account module for tryton.
The account module defines fundamentals for most of accounting needs.
It include: General accounting, Fiscal year management, Taxes management,
Journal entries, Reconciliation. And with reports: General ledger, Trial
balance, Balance sheet, Income statement, Third party balance, Aged
balance and General journal.
WWW: http://www.tryton.org/
PR: 170553
Submitted by: Matthias Petermann <matthias@d2ux.net>
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index b27cb49e5da4..17a3067ecaa8 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -104,6 +104,7 @@ SUBDIR += tinyerp-server SUBDIR += tryton SUBDIR += trytond + SUBDIR += trytond_account SUBDIR += trytond_company SUBDIR += trytond_country SUBDIR += trytond_currency |