
Accounting System under UNIX
I would be glad to help, I write, modify, maintain and support accounting
systems in COBOL.
But could you be be more specific. What have you done? Do you have more
specific specifications?
The basic format in most accounting systems is, there are at least 3
master files, a customer file that contains customer name address, terms,
etc. A vendor file that contain vendor (what I think your calling debtor)
information about vendors (people you will buy from). And the General
ledger master file, this will contain account number, there type ie
Expense, cost of good, Income , etc. Then there will be transaction files
that will contain the invoice and payments, the payable transactions that
will also contain invoices and payments. And of course the G/L
transaction which will contain the account number the amount, date,
accounting period etc.
The one tip is would be to define what you need to see in the files. This
definition is crutial. Once you have defined on paper what you want/need
to see in the files and then as important how do I need to get this
information, that is how do I want to access these record or what order to
list them. Once this is done, data file definitions can be created, then
programs to accept the data and post the different transactions can be
written. BUT THE DEFINITION(better know as systems design and flow
charts) IS THE KEY.
Hope this breif overview helps
Paul