Draft for contract printing

This commit is contained in:
2023-02-17 19:46:22 +01:00
committed by Guillaume G
parent 749794a5f8
commit 74d12ec78e
17 changed files with 424 additions and 4 deletions

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