Added report tab with HTML and excel export.

This commit is contained in:
lwark
2024-10-04 11:30:22 -05:00
parent c5470b9062
commit c89ec2b62c
12 changed files with 295 additions and 181 deletions

View File

@@ -593,7 +593,7 @@ class BasicSubmission(BaseClass):
return
case item if item in self.jsons():
match key:
case "custom":
case "custom" | "source_plates":
existing = value
case _:
# logger.debug(f"Setting JSON attribute.")