ea958392dc
This is the "analytic_account" module for the Tryton application platform. It adds financial and accounting modules with: - Analytic accounting with any number of analytic charts And report: - Analytic account balance from Christian Rueger with some tweaks ok jasper@
10 lines
229 B
Makefile
10 lines
229 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:11:28 ajacoutot Exp $
|
|
|
|
MODPY_EGG_VERSION = 2.0.0
|
|
TRYTOND_MODULE = analytic_account
|
|
|
|
RUN_DEPENDS = productivity/tryton/account \
|
|
productivity/tryton/company
|
|
|
|
.include <bsd.port.mk>
|