Commit Graph
100 Commits
Author SHA1 Message Date
Herculino Trotta 4005a83a0d Merge pull request #32
fix(calculator): rounding errors
2025-01-07 16:17:00 -03:00
Herculino Trotta f81f1d83fd fix(calculator): rounding errors 2025-01-07 16:16:26 -03:00
Herculino Trotta 7816d6c55d Merge pull request #31
fix(transactions:action-bar): rounding errors when summing (again)
2025-01-06 00:50:41 -03:00
Herculino Trotta 6e3fdae4fe fix(transactions:action-bar): rounding errors when summing (again) 2025-01-06 00:50:17 -03:00
Herculino Trotta e2da996217 Merge pull request #30
fix(networth): chart initializing multiple times resulting in weird animation
2025-01-06 00:14:48 -03:00
Herculino Trotta cc2e2293ed fix(networth): chart initializing multiple times resulting in weird animation 2025-01-06 00:14:15 -03:00
Herculino Trotta 7060f07ccd Merge pull request #29
feat(calculator): localize result
2025-01-06 00:14:12 -03:00
Herculino Trotta 0adb991879 feat(calculator): localize result 2025-01-06 00:13:47 -03:00
Herculino Trotta 20e03df661 Merge pull request #28
fix(transactions:action-bar): rounding errors when summing
2025-01-06 00:11:55 -03:00
Herculino Trotta 71f59bfd68 fix(transactions:action-bar): rounding errors when summing 2025-01-06 00:10:40 -03:00
Herculino Trotta 6c76535f91 Merge pull request #27
fix(transactions:action-bar): min and max calculations take into account if value is income or expense
2025-01-05 15:53:21 -03:00
Herculino Trotta 5c8fbc9278 fix(transactions:action-bar): min and max calculations take into account if value is income or expense 2025-01-05 15:52:58 -03:00
Herculino Trotta 89b11421c2 Merge pull request #26
feat(transactions:action-bar): localize calculation results
2025-01-05 15:42:51 -03:00
Herculino Trotta 056fc4fced feat(transactions:action-bar): localize calculation results 2025-01-05 15:42:28 -03:00
Herculino Trotta 3f9765ec7b Merge pull request #25
refactor(transactions:action-bar): remove debug log
2025-01-05 15:22:52 -03:00
Herculino Trotta 0d9d13bf31 refactor(transactions:action-bar): remove debug log 2025-01-05 15:22:18 -03:00
Herculino Trotta 2f6c396eaf Merge pull request #24
fix(transactions:action-bar): sum button not copying correctly
2025-01-05 15:20:24 -03:00
Herculino Trotta d12b920e54 fix(transactions:action-bar): sum button not copying correctly 2025-01-05 15:19:58 -03:00
Herculino Trotta 9edbf7bd5a Merge pull request #23
feat(transactions:action-bar): add more math options in a dropdown
2025-01-05 14:36:07 -03:00
Herculino Trotta dbd3eea29a locale(pt-BR): update translation 2025-01-05 14:35:33 -03:00
Herculino Trotta 881fed1895 feat(transactions:action-bar): add more math options in a dropdown 2025-01-05 14:35:23 -03:00
Herculino Trotta 10a0ac42a2 Merge pull request #22
feat(api): add RecurringTransaction and InstallmentPlan endpoints
2025-01-05 11:14:03 -03:00
Herculino Trotta 1b47c12a22 feat(api): add RecurringTransaction and InstallmentPlan endpoints 2025-01-05 11:13:23 -03:00
Herculino Trotta 091f73bf8d feat(api): support string name and ids for installmentplan endpoint 2025-01-05 11:07:38 -03:00
Herculino Trotta 73fe17de64 feat(api): add auth permission to all api endpoint 2025-01-05 11:04:50 -03:00
Herculino Trotta 52af1b2260 Merge pull request #21
feat(api): add API endpoints to add DCA entries and strategies
2025-01-05 10:54:55 -03:00
Herculino Trotta 8efa087aee feat(api): add API endpoints to add DCA entries and strategies 2025-01-05 10:54:31 -03:00
Herculino Trotta 6f69f15474 Merge pull request #20
feat: archived tabs for categories, tags and entities
2025-01-05 01:46:01 -03:00
Herculino Trotta 905e80cffe fix: overflowing empty message 2025-01-05 01:45:11 -03:00
Herculino Trotta baae6bb96a feat(entities): add tab to show archived entities 2025-01-05 01:43:24 -03:00
Herculino Trotta f5132e24bd feat(tags): add tab to show archived tags 2025-01-05 01:36:30 -03:00
Herculino Trotta 41303f39a0 fix: typo 2025-01-05 01:35:34 -03:00
Herculino Trotta 0fc8b0ee49 feat(tags): add tab to show archived tags 2025-01-05 01:35:25 -03:00
Herculino Trotta 037014d024 feat(categories): add tab to show archived categories 2025-01-05 01:22:14 -03:00
Herculino Trotta 8c5a9efe05 Merge pull request #19 from eitchtee/dev
locale(pt-BR): update translation
2025-01-04 18:24:47 -03:00
Herculino Trotta f940414b5c locale(pt-BR): update translation 2025-01-04 18:23:01 -03:00
Herculino Trotta 2d8e97a27e Merge pull request #18
feat: allow for deactivating Tags, Categories and Entities, hiding them from menus
2025-01-04 18:17:42 -03:00
Herculino Trotta 5ccb9ff152 locale: add lazy translations to missing ValidationErrors 2025-01-04 18:17:06 -03:00
Herculino Trotta 3c0a2d82ac feat: allow for deactivating Tags, Categories and Entities, hiding them from menus 2025-01-04 18:13:11 -03:00
Herculino Trotta 62f049cbb2 Merge pull request #17
feat(fields:forms:dynamic-select): support existing objects not currently on the queryset
2025-01-04 18:00:33 -03:00
Herculino Trotta 7a759be357 feat(fields:forms:dynamic-select): support existing objects not currently on the queryset
and add create_field to DynamicModelChoiceField
2025-01-04 17:59:59 -03:00
Herculino Trotta 6297e73307 Merge pull request #16
feat(transactions): properly sum income and expense when selected
2025-01-04 01:33:05 -03:00
Herculino Trotta eb753bb30e feat(transactions): properly sum income and expense when selected
also added a flatTotal (old behavior) for future use
2025-01-04 01:32:09 -03:00
Herculino Trotta 1047fb23dd fix(networth): charts not changing between views 2025-01-03 17:50:41 -03:00
Herculino Trotta c861b9ae07 fix(networth): charts not changing between views 2025-01-03 17:36:10 -03:00
Herculino Trotta 4be849f5de github(release): add gha cache 2024-12-28 02:42:43 -03:00
Herculino Trotta 3e73332a93 locale(pt-BR): update translation 2024-12-28 02:32:43 -03:00
Herculino Trotta ae2217e760 feat(tools:currency-converter): add a button to invert the selected currencies 2024-12-28 00:56:15 -03:00
Herculino Trotta e2bf699be0 feat(tools:currency-converter): make it responsive 2024-12-28 00:56:15 -03:00
Herculino Trotta e760d42c2d github(release): drop ghcr.io in favor of DockerHub 2024-12-27 12:53:43 -03:00
Herculino Trotta d541b30280 docs: registry changes (#12)
* docker(prod): update docker-compose.prod.yml to use registry image

* docs(README): update install instructions to use registry image
2024-12-27 12:25:12 -03:00
Herculino Trotta 023ceb898f Merge pull request #7
github(release): cache build process
2024-12-27 11:25:52 -03:00
Herculino Trotta 1243dddd5d github(release): cache build process 2024-12-27 11:24:56 -03:00
Herculino Trotta 8661fb39e8 github(release): disable provenance when building image 2024-12-27 11:20:44 -03:00
Herculino Trotta 5752606fec docker(prod): update docker-compose.prod.yml to use registry image 2024-12-27 11:20:14 -03:00
Herculino Trotta 7250ce0dbb Merge pull request #6
github(release): drop support for arm besides arm64
2024-12-27 03:24:25 -03:00
Herculino Trotta b963a3cfb8 github(release): drop support for arm besides arm64 2024-12-27 03:23:51 -03:00
Herculino Trotta 1f14eb011f Merge pull request #5
github: fix "repository name must be lowercase"
2024-12-27 03:13:13 -03:00
Herculino Trotta 265af71ac5 github: fix "repository name must be lowercase" 2024-12-27 03:12:59 -03:00
Herculino Trotta 4c003d4456 Merge pull request #4
dev
2024-12-27 03:09:33 -03:00
Herculino Trotta d66a2e2856 github: remove changelog creation from release.yml 2 2024-12-27 03:09:16 -03:00
Herculino Trotta 74bf6a655d Merge pull request #3
github: remove changelog creation from release.yml
2024-12-27 03:07:19 -03:00
Herculino Trotta 114cf2622e github: remove changelog creation from release.yml 2024-12-27 03:06:33 -03:00
Herculino Trotta cfcd81e882 Merge pull request #2 from eitchtee/dependabot/pip/gunicorn-22.0.0
build(deps): bump gunicorn from 21.2.0 to 22.0.0
2024-12-27 03:04:05 -03:00
Herculino Trotta 91f0af0ada Merge pull request #1
github: add ghcr.io image build
2024-12-27 02:59:52 -03:00
Herculino Trotta 00a848f266 github: add ghcr.io image build 2024-12-27 02:59:23 -03:00
Herculino Trotta 4b8051cca2 refactor(rules): rename TransactionRuleAction related_name from "action" to "transaction_actions" 2024-12-27 02:10:09 -03:00
Herculino Trotta de550033c6 refactor(networth): reorganize page to have a clear split between accounts and currencies 2024-12-27 01:59:39 -03:00
Herculino Trotta a90b188e32 fix(networth): random broken rendering for charts when changing pages with htmx 2024-12-27 01:49:43 -03:00
Herculino Trotta 0ab0ad2ccb refactor(transactions:all): change columns ordering on mobile 2024-12-25 23:42:41 -03:00
Herculino Trotta e461e87688 feat(transactions:all): add summary 2024-12-25 23:36:28 -03:00
Herculino Trotta 70cdea9235 style(yearly:account): add horizontal ruler between entries 2024-12-25 23:35:49 -03:00
Herculino Trotta 728933ba89 refactor(calculator): change hotkey to Alt+C to prevent conflicts with input 2024-12-25 20:58:50 -03:00
Herculino Trotta a68ba671d4 feat(calculator): press Shift+C to open the calculator 2024-12-25 15:08:47 -03:00
Herculino Trotta 3a0f06e0d3 feat(transactions:filter): add currency filter 2024-12-25 11:00:33 -03:00
Herculino Trotta d6570bed15 locale(pt-BR): update translations 2024-12-24 16:07:31 -03:00
Herculino Trotta 33d61495b1 fix(frontend): missing dynamically generated classes 2024-12-24 13:28:19 -03:00
Herculino Trotta 10fea65088 refactor(cotton): change percentage_distribution's coloring and margin 2024-12-24 13:22:44 -03:00
Herculino Trotta 906095dcdd feat(cotton): add info_card component 2024-12-24 13:21:57 -03:00
Herculino Trotta 28e4ef9659 feat(cotton): add percentage_distribution component 2024-12-24 12:40:14 -03:00
Herculino Trotta 4c1c86adb8 fix(transactions:calculations:percentages): KeyError when calculating exchange 2024-12-24 11:59:27 -03:00
Herculino Trotta dc74d2e61d feat(yearly:currency): add percentage bar and refactor design 2024-12-24 11:58:53 -03:00
Herculino Trotta 4efba3424d feat(yearly:account): add percentage bar 2024-12-24 11:58:23 -03:00
Herculino Trotta 315d68ba15 feat(common:templatetags): add templatetag to programmatically retrieve a dict key 2024-12-24 11:57:41 -03:00
Herculino Trotta c786697836 locale(pt-BR): update translations 2024-12-24 02:38:02 -03:00
Herculino Trotta 1b2a77aaf3 feat(monthly-view): add percentage bar 2024-12-24 02:36:26 -03:00
Herculino Trotta 522346a06c feat(currency-converter): reduce decimal places for converted value 2024-12-24 01:45:51 -03:00
Herculino Trotta c785ae92af fix: wrong title for Currency Converter page 2024-12-22 11:29:41 -03:00
Herculino Trotta a0d1d01d9d docs: update README 2024-12-22 04:25:54 -03:00
Herculino Trotta 28bc64df5d locale(pt-BR): update translations 2024-12-21 16:31:09 -03:00
Herculino Trotta 68992839c2 refactor: remove debug prints 2024-12-21 16:30:17 -03:00
Herculino Trotta d570be9dd6 feat: add Currency Converter 2024-12-21 16:30:04 -03:00
Herculino Trotta 8d7af0b5b6 fix: configuration option on user menu doesn't have a pointer cursor 2024-12-21 00:30:29 -03:00
Herculino Trotta fb24a57882 feat: improve calculator animations, fix it moving up when result is displayed 2024-12-21 00:20:35 -03:00
Herculino Trotta a1d3dfe6a3 docs: add initial README 2024-12-19 01:27:28 -03:00
Herculino Trotta 7dfe4d99aa docs: add initial README 2024-12-19 01:23:13 -03:00
Herculino Trotta a2c7ba2d9d Merge remote-tracking branch 'origin/main' 2024-12-19 01:21:43 -03:00
Herculino Trotta f37e36c25b docs: add initial README 2024-12-19 01:21:29 -03:00
Herculino Trotta d316dd06eb Create LICENSE 2024-12-19 01:18:54 -03:00
Herculino Trotta e4011e9d64 refactor: remove interact.js 2024-12-15 14:23:59 -03:00