|
-
Mar 4th, 2003, 12:19 PM
#1
Thread Starter
I wonder how many charact
accounting Database design
If anyone has a relationship entity diagram for an accounting database they have made or administer, I would appreciate an email of a WORD or JPEG or whatever of the relationship diagram.
Thanks...
I'm beginning the preliminary steps of the accounting part of our database system...
As far as tables... this is what I have so far...
Account
AccountID - primary key
AccountTitle - name of account
AccountType - income or expense
AccountBalance - balance of the account
AccountCreationDate
AccountTypes - a lookup table for assigning an account type
AccountNumberID - primary key
AccountTypeName - Accounts recievable, accts payable, etc
Transactions
TransactionID - primary key
AccountID - (foreign key)account transaction belongs to or posts to
Amount
DebitCredit - true or false
DateOfTransaction
EnteredBy - employeeID
Last edited by nemaroller; Mar 4th, 2003 at 12:22 PM.
-
Mar 4th, 2003, 06:26 PM
#2
Frenzied Member
Define accounting.
Do you mean a simple bookkeeping proggie? Or General Ledger & AP & AR? Order Entry and AR?
In any instance, it is far cheaper to buy outside. There are COM compliant (means you can automate them from inside VB) database solutions that are basic bookeeping on up to actual accounting.
To make an accounting or bookeeping system means that you have to incorporate GAAP (or whatever applies your country) to have meaningful data and processes. I've written all three types of apps and they are pretty big undertakings to get something decent.
Tell your boss - you can save thousands of dollars in development costs and ongoing maintenance costs by going outside.
-
Feb 1st, 2011, 07:41 PM
#3
Banned
Re: accounting Database design
The diagram you have come out is basically covering your general ledger transactions. You still need to branch out some connecting tables for your sub-modules, like AR, AP, Banking, etc. Try reading up the book on accounting database design by author derek liew, it covers most of the table design and sql reporting needs.
-
Feb 1st, 2011, 09:36 PM
#4
Hyperactive Member
Re: accounting Database design
After 8 years I hope they're still not drawing the diagram
Why do today what you can tomorrow...
-
Feb 1st, 2011, 11:22 PM
#5
Re: accounting Database design
MEGA LOL! 
But the question is how did you manage to dig up an article from 2003?
If i do a search it will let me find posts 1 year long
ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|