What's new

Databases Data model for accounting, double entry book keeping, chart of accounts, journal, trial balance, general ledger, savings, expense, stocks

Well1AmNichtDiePerson

Honorary Poster
Joined
Nov 20, 2017
Posts
252
Solutions
1
Reaction
29
Points
130
Data model and entity relationship diagram for accounting, double entry book keeping, chart of accounts, journal, journal entries, trial balance, general ledger, transaction, bank transactions, savings, expense, stocks, crypto currency, investments, type of accounts, financial statements, balance sheet, private accounts, personal accounts, business accounts, foreign currency accounts, revenues, income, asset, liability, equity, income statement, reports, category of assets, accrual, debit, credit, opening balance, closing balance, starting balance, ending balance, accounting adjusting entries, depreciation

Original post as reference:
 
Last edited:
To design a data model and entity relationship diagram (ERD) for the accounting system, we need to identify the entities and their relationships. Based on the original post, here is a proposed data model for the accounting system:

Entities:
1. Chart of Accounts - Represents the list of accounts used to record financial transactions.
- Attributes: Account ID, Account Name, Account Type, Description

2. Journal - Represents the book of original entry where all financial transactions are recorded.
- Attributes: Journal ID, Date, Description

3. Journal Entry - Represents a single financial transaction recorded in the journal.
- Attributes: Journal Entry ID, Journal ID, Account ID, Debit Amount, Credit Amount, Description

4. Transaction - Represents a collection of journal entries that form a complete transaction.
- Attributes: Transaction ID, Date, Description

5. Bank Transaction - Represents a specific type of transaction involving bank accounts.
- Attributes: Transaction ID, Bank Account ID, Amount, Description

6. Savings - Represents a savings account.
- Attributes: Account ID, Account Name, Balance

7. Expense - Represents an expense account.
- Attributes: Account ID, Account Name, Balance

8. Stocks - Represents stocks or shares of a company.
- Attributes: Stock ID, Stock Name, Quantity, Current Price

9. Crypto Currency - Represents a cryptocurrency account.
- Attributes: Crypto Account ID, Account Name, Balance

10. Investments - Represents investment accounts.
- Attributes: Investment Account ID, Account Name, Balance

11. Type of Accounts - Represents different types of accounts such as asset, liability, equity, income, and expense.
- Attributes: Account Type ID, Account Type Name

12. Financial Statements - Represents the different financial statements, such as the balance sheet and income statement.
- Attributes: Statement ID, Statement Name

13. Balance Sheet - Represents the financial statement that shows the company's financial position.
- Attributes: Statement ID, Statement Name, Date

14. Private Accounts - Represents private or personal accounts.
- Attributes: Account ID, Account Name, Balance

15. Personal Accounts - Represents personal accounts related to individuals.
- Attributes: Account ID, Account Name, Balance

16. Business Accounts - Represents accounts related to business entities.
- Attributes: Account ID, Account Name, Balance

17. Foreign Currency Accounts - Represents accounts denominated in foreign currencies.
- Attributes: Account ID, Account Name, Balance, Currency

18. Revenues - Represents revenue accounts.
- Attributes: Account ID, Account Name, Balance

19. Income - Represents income accounts.
- Attributes: Account ID, Account Name, Balance

20. Asset - Represents asset accounts.
- Attributes: Account ID, Account Name, Balance

21. Liability - Represents liability accounts.
- Attributes: Account ID, Account Name, Balance

22. Equity - Represents equity accounts.
- Attributes: Account ID, Account Name, Balance

23. Income Statement - Represents the financial statement that shows the company's revenues, expenses, and net income.
- Attributes: Statement ID, Statement Name, Date

24. Reports - Represents various reports generated from the accounting system.
- Attributes: Report ID, Report Name

25. Category of Assets - Represents different categories of assets.
- Attributes: Category ID, Category Name

26. Accrual - Represents the accrual method of accounting.
- Attributes: Accrual ID, Accrual Name

27. Debit - Represents the debit side of a journal entry.
- Attributes: Debit ID, Debit Name

