amendments according to code review

This commit is contained in:
Michael Hoennig 2024-03-13 15:01:00 +01:00
parent fc37a775d7
commit 6099e35efb
2 changed files with 11 additions and 11 deletions

View File

@ -104,16 +104,16 @@ classDiagram
%% --- Debitors ---
class debitor-MeierGmbH {
+Partner partner
+Numeric[2] debitorNumberSuffix: 00
+Relation debitorRel
+boolean billable: true
+String vatId: ID123456789
+String vatCountryCode: DE
+boolean vatBusiness: true
+boolean vatReverseCharge: false
+Partner partner
+Numeric[2] debitorNumberSuffix: 00
+Relation debitorRel
+boolean billable: true
+String vatId: ID123456789
+String vatCountryCode: DE
+boolean vatBusiness: true
+boolean vatReverseCharge: false
+BankAccount refundBankAccount
+String defaultPrefix: mei
+String defaultPrefix: mei
}
debitor-MeierGmbH o-- partner-MeierGmbH
debitor-MeierGmbH *-- rel-MeierGmbH-Buha
@ -125,7 +125,7 @@ classDiagram
}
class rel-MeierGmbH-Buha {
+RelationType type ACCOUNTING
+RelationType type DEBITOR
+Person anchor
+Person holder
+Contact contact

View File

@ -18,7 +18,7 @@ declare
currentTask varchar;
idName varchar;
mandantPerson hs_office_person;
partnerRel hs_office_relation;
partnerRel hs_office_relation;
relatedPerson hs_office_person;
relatedContact hs_office_contact;
relatedDetailsUuid uuid;