From 05b0c57ecd87624c6c6e29f8b84af9befe0623df Mon Sep 17 00:00:00 2001 From: Jakob Wennberg Date: Wed, 12 Aug 2026 15:12:24 +0200 Subject: [PATCH] docs(inbox): the onboarding card described the page as it used to be (#1527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three steps ending at 'matcha mot en transaktion eller bokför', a Beta badge it had outgrown, and no mention that the page now searches the mailboxes itself, lists the purchases missing a receipt, or proposes the kontering. It now names the three things a person actually does: get an address, connect a brevlåda so Kvittojakten can look on its own, and approve the proposed kontering. The pricing line keeps the distinction that matters (collecting underlag is free; AI-tolkning and the hunt are in the plan) and drops the Beta badge. Co-authored-by: Jakob Wennberg <311770904+jakobwennberg-oss@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) --- .../general/InvoiceInboxWorkspace.tsx | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/components/extensions/general/InvoiceInboxWorkspace.tsx b/components/extensions/general/InvoiceInboxWorkspace.tsx index 5a03d373..2ff3ada3 100644 --- a/components/extensions/general/InvoiceInboxWorkspace.tsx +++ b/components/extensions/general/InvoiceInboxWorkspace.tsx @@ -2138,21 +2138,26 @@ function OnboardingCard({ isActivating, compact = false, }: OnboardingCardProps) { + // The card described the page as it was before the underlag rebuild: three + // steps ending at "matcha eller bokför", with no mention that the page now + // searches the mailboxes itself, lists the purchases that are missing a + // receipt, or proposes the kontering. It also carried a Beta badge it had + // outgrown. const steps = [ { done: hasInboxAddress, title: 'Aktivera din inkorgsadress', - hint: 'Få en unik e-postadress som leverantörer kan skicka fakturor och kvitton till.', + hint: 'En egen adress som leverantörer kan fakturera direkt, och som du kan vidarebefordra kvitton till.', }, { done: hasAnyItem, - title: 'Ladda upp eller maila in ett underlag', - hint: 'Accounted tolkar fakturan eller kvittot åt dig och fyller i fält automatiskt.', + title: 'Koppla en brevlåda, maila in, eller ladda upp', + hint: 'Med en kopplad brevlåda letar Kvittojakten själv upp kvitton till köp som saknar underlag. Utan den fyller du på för hand.', }, { done: hasResolvedItem, - title: 'Matcha mot en transaktion eller bokför', - hint: 'Eller skapa en manuell transaktion om underlaget saknar bankhändelse.', + title: 'Godkänn konteringen', + hint: 'Matchade underlag får ett förslag på hur de bokförs, utifrån hur du bokfört samma leverantör förut. Du granskar och bokför.', }, ] // First incomplete step drives the active CTA. Falls back to -1 if all done @@ -2183,16 +2188,15 @@ function OnboardingCard({ compact ? 'text-sm' : 'text-lg' )} > - Så funkar dokumentinkorgen + Så funkar Underlag - - Beta -

- Underlagen samlas här (från mail eller filuppladdning) och kan - matchas mot bankhändelser eller bokföras direkt. Inkorgen är alltid - gratis; AI-tolkning av underlag ingår i abonnemanget. + Här samlas underlagen, och här syns köpen som saknar ett. Kvittojakten + söker igenom kopplade brevlådor efter kvitton du inte fått in, och + matchade underlag får ett förslag på kontering att godkänna. Att samla + underlag är alltid gratis; AI-tolkning och kvittojakt ingår i + abonnemanget.