Private
Public Access
1
0
Catherine Renelle edc32367d4 Fix Dashboard query: replace Math.Abs with negation in GroupBy
Math.Abs() inside a GroupBy().Select() cannot be translated to
SQL by EF Core. Since the query already filters for Amount < 0,
negating the sum produces the same result and translates cleanly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 00:22:34 -05:00
S
Description
No description provided
MIT 1.5 MiB
Languages
C# 65%
Vue 30.2%
TypeScript 4.6%
Dockerfile 0.2%