rename partnerRole -> partnerRel, relationship -> relation and remove rel-Prefix (relAnchor etc.) #23
@ -104,16 +104,16 @@ classDiagram
|
|||||||
%% --- Debitors ---
|
%% --- Debitors ---
|
||||||
|
|
||||||
class debitor-MeierGmbH {
|
class debitor-MeierGmbH {
|
||||||
+Partner partner
|
+Partner partner
|
||||||
+Numeric[2] debitorNumberSuffix: 00
|
+Numeric[2] debitorNumberSuffix: 00
|
||||||
+Relation debitorRel
|
+Relation debitorRel
|
||||||
+boolean billable: true
|
+boolean billable: true
|
||||||
+String vatId: ID123456789
|
+String vatId: ID123456789
|
||||||
+String vatCountryCode: DE
|
+String vatCountryCode: DE
|
||||||
+boolean vatBusiness: true
|
+boolean vatBusiness: true
|
||||||
+boolean vatReverseCharge: false
|
+boolean vatReverseCharge: false
|
||||||
+BankAccount refundBankAccount
|
+BankAccount refundBankAccount
|
||||||
+String defaultPrefix: mei
|
+String defaultPrefix: mei
|
||||||
}
|
}
|
||||||
debitor-MeierGmbH o-- partner-MeierGmbH
|
debitor-MeierGmbH o-- partner-MeierGmbH
|
||||||
debitor-MeierGmbH *-- rel-MeierGmbH-Buha
|
debitor-MeierGmbH *-- rel-MeierGmbH-Buha
|
||||||
@ -125,7 +125,7 @@ classDiagram
|
|||||||
}
|
}
|
||||||
|
|
||||||
class rel-MeierGmbH-Buha {
|
class rel-MeierGmbH-Buha {
|
||||||
+RelationType type ACCOUNTING
|
+RelationType type DEBITOR
|
||||||
|
|||||||
+Person anchor
|
+Person anchor
|
||||||
+Person holder
|
+Person holder
|
||||||
+Contact contact
|
+Contact contact
|
||||||
|
@ -18,7 +18,7 @@ declare
|
|||||||
currentTask varchar;
|
currentTask varchar;
|
||||||
idName varchar;
|
idName varchar;
|
||||||
mandantPerson hs_office_person;
|
mandantPerson hs_office_person;
|
||||||
partnerRel hs_office_relation;
|
partnerRel hs_office_relation;
|
||||||
relatedPerson hs_office_person;
|
relatedPerson hs_office_person;
|
||||||
relatedContact hs_office_contact;
|
relatedContact hs_office_contact;
|
||||||
relatedDetailsUuid uuid;
|
relatedDetailsUuid uuid;
|
||||||
|
Loading…
Reference in New Issue
Block a user
soll das jetzt DEBITOR sein?