Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each noun is a business information entity (BIE) profile managed by OAGi’s SME Working Group using Score, an open-source tool hosted by OAGi. The open source project is managed by OAGi on GitHub. Developers with expertise in Java, Javascript, Angular.js, and MySQL are invited to contribute to the effort. ISO 20022 is out of scope for the Express Pack.

Download options include:

...

Expand
titleDiagram source (PlantUML
Code Block
languagetext
@startuml scenario-076-01
!include sequence-style.plantuml
'categories = SME | Express Pack

title 76 - SME Express Pack

participant "Bank"       as b
participant "Customer"   as c
participant "Supplier"   as s
participant "MES"        as m
participant "Workcenter" as w

group Order Management
    s ->  c: PriceList
    c ->  s: PurchaseOrder
    s ->  c: AcknowledgePurchaseOrder
end

group Manufacturing
    s ->  m: BOM
    s ->  m: ProductionOrder
    m ->  w: Operation
    w ->  m: WIPStatus
    m ->  s: WIPStatus
    s ->  c: CertificateOfAnalysis
end

group Logistics
    s ->  c: NotifyShipment
    sc ->  s: ReceiveDelivery
end

group Finance
    s ->  c: Invoice
    c --> b: ISO 20022 Payment Authorization
    c ->  s: RemittanceAdvice
end

show footbox
@enduml

...