Open Source Accounting Application

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

I am looking for an open source accounting application written in C#. I
have looked at maybe doing something with Accounting Express, but I
wanted to know some opinions.

The reason I am looking for open source is that this package is the same
as every other package except some of the rules and deductions are very
particular to these clients. The clients are mainly government employees
so the package needs to except all the weird accounting that comes with
being a government employee.
 
An accouting package is a big project to make without being able to get any
money for it. It would take a large amount of time and would really need a
garuntee of reliability. These facts will normally make a project unlikely to
be take up as an open source project.
I guess you'll probably have to code it yourself.
 
there is an open source accounting program in Microsoft Access.

I did not know that C# was not strong enough to have it's own
Accounting application


oh yeah; C# does not support _MONEY_ because dotnet is _BLOATWARE_
 
Ciaran O''Donnell said:
An accouting package is a big project to make without being able to get any
money for it. It would take a large amount of time and would really need a
garuntee of reliability. These facts will normally make a project unlikely to
be take up as an open source project.
I guess you'll probably have to code it yourself.

While there may not be many open source accounting projects, there are
many other big open source projects which require guarantees of
reliability. Projects such as MySQL, Postgres, Linux, and Apache spring
to mind.
 
I think accounting software has to meet certain legal requirements and
entails liabilities. It is not reasonable to accept such liabilities for
participating in an open source project.

JR
 
JR said:
I think accounting software has to meet certain legal requirements and
entails liabilities. It is not reasonable to accept such liabilities for
participating in an open source project.

I suspect accounting software may need to meet legal requirements for
certain uses, but not for all. I wouldn't be at all surprised to find
some open source software which was originally designed for non-
corporate use (e.g. volunteer organisations where the alternative would
be keeping accounts by hand) but which then grew a company specifically
for support/liabilities. It wouldn't be the first time such a thing had
happened.
 
Back
Top