From d08949487f958faeade9f1d3d19f28f4b979c1aa Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 25 Jun 2026 21:44:45 +0200 Subject: [PATCH] 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).