Juan Manuel Reyes
388f249e4e
Fix nil-key collision in budget category hash lookups ( #1136 )
...
Both Uncategorized and Other Investments are synthetic categories with
id=nil. When expense_totals_by_category indexes by category.id, Other
Investments overwrites Uncategorized at the nil key, causing uncategorized
actual spending to always return 0.
Use category.name as fallback key (id || name) to differentiate the two
synthetic categories in all hash builders and lookup sites.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 23:24:33 +01:00
..
2026-01-16 21:04:10 +01:00
2026-03-03 15:47:51 +01:00
2026-02-19 18:07:47 +01:00
2026-01-07 15:59:04 +01:00
2026-01-07 15:59:04 +01:00
2026-01-22 22:23:09 +01:00
2026-02-06 18:04:03 +01:00
2026-02-06 18:04:03 +01:00
2025-05-17 16:37:16 -04:00
2026-02-07 16:41:31 +01:00
2026-02-06 18:30:50 +01:00
2026-02-08 18:19:37 +01:00
2026-01-09 13:14:14 +01:00
2026-02-19 18:58:01 +01:00
2026-01-23 00:53:24 +01:00
2026-02-07 16:41:31 +01:00
2025-10-28 19:32:27 +01:00
2025-05-24 19:16:55 -04:00
2026-03-01 22:48:48 +01:00
2025-11-01 09:12:42 +01:00
2026-02-16 13:50:06 +01:00
2026-01-27 15:45:50 +01:00
2025-11-24 14:07:14 +01:00
2026-01-10 17:24:23 +01:00
2026-01-10 20:11:00 +01:00
2026-01-08 11:44:38 +01:00
2026-01-22 20:52:49 +01:00
2026-02-16 13:50:06 +01:00
2026-02-16 13:50:06 +01:00
2025-07-15 11:42:41 -04:00
2026-02-11 15:22:56 +01:00
2026-01-22 15:25:43 +01:00
2026-01-07 15:59:04 +01:00
2025-11-24 14:07:14 +01:00
2026-03-06 10:22:01 +01:00
2025-04-16 20:26:45 -05:00
2026-02-06 21:25:52 +01:00
2025-05-27 05:04:58 -05:00
2026-03-03 15:47:51 +01:00
2025-11-01 10:15:33 +01:00
2026-03-04 11:02:19 +01:00
2026-03-06 23:24:33 +01:00
2025-12-22 20:41:37 +01:00
2026-02-15 10:33:51 +01:00
2025-10-24 12:04:19 +02:00
2026-01-21 22:56:39 +01:00
2026-01-21 22:56:39 +01:00
2026-01-18 11:27:09 +01:00
2026-01-07 15:59:04 +01:00
2026-02-19 19:51:42 +01:00
2024-10-03 14:42:22 -04:00
2025-03-28 13:08:22 -04:00
2026-02-19 18:07:47 +01:00
2026-02-11 15:22:56 +01:00
2025-09-24 00:19:51 +02:00
2026-02-15 10:33:51 +01:00
2026-02-06 18:30:50 +01:00
2025-09-24 00:19:51 +02:00
2026-01-12 14:40:30 +01:00
2026-01-22 22:23:09 +01:00
2026-02-08 18:19:37 +01:00
2026-02-08 18:19:37 +01:00
2026-01-18 17:29:02 +01:00
2026-02-09 11:09:25 +01:00
2024-10-08 17:16:37 -04:00
2026-01-10 15:43:07 +01:00
2026-01-22 20:37:07 +01:00
2026-02-06 18:04:29 +01:00
2025-10-25 22:23:28 +02:00
2026-02-03 15:45:25 +01:00
2025-11-11 19:51:07 +01:00
2025-10-31 13:29:44 +01:00
2025-04-01 08:41:49 -04:00
2025-12-17 16:03:05 +01:00
2025-12-07 13:20:54 +01:00
2026-02-13 19:53:24 +01:00
2025-05-08 14:31:43 -04:00
2025-11-11 19:51:07 +01:00
2026-01-13 09:32:05 +01:00
2025-08-12 02:59:16 +02:00
2025-11-17 21:51:37 +01:00
2025-10-22 19:51:24 +02:00
2026-01-23 00:27:00 +01:00
2026-01-22 20:52:49 +01:00
2026-01-23 00:27:00 +01:00
2026-01-22 20:52:49 +01:00
2026-02-10 23:14:58 +01:00
2025-05-13 15:53:13 -04:00
2025-05-24 17:58:17 -04:00
2026-01-16 21:04:10 +01:00
2026-01-16 21:04:10 +01:00
2026-01-23 22:12:02 +01:00
2026-02-16 13:50:06 +01:00
2026-01-12 15:35:14 -05:00
2025-02-21 11:57:59 -05:00
2025-05-27 05:04:58 -05:00
2026-03-03 15:47:51 +01:00