GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
12
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Publications
Browse code
• Added initial version of BDL ERD.
DP_2017
1 parent
f39303b
commit
8ea78cf52d68629338ea86980319f420ff1f62fc
Nigel Stanger
authored
on 22 Jul 2017
Patch
Showing
1 changed file
Koli_2017/images/BDL_ERD.pu
Ignore Space
Show notes
View
Koli_2017/images/BDL_ERD.pu
0 → 100644
@startuml hide empty members skinparam { Style strictuml Monochrome true LineType ortho } entity Customer entity Staff entity Supplier entity Sale_Head entity Sale_Line entity Order_Head entity Order_Line entity Product entity Assembly entity Component Customer ||--o{ Sale_Head Sale_Head }o-|| Staff Staff ||-o{ Order_Head Sale_Head ||--|{ Sale_Line Order_Head ||--|{ Order_Line Order_Head }o--|| Supplier Sale_Line }o--|| Product Order_Line }o--|| Component Supplier ||--o{ Component Product ||-|{ Assembly Assembly }|-|| Component @enduml
Show line notes below