From 807f8200b1ebaf4369d41e9506a51f01f0e42086 Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 25 Jun 2026 21:44:45 +0200 Subject: [PATCH] feat(libra): guide expense account choice + description copy Step 1 (account selection) now tells the user to pick the "Other" account if they're not sure. The Description field's placeholder is rewritten to prompt for a detailed description of the purchase / invoice / bill and what it was used for (event/project/etc), replacing the redundant helper line. Client feedback: with no fixed category taxonomy yet, steering unsure users to the Other account plus a richer free-text description lets us reconcile/recategorize later. Refs aiolabs/webapp#137 --- src/modules/expenses/components/AddExpense.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/modules/expenses/components/AddExpense.vue b/src/modules/expenses/components/AddExpense.vue index 3df252c..d5f4322 100644 --- a/src/modules/expenses/components/AddExpense.vue +++ b/src/modules/expenses/components/AddExpense.vue @@ -85,7 +85,8 @@

- Select the account for this expense + Select the account for this expense. Use the "Other" account if + you're not sure.

Description *