Inventory and Accounting
From CSSEMediaWiki
(Difference between revisions)
Joey Scarr (Talk | contribs) m |
m (Reverted edits by Ebybymic (Talk); changed back to last version by Tanmay Bhola) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Martin Fowler]] writes extensively about this analysis pattern in http://www.martinfowler.com/apsupp/accounting.pdf, which is an updated version of Chapter 6 of [[Martin Fowler 1997]]. This page should be considered a summary of his work. | [[Martin Fowler]] writes extensively about this analysis pattern in http://www.martinfowler.com/apsupp/accounting.pdf, which is an updated version of Chapter 6 of [[Martin Fowler 1997]]. This page should be considered a summary of his work. | ||
+ | |||
+ | ==Fundamentals== | ||
== Event == | == Event == | ||
+ | |||
+ | According to [[Martin Fowler]], "an event caputers the memory of something interesting which affects the domain" [http://www.martinfowler.com/apsupp/accounting.pdf 1]. | ||
== Accounting Entry == | == Accounting Entry == |
Latest revision as of 03:11, 25 November 2010
This page describes a set of analysis patterns which are useful for modelling any situation in which accounting or money/time/resources is required. The basic principle is that events in the real world have to logged and accounted for in some way. However, this gets tricky when you consider that some events can be revoked / amended at a later date.
Martin Fowler writes extensively about this analysis pattern in http://www.martinfowler.com/apsupp/accounting.pdf, which is an updated version of Chapter 6 of Martin Fowler 1997. This page should be considered a summary of his work.
Contents |
Fundamentals
Event
According to Martin Fowler, "an event caputers the memory of something interesting which affects the domain" 1.