Artefact:Model/org/oomodels/sandbox/business/foundation/accounting/Posting

From OOModels
< Artefact:Model‎ | org‎ | oomodels‎ | sandbox‎ | business‎ | foundation‎ | accounting
Revision as of 13:55, 27 November 2012 by AndreasLeue (talk | contribs) (Created page with "{{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:business/foundation/accounting | Meta_Category = Type:org/o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:business/foundation/accounting
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Provides a sandbox for modelling.

It is intended to develop generalised, sufficiently abstract artefacts that can serve as common ground for more specific models.

create new pages

Code[edit]

Posting
«CoreClass»
...
org/oomodels/sandbox/business/datatypes/text/Text
org/oomodels/sandbox/business/datatypes/quantities/money/Amount
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Booking",
    de = "Buchung"
}
IdString«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Identifier",
    de = "Kennung"
}
DateDate«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Posting Date",
    de = "Buchungsdatum"
}
TextText«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Posting Text",
    de = "Buchungstext"
}
Entry──1:*──► PostingPart«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Posting Part",
    de = "Teilbuchung"
}