Change UML to match model

This commit is contained in:
Endre Karlson 2013-02-11 10:22:36 +01:00
parent 69f4482f06
commit d0cdcad122

9
UML
View File

@ -1,13 +1,14 @@
[Account]^-[Merchant]
[Account]^-[Customer]
[Account]->[Currency]
[Account]->[Language]
[Merchant]-users*>[User]
[Merchant]->[PaymentGateway]
[Merchant]-customers*>[Customer]
[Merchant]-plans*>[Plan]
[Merchant]-products*>[Product]
[Merchant]->[Currency]
[Merchant]->[Language]
[Customer]-users*>[User]
[Customer]-invoices-*>[Invoice]
[Customer]->[Currency]
[Customer]->[Language]
[User]-roles*>[MerchantRole]
[User]-roles*>[CustomerRole]
[User]-[ContactInfo]