• Joined on 2026-03-21
admin synced commits to main at admin/WealthySmart from mirror 2026-04-01 18:18:41 +02:00
22334c2129 Remove MPAT and MEMP fund references from pension module
admin synced commits to main at admin/WealthySmart from mirror 2026-04-01 18:09:55 +02:00
0923337fff Fix pension paste parser for split-line format from bank website
admin synced commits to main at admin/WealthySmart from mirror 2026-04-01 18:06:12 +02:00
898b540b3f Fix roiEarned crash when chart data has fewer than 12 entries
admin synced commits to main at admin/WealthySmart from mirror 2026-04-01 18:03:49 +02:00
3c9656f416 Add manual pension data entry and fix chart to use real historical data
admin synced commits to main at admin/WealthySmart from mirror 2026-04-01 05:02:18 +02:00
e011a3adcc Fix date picker defaulting to UTC instead of browser local time
admin synced commits to main at admin/WealthySmart from mirror 2026-03-30 20:03:50 +02:00
b68129a171 Add cumulative balance tracking with editable overrides
admin synced commits to main at admin/WealthySmart from mirror 2026-03-30 19:14:48 +02:00
99d0c4ebd7 Split budget Resumen into Detalle, Transacciones, and Proyecciones sub-tabs
admin synced commits to main at admin/WealthySmart from mirror 2026-03-30 18:56:26 +02:00
26a26b8ca2 Fix category dropdown showing ID and sort alphabetically
admin synced commits to main at admin/WealthySmart from mirror 2026-03-30 18:50:17 +02:00
fe8d0144eb Add Electronics category and fix DEPOSITO shown as expense
admin synced commits to main at admin/WealthySmart from mirror 2026-03-29 06:24:51 +02:00
eccfd53e0b Add pension PDF upload, parsing, and fund summary API
1b90f0c70a Add Pensions page with fund overview, growth chart, and projections
Compare 2 commits »
admin synced commits to main at admin/WealthySmart from mirror 2026-03-27 06:29:50 +01:00
bd1346f9da Exclude DEPOSITO transactions from budget projections
admin synced commits to main at admin/WealthySmart from mirror 2026-03-27 05:57:46 +01:00
9cfa1c4eb1 Add DEPOSITO transaction type and Salarios page
admin synced commits to main at admin/WealthySmart from mirror 2026-03-27 05:28:25 +01:00
8d76059ae8 Add budget module and push notifications for transactions
admin synced commits to main at admin/WealthySmart from mirror 2026-03-22 21:46:54 +01:00
2cd0d3b2e1 Migrate all components and pages to shadcn/ui with DataTable
46f2d8679c Add shadcn/ui design system, theme, and base components
4d468036c6 Add user settings endpoint and exchange rate fallback APIs
Compare 3 commits »
admin synced commits to main at admin/WealthySmart from mirror 2026-03-22 01:33:55 +01:00
58ab395d95 Remove one-time DB reset step from deploy workflow
admin synced commits to main at admin/WealthySmart from mirror 2026-03-22 01:24:31 +01:00
0a8e00e227 Add accounts expansion, analytics, exchange rates, API tokens, PWA support, and UI overhaul
admin synced commits to main at admin/WealthySmart from mirror 2026-03-21 18:43:59 +01:00
1257b0dd61 Fix: use specific container name for API proxy to avoid collision
admin synced commits to main at admin/WealthySmart from mirror 2026-03-21 18:41:46 +01:00
c994f06106 Fix: strip leading whitespace from .env.prod in deploy workflow
admin synced commits to main at admin/WealthySmart from mirror 2026-03-21 18:39:35 +01:00
a0a8f4eeaa Fix: add axios to pnpm-lock.yaml for Docker build
admin synced commits to main at admin/WealthySmart from mirror 2026-03-21 18:33:42 +01:00
13161b8e49 Add budget module: FastAPI backend + React frontend