Draft for contract printing

This commit is contained in:
2023-02-19 16:08:27 +01:00
committed by ewandor
parent 749794a5f8
commit 74d12ec78e
17 changed files with 424 additions and 4 deletions
+1
View File
@@ -20,6 +20,7 @@ class Individual(EntityType):
lastname: Indexed(str)
surnames: List[Indexed(str)] = []
day_of_birth: date
place_of_birth: str = ""
@property