juancwu
|
89c5d76e5e
|
Merge branch 'fix/calculation-accuracy' into main
Deploy / build-and-deploy (push) Successful in 2m37s
Combines the decimal migration (int cents → decimal.Decimal via
shopspring/decimal) with main's handler refactor (split space.go into
domain handlers, WithTx/Paginate helpers, recurring deposit removal).
- Repository layer: WithTx pattern + decimal column names/types
- Handler layer: decimal arithmetic (.Sub/.Add) instead of int operators
- Models: deprecated amount_cents fields kept for SELECT * compatibility
- INSERT statements: old columns set to literal 0 for NOT NULL constraints
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-14 16:48:40 -04:00 |
|
juancwu
|
c8a1eb5b7a
|
chore: replace int amount_cents for string storage and decimal pkg
|
2026-03-14 14:43:39 -04:00 |
|
juancwu
|
45fcecdc04
|
chore: refactor
Deploy / build-and-deploy (push) Successful in 3m45s
|
2026-03-14 16:39:07 +00:00 |
|
juancwu
|
40fe5ffe20
|
chore: update datepickers to use new API interface for clearable date
Deploy / build-and-deploy (push) Successful in 2m23s
|
2026-02-24 15:34:28 +00:00 |
|
juancwu
|
e10186fd7a
|
feat: show account transfer history
Deploy / build-and-deploy (push) Successful in 2m50s
|
2026-02-20 16:43:25 +00:00 |
|
juancwu
|
5513bcc603
|
feat: recurring deposits to accounts
|
2026-02-20 16:23:01 +00:00 |
|
juancwu
|
d224f5a10a
|
fix: no proper loading feedback on forms
|
2026-02-14 23:12:43 +00:00 |
|
juancwu
|
d6f6790c4d
|
feat: create accounts to partition money
|
2026-02-13 00:56:07 +00:00 |
|