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

From OOModels
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"
}