Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/accounting/Posting"

From OOModels
Jump to navigationJump to search
 
Line 25: Line 25:
  + org/xmodel/XMPresentation
  + org/xmodel/XMPresentation
     - Name=LiteralVariantsMarkedUp={en="Posting Text",de="Buchungstext"}
     - Name=LiteralVariantsMarkedUp={en="Posting Text",de="Buchungstext"}
** Entry PostingPart(1:*)
** Entry org/oomodels/sandbox/business/foundation/accounting/PostingPart(1:*)
  + org/xmodel/XMPresentation
  + org/xmodel/XMPresentation
     - Name=LiteralVariantsMarkedUp={en="Posting Part",de="Teilbuchung"}
     - Name=LiteralVariantsMarkedUp={en="Posting Part",de="Teilbuchung"}
</wiml>
</wiml>

Latest revision as of 13:58, 27 November 2012

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