Inventory and Accounting
From CSSEMediaWiki
(Difference between revisions)
Joey Scarr (Talk | contribs) (New page: This page describes a set of analysis pattern which are useful for modelling any situation in which accounting or money/time/resources is required. The basic principl...) |
m (Reverted edits by Ebybymic (Talk); changed back to last version by Tanmay Bhola) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | This page describes a set of [[ | + | 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. | [[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 == | ||
Line 22: | Line 26: | ||
=== Replacement Adjustment === | === Replacement Adjustment === | ||
+ | |||
+ | |||
+ | [[Category:Analysis Patterns]] |
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.