Mattsson
d4c42fd8db
fix(bookkeeping): journal search finds a voucher by its label, with a spinner while searching ( #1808 )
...
"Sök verifikationstext" only matched journal_entries.description, so typing
A209 never returned voucher A209 itself: only other vouchers whose text
mentioned it. Users read that as "the voucher is missing".
A label-shaped needle (A209, a 209, A-209) now also matches
voucher_series + voucher_number via a PostgREST OR (needle double-quoted so
commas/parentheses stay literal); other needles keep the plain description
ILIKE. parseVoucher accepts one space or hyphen between series and number.
The search box shows a spinner while a server-side search is in flight;
before, the only signal was the list dimming.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-08-23 02:33:24 +02:00
..
2026-08-17 14:30:25 +02:00
2026-08-22 10:42:22 +02:00
2026-08-12 14:36:08 +02:00
2026-08-13 15:14:34 +02:00
2026-08-20 21:18:21 +02:00
2026-08-19 19:52:31 +02:00
2026-08-22 10:49:07 +02:00
2026-07-27 14:39:13 +02:00
2026-08-21 12:12:18 +02:00
2026-07-07 01:14:59 +02:00
2026-08-21 11:47:29 +02:00
2026-08-23 02:33:24 +02:00
2026-08-13 10:41:45 +02:00
2026-07-27 03:34:56 +02:00
2026-07-25 12:59:14 +02:00
2026-07-28 19:50:16 +02:00
2026-08-18 17:18:51 +02:00
2026-08-03 16:30:14 +02:00
2026-08-21 16:56:32 +02:00
2026-07-27 03:34:56 +02:00
2026-08-21 18:32:17 +02:00
2026-07-17 15:48:25 +02:00
2026-08-14 02:22:07 +02:00
2026-08-19 19:52:31 +02:00
2026-08-18 23:17:26 +02:00
2026-08-23 01:17:27 +02:00
2026-08-23 00:07:30 +02:00
2026-08-19 19:52:31 +02:00
2026-08-23 01:57:24 +02:00
2026-08-21 15:28:37 +02:00
2026-06-17 14:38:44 +02:00
2026-08-18 10:57:01 +02:00
2026-08-20 19:39:08 +02:00
2026-04-22 18:14:01 +02:00
2026-08-22 10:49:07 +02:00
2026-08-13 15:39:49 +02:00
2026-08-23 01:17:27 +02:00
2026-08-11 14:23:58 +02:00
2026-08-21 12:19:35 +02:00
2026-08-12 21:07:57 +02:00
2026-08-20 10:27:52 +02:00
2026-07-27 03:34:56 +02:00
2026-08-08 15:14:34 +02:00
2026-08-14 12:25:23 +02:00
2026-08-10 14:04:08 +02:00
2026-08-10 21:54:07 +02:00
2026-08-23 01:57:24 +02:00
2026-08-13 00:49:20 +02:00
2026-08-22 12:07:52 +02:00
2026-07-04 15:58:06 +02:00
2026-08-13 15:45:24 +02:00
2026-08-20 13:14:31 +02:00
2026-08-23 00:07:30 +02:00
2026-08-18 17:32:23 +02:00
2026-07-28 18:55:16 +02:00
2026-08-21 12:12:18 +02:00
2026-08-09 12:44:08 +02:00
2026-08-17 14:30:17 +02:00
2026-08-18 09:50:48 +02:00
2026-08-17 14:52:50 +02:00
2026-07-27 19:30:34 +02:00
2026-08-18 17:22:52 +02:00
2026-08-01 16:02:12 +02:00
2026-08-20 21:25:18 +02:00
2026-07-23 21:29:36 +02:00
2026-08-22 10:49:07 +02:00
2026-07-30 18:51:41 +02:00
2026-08-19 19:51:02 +02:00
2026-07-30 18:52:24 +02:00
2026-08-17 14:30:25 +02:00
2026-08-21 12:45:11 +02:00
2026-07-27 03:34:56 +02:00
2026-08-14 02:22:07 +02:00
2026-07-04 15:58:06 +02:00
2026-08-03 16:30:14 +02:00