-1

i am going to develop financial accounting software. But i am not experienced at accounting software data models.

if anyone has real world samples of data models of financial accounting software, please share.

thanks.

skaffman
  • 398,947
  • 96
  • 818
  • 769
  • You will want to ask a specific question to get a decent answer on this site. As it stands, your post is far too vague, and has a good chance of being closed. – Stewbob May 01 '12 at 14:28

2 Answers2

2

Martin Fowler's book "Analysis patterns" is more about object oriented design than databases, but you should read it anyway - he has sections on how to treat time, currency and financial transactions that you need to know about.

The "Data model resource book" by Silverston has a good section on modelling financial data.

Finally, if you want "real world" examples, you may have to grab some open source projects related to your particular requirements, and see how they store the data.

Neville Kuyt
  • 29,247
  • 1
  • 37
  • 52
1

Each design starts with business requirements gathering and analysis, then follows the application model and then you start thinking bout the database.

Real life data models of financial accounting systems are way to big to share here.

vyegorov
  • 21,787
  • 7
  • 59
  • 73