28. Credit - Represents the credit side of a journal entry.
- Attributes: Credit ID, Credit Name

29. Opening Balance - Represents the initial balance of an account.
- Attributes: Account ID, Balance

30. Closing Balance - Represents the final balance of an account.
- Attributes: Account ID, Balance

31. Starting Balance - Represents the starting balance for a specific period.
- Attributes: Account ID, Balance, Start Date

32. Ending Balance - Represents the ending balance for a specific period.
- Attributes: Account ID, Balance, End Date

33. Accounting Adjusting Entries - Represents adjusting entries made at the end of an accounting period.
- Attributes: Entry ID, Date, Description

34. Depreciation - Represents the systematic allocation of an asset's cost over its useful life.
- Attributes: Depreciation ID, Asset ID, Date, Amount

Relationships:
  • Chart of Accounts has a one-to-many relationship with Journal Entry.
  • Journal has a one-to-many relationship with Journal Entry.
  • Transaction has a one-to-many relationship with Journal Entry.
  • Bank Transaction has a one-to-one relationship with Transaction.
  • Savings, Expense, Stocks, Crypto Currency, and Investments have a one-to-many relationship with Account.
  • Type of Accounts has a one-to-many relationship with Account.
  • Financial Statements have a one-to-many relationship with Balance Sheet and Income Statement.
  • Balance Sheet has a one-to-many relationship with Account.
  • Balance Sheet has a one-to-many relationship with Category of Assets.
  • Private Accounts, Personal Accounts, Business Accounts, Foreign Currency Accounts, Revenues, Income, Asset, Liability, and Equity have a one-to-many relationship with Account.
  • Income Statement has a one-to-many relationship with Account.
  • Reports have a one-to-many relationship with Balance Sheet and Income Statement.
  • Reports have a many-to-many relationship with Account.
  • Accrual has a one-to-many relationship with Journal Entry.
  • Debit and Credit have a one-to-many relationship with Journal Entry.
  • Opening Balance has a one-to-one relationship with Account.
  • Closing Balance has a one-to-one relationship with Account.
  • Starting Balance and Ending Balance have a one-to-one relationship with Account.
  • Accounting Adjusting Entries has a one-to-many relationship with Journal Entry.
  • Depreciation has a one-to-one relationship with Asset.

This proposed data model and ERD provide a foundation for designing an accounting system that incorporates the various entities and their relationships mentioned in the original post.
 
To design a data model and entity relationship diagram (ERD) for the accounting system, we need to identify the entities and their relationships. Based on the original post, here is a proposed data model for the accounting system:

Entities:
1. Chart of Accounts - Represents the list of accounts used to record financial transactions.
- Attributes: Account ID, Account Name, Account Type, Description

2. Journal - Represents the book of original entry where all financial transactions are recorded.
- Attributes: Journal ID, Date, Description

3. Journal Entry - Represents a single financial transaction recorded in the journal.
- Attributes: Journal Entry ID, Journal ID, Account ID, Debit Amount, Credit Amount, Description

4. Transaction - Represents a collection of journal entries that form a complete transaction.
- Attributes: Transaction ID, Date, Description

5. Bank Transaction - Represents a specific type of transaction involving bank accounts.
- Attributes: Transaction ID, Bank Account ID, Amount, Description

6. Savings - Represents a savings account.
- Attributes: Account ID, Account Name, Balance

7. Expense - Represents an expense account.
- Attributes: Account ID, Account Name, Balance

8. Stocks - Represents stocks or shares of a company.
- Attributes: Stock ID, Stock Name, Quantity, Current Price

9. Crypto Currency - Represents a cryptocurrency account.
- Attributes: Crypto Account ID, Account Name, Balance

10. Investments - Represents investment accounts.
- Attributes: Investment Account ID, Account Name, Balance

11. Type of Accounts - Represents different types of accounts such as asset, liability, equity, income, and expense.
- Attributes: Account Type ID, Account Type Name

12. Financial Statements - Represents the different financial statements, such as the balance sheet and income statement.
- Attributes: Statement ID, Statement Name

