From d08949487f958faeade9f1d3d19f28f4b979c1aa Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 25 Jun 2026 21:44:45 +0200 Subject: [PATCH 1/2] feat(libra): guide expense description toward categorization Expand the expense Description helper text to prompt for a detailed description (what the purchase/invoice/bill was + what it was used for: event/project/etc) and point users to the "Other" account when none of the existing accounts match. Client feedback: with no fixed category taxonomy yet, a richer description lets us reconcile/recategorize later even when the expense lands on the Other account. Refs aiolabs/webapp#137 --- src/modules/expenses/components/AddExpense.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/expenses/components/AddExpense.vue b/src/modules/expenses/components/AddExpense.vue index 3df252c..dde7a9a 100644 --- a/src/modules/expenses/components/AddExpense.vue +++ b/src/modules/expenses/components/AddExpense.vue @@ -109,7 +109,9 @@ /> - Describe what this expense was for + Use the "Other" account if you don't see one that matches. Add a + detailed description of the purchase / invoice / bill, and what + it was used for (event / project / etc). From 807f8200b1ebaf4369d41e9506a51f01f0e42086 Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 25 Jun 2026 21:44:45 +0200 Subject: [PATCH 2/2] 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 *