|
|
|
|
Accounting system framework available?
Posted:
Apr 11, 2005 7:49 AM
|
|
|
I am scoping a project to be developed in Java that needs a basic accounting sub-system ... AR, AP, GL ... the basics only but for a large volume of transactions. Does anyone know of a customizable Accounting framework built in Java that implements the accounting business rules and provides an API for building the user interface? Any advice will be highly appreciated. Thanks.
|
|
|
|
|
|
|
Re: Accounting system framework available?
Posted:
Sep 6, 2005 5:39 AM
in response to: jam1000b
|
|
|
It isn't really a framework, but compiere (www.compiere.org) might be somewhat usable as framework. It is a BSD-licenced ERP application, currently using Oracle as databackend, but i believe the journal posting for GL etc. all resides in java. I havent had chance to look at the code, so i'm not sure whether it is usable....
|
|
|
|
|
|
|
|
Re: Accounting system framework available?
Posted:
Sep 6, 2005 8:04 AM
in response to: jam1000b
|
|
|
I’ve spent time looking for account frameworks and I’ve never found an open source product worth anything. Most of the big players like Intuit, provide API into their systems. The big problem is determining the level of accounting capabilities.
I’ve personally built accounting capability on top of Intuit. You may want to spend some time looking at other vendors.
|
|
|
|
|