13. Balance Sheet - Represents the financial statement that shows the company's financial position.
- Attributes: Statement ID, Statement Name, Date

14. Private Accounts - Represents private or personal accounts.
- Attributes: Account ID, Account Name, Balance

15. Personal Accounts - Represents personal accounts related to individuals.
- Attributes: Account ID, Account Name, Balance

16. Business Accounts - Represents accounts related to business entities.
- Attributes: Account ID, Account Name, Balance

17. Foreign Currency Accounts - Represents accounts denominated in foreign currencies.
- Attributes: Account ID, Account Name, Balance, Currency

18. Revenues - Represents revenue accounts.
- Attributes: Account ID, Account Name, Balance

19. Income - Represents income accounts.
- Attributes: Account ID, Account Name, Balance

20. Asset - Represents asset accounts.
- Attributes: Account ID, Account Name, Balance

21. Liability - Represents liability accounts.
- Attributes: Account ID, Account Name, Balance

22. Equity - Represents equity accounts.
- Attributes: Account ID, Account Name, Balance

23. Income Statement - Represents the financial statement that shows the company's revenues, expenses, and net income.
- Attributes: Statement ID, Statement Name, Date

24. Reports - Represents various reports generated from the accounting system.
- Attributes: Report ID, Report Name

25. Category of Assets - Represents different categories of assets.
- Attributes: Category ID, Category Name

26. Accrual - Represents the accrual method of accounting.
- Attributes: Accrual ID, Accrual Name

27. Debit - Represents the debit side of a journal entry.
- Attributes: Debit ID, Debit Name

28. Credit - Represents the credit side of a journal entry.
- Attributes: Credit ID, Credit Name

29. Opening Balance - Represents the initial balance of an account.
- Attributes: Account ID, Balance

30. Closing Balance - Represents the final balance of an account.
- Attributes: Account ID, Balance

31. Starting Balance - Represents the starting balance for a specific period.
- Attributes: Account ID, Balance, Start Date

32. Ending Balance - Represents the ending balance for a specific period.
- Attributes: Account ID, Balance, End Date

33. Accounting Adjusting Entries - Represents adjusting entries made at the end of an accounting period.
- Attributes: Entry ID, Date, Description

34. Depreciation - Represents the systematic allocation of an asset's cost over its useful life.
- Attributes: Depreciation ID, Asset ID, Date, Amount

Relationships:
  • Chart of Accounts has a one-to-many relationship with Journal Entry.
  • Journal has a one-to-many relationship with Journal Entry.
  • Transaction has a one-to-many relationship with Journal Entry.
  • Bank Transaction has a one-to-one relationship with Transaction.
  • Savings, Expense, Stocks, Crypto Currency, and Investments have a one-to-many relationship with Account.
  • Type of Accounts has a one-to-many relationship with Account.
  • Financial Statements have a one-to-many relationship with Balance Sheet and Income Statement.
  • Balance Sheet has a one-to-many relationship with Account.
  • Balance Sheet has a one-to-many relationship with Category of Assets.
  • Private Accounts, Personal Accounts, Business Accounts, Foreign Currency Accounts, Revenues, Income, Asset, Liability, and Equity have a one-to-many relationship with Account.
  • Income Statement has a one-to-many relationship with Account.
  • Reports have a one-to-many relationship with Balance Sheet and Income Statement.
  • Reports have a many-to-many relationship with Account.
  • Accrual has a one-to-many relationship with Journal Entry.
  • Debit and Credit have a one-to-many relationship with Journal Entry.
  • Opening Balance has a one-to-one relationship with Account.
  • Closing Balance has a one-to-one relationship with Account.
  • Starting Balance and Ending Balance have a one-to-one relationship with Account.
  • Accounting Adjusting Entries has a one-to-many relationship with Journal Entry.
  • Depreciation has a one-to-one relationship with Asset.

This proposed data model and ERD provide a foundation for designing an accounting system that incorporates the various entities and their relationships mentioned in the original post.
Data model and entity relationship diagram in accounting for debit and credit double entry book keeping of journal entries with chart of accounts and chart of account categories.
 

Similar threads

Back
Top