feat: extend inventory and administration workflows

This commit is contained in:
Marcel Peterkau
2026-07-22 22:26:02 +02:00
parent aeaaca1459
commit 070684d9bc
17 changed files with 1342 additions and 69 deletions
+3 -1
View File
@@ -324,7 +324,9 @@ class Housekeeper:
{
"item_id": str(uuid4()),
"type": "base",
"description": str(claim.get("title", claim_key)),
"description": str(
claim.get("description") or claim.get("title", claim_key)
),
"quantity": "1.00",
"unit_price": str(claim.get("amount", "0.00")),
"amount": str(claim.get("amount", "0.00")),