Results 1 to 5 of 5

Thread: accounting Database design

  1. #1

    Thread Starter
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    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.

  2. #2
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    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.

  3. #3
    Banned
    Join Date
    Jan 2011
    Posts
    1

    Smile 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.

  4. #4
    Hyperactive Member
    Join Date
    Dec 2000
    Location
    Sydney
    Posts
    311

    Re: accounting Database design

    After 8 years I hope they're still not drawing the diagram
    Why do today what you can tomorrow...

  5. #5
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    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
  •  



Click Here to Expand Forum to Full Width