Commit Graph

15 Commits

Author SHA1 Message Date
ec4f88b7fc fix(ssr): hide P&L warning box when there is no warning
The profit-and-loss report always passed :warning as a [:div ...] hiccup
vector, which is truthy even when empty. The shared report table renders
its red warning box with (when warning ...), so a clean report with no
warning and no unresolved entries still showed an empty red error box.

Only build the warning div when there is actual warning text or sample
links, matching how the balance-sheet and cash-flows reports pass nil.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 15:56:43 -07:00
de2a1ab850 fixes pnl file name 2026-06-16 14:37:13 -07:00
ba87805d4c Add vendor pre-population for bulk code and individual edit forms
- Add vendor-changed HTMX handlers for both bulk code and individual edit
- Pre-populate default account at 100% when vendor is selected and no accounts exist
- Fix render-accounts-section to render from step-params correctly
- Change bulk code vendor-changed from hx-get to hx-post to include form data
- Add routes for vendor-changed endpoints
- Update e2e tests to cover vendor pre-population
- Run lein cljfmt fix across codebase
2026-05-21 14:45:19 -07:00
8511d30715 pnl changes 2026-01-03 22:44:58 -08:00
af7f9355e8 Fixes issues 2025-11-19 23:53:30 -08:00
bd8cb34a0f Adds pedantic flag 2025-11-05 20:57:54 -08:00
96934b12fd Sample ledger show 2025-05-23 17:25:18 -07:00
38ed981cba Recalculates running balance as report is run 2025-02-08 22:14:24 -08:00
a0bfeb51a7 dates should be inclusive. 2024-12-16 22:30:18 -08:00
18172df3f8 Periods selector 2024-11-14 22:26:43 -08:00
d119e01857 Adds advanced view 2024-11-13 20:03:04 -08:00
cb4f88f02a adds csv capability 2024-11-11 21:39:36 -08:00
df3183f85c progress on reports. 2024-11-10 22:09:14 -08:00
b46c668199 updates 2024-10-26 19:16:50 -07:00
f859655aad profit and loss now works. 2024-10-26 19:11:08 -07:00