Inventory and Accounting
From CSSEMediaWiki
(Difference between revisions)
Joey Scarr (Talk | contribs) m |
Tanmay Bhola (Talk | contribs) (→Event) |
||
Line 4: | Line 4: | ||
== Event == | == Event == | ||
+ | |||
+ | According to [[MartinFowler]], "an event caputers the memory of something interesting which affects the domain" [http://www.martinfowler.com/apsupp/accounting.pdf MF-Analysis Patterns]. | ||
+ | |||
+ | [[image: MF:Event.jpg]] | ||
+ | |||
+ | The section introduces | ||
== Accounting Entry == | == Accounting Entry == |
Revision as of 06:23, 20 October 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 |
Event
According to MartinFowler, "an event caputers the memory of something interesting which affects the domain" MF-Analysis Patterns.
The section introduces