From c39e9817cf40c7619dc8dbeae19dd260006c793b Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 17:03:40 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/settings.import.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/settings.import.tsx b/src/routes/settings.import.tsx index 098d700..62cf14a 100644 --- a/src/routes/settings.import.tsx +++ b/src/routes/settings.import.tsx @@ -342,7 +342,7 @@ const IMPORTERS: ImporterConfig[] = [ { key: "time_entries", label: "Time entries → Time", - description: "Billable time records. Columns: Date, Case (number/name), Description/Activity, Time/Hours, Rate, Flat rate/Flat fee, Total, User, Billable (yes/no) or Nonbillable (yes/no). Missing clients/cases are auto-created as archived; rows are marked already-invoiced.", + description: "Expected columns: Date, Case, Time, Rate, Flat rate, Total, Description, User, Case Name, Invoice, Nonbillable. Missing clients/cases are auto-created as archived; rows are marked already-invoiced.", table: "time_entries", conflict: "external_id", required: ["case_id", "description", "hours"],