Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 18:32:37 +00:00
co-authored by renee-png
parent 059b3e053c
commit 3f6a4c4729
+1 -1
View File
@@ -515,7 +515,7 @@ const IMPORTERS: ImporterConfig[] = [
{
key: "expenses",
label: "Expenses → Expenses",
description: "Case-related expenses. Missing clients/cases are auto-created as archived. Rows with an Invoice number are linked to (or create) an invoice with that number; rows without an Invoice number stay unbilled.",
description: "Case-related expenses. Only rows matching an ACTIVE (non-archived, non-closed) case are imported. Rows referencing missing, archived, or closed cases are skipped silently with a count.",
table: "expenses",
conflict: "external_id",
required: ["case_id", "description", "amount"],