Commit Graph

  • 404036bafa feat(readme): add guide to build from source Herculino Trotta 2025-01-17 23:59:55 -03:00
  • 5e8074ea01 fix(readme): wrong comment about running app Herculino Trotta 2025-01-17 23:59:25 -03:00
  • c9cc942a10 Merge pull request #46 Herculino Trotta 2025-01-17 23:54:04 -03:00
  • 315f4e1269 feat: add a duplicate/clone action to each transaction Herculino Trotta 2025-01-17 23:53:39 -03:00
  • fbb26b8442 feat: rename app, some work on schema Herculino Trotta 2025-01-17 17:40:51 -03:00
  • c171e0419a feat: add import app boilerplate Herculino Trotta 2025-01-16 14:09:33 -03:00
  • b025ab7d24 docs: add more screenshots Herculino Trotta 2025-01-16 10:17:13 -03:00
  • e2134e98a5 docs: Add information about running locally Herculino Trotta 2025-01-16 10:06:18 -03:00
  • 3f250338a3 Merge pull request #44 from eitchtee/new_datepicker Herculino Trotta 2025-01-16 09:24:06 -03:00
  • 97c6b13d57 security: actually use SECRET_KEY env variable. You will get logged out. Herculino Trotta 2025-01-16 09:23:18 -03:00
  • 3dcee4dbf2 docker: remove YAML anchor and merge directives from docker-compose.prod.yml Herculino Trotta 2025-01-16 09:22:08 -03:00
  • 09d14b44fe Merge pull request #39 from eitchtee/dev 0.5.0 Herculino Trotta 2025-01-14 23:49:45 -03:00
  • a5b78f7c83 Merge pull request #40 from eitchtee/new_datepicker Herculino Trotta 2025-01-14 23:49:27 -03:00
  • 9543881aae Merge pull request #38 from eltociear/patch-1 Herculino Trotta 2025-01-14 23:49:06 -03:00
  • 6955294283 feat(datepicker): drop native datepickers in favor of AirDatePicker for better compatibility Herculino Trotta 2025-01-14 23:47:03 -03:00
  • 2b6a73af18 feat(transactions): make description optional Herculino Trotta 2025-01-14 10:04:46 -03:00
  • 526c2cb191 docs: update README.md Ikko Eltociear Ashimine 2025-01-14 15:05:46 +09:00
  • 4fe62244cd docs(README): update README Herculino Trotta 2025-01-11 20:22:29 -03:00
  • 011e926e02 Merge pull request #37 0.4.0 Herculino Trotta 2025-01-11 13:42:11 -03:00
  • cd1b872b27 locale(pt-BR): update translation Herculino Trotta 2025-01-11 13:41:40 -03:00
  • 3791edce63 Merge pull request #36 Herculino Trotta 2025-01-11 13:40:28 -03:00
  • 2cb8100129 feat(recurring-transaction): when explicitly finishing, delete any upcoming unpaid transactions Herculino Trotta 2025-01-11 13:40:10 -03:00
  • e7e4ccafb6 Merge pull request #35 from eitchtee/dev Herculino Trotta 2025-01-11 13:39:26 -03:00
  • afbbf7b25d feat(recurring-transaction): when unpause start generating transactions from today or from existing date, whichever is higher Herculino Trotta 2025-01-11 13:38:51 -03:00
  • 1eba2b8731 Merge pull request #34 from eitchtee/dev Herculino Trotta 2025-01-11 13:37:19 -03:00
  • afe366c359 feat(installment-plan): don't update paid transactions amount Herculino Trotta 2025-01-11 13:35:52 -03:00
  • 3ee2bebc5c Merge pull request #33 Herculino Trotta 2025-01-11 13:35:14 -03:00
  • b951e5f069 feat(recurring-transaction): update unpaid transactions info when recurring transaction is updated Herculino Trotta 2025-01-11 13:34:49 -03:00
  • 4005a83a0d Merge pull request #32 0.3.6 Herculino Trotta 2025-01-07 16:17:00 -03:00
  • f81f1d83fd fix(calculator): rounding errors Herculino Trotta 2025-01-07 16:16:26 -03:00
  • 7816d6c55d Merge pull request #31 0.3.5 Herculino Trotta 2025-01-06 00:50:41 -03:00
  • 6e3fdae4fe fix(transactions:action-bar): rounding errors when summing (again) Herculino Trotta 2025-01-06 00:50:17 -03:00
  • e2da996217 Merge pull request #30 0.3.4 Herculino Trotta 2025-01-06 00:14:48 -03:00
  • cc2e2293ed fix(networth): chart initializing multiple times resulting in weird animation Herculino Trotta 2025-01-06 00:09:18 -03:00
  • 7060f07ccd Merge pull request #29 Herculino Trotta 2025-01-06 00:14:12 -03:00
  • 0adb991879 feat(calculator): localize result Herculino Trotta 2025-01-06 00:00:57 -03:00
  • 20e03df661 Merge pull request #28 Herculino Trotta 2025-01-06 00:11:55 -03:00
  • 71f59bfd68 fix(transactions:action-bar): rounding errors when summing Herculino Trotta 2025-01-05 23:59:35 -03:00
  • 6c76535f91 Merge pull request #27 0.3.3 Herculino Trotta 2025-01-05 15:53:21 -03:00
  • 5c8fbc9278 fix(transactions:action-bar): min and max calculations take into account if value is income or expense Herculino Trotta 2025-01-05 15:52:58 -03:00
  • 89b11421c2 Merge pull request #26 0.3.2 Herculino Trotta 2025-01-05 15:42:51 -03:00
  • 056fc4fced feat(transactions:action-bar): localize calculation results Herculino Trotta 2025-01-05 15:42:28 -03:00
  • 3f9765ec7b Merge pull request #25 0.3.1 Herculino Trotta 2025-01-05 15:22:52 -03:00
  • 0d9d13bf31 refactor(transactions:action-bar): remove debug log Herculino Trotta 2025-01-05 15:22:18 -03:00
  • 2f6c396eaf Merge pull request #24 0.3.0 Herculino Trotta 2025-01-05 15:20:24 -03:00
  • d12b920e54 fix(transactions:action-bar): sum button not copying correctly Herculino Trotta 2025-01-05 15:19:58 -03:00
  • 9edbf7bd5a Merge pull request #23 Herculino Trotta 2025-01-05 14:36:07 -03:00
  • dbd3eea29a locale(pt-BR): update translation Herculino Trotta 2025-01-05 14:35:33 -03:00
  • 881fed1895 feat(transactions:action-bar): add more math options in a dropdown Herculino Trotta 2025-01-05 14:35:23 -03:00
  • 10a0ac42a2 Merge pull request #22 0.2.0 Herculino Trotta 2025-01-05 11:14:03 -03:00
  • 1b47c12a22 feat(api): add RecurringTransaction and InstallmentPlan endpoints Herculino Trotta 2025-01-05 11:13:23 -03:00
  • 091f73bf8d feat(api): support string name and ids for installmentplan endpoint Herculino Trotta 2025-01-05 11:07:38 -03:00
  • 73fe17de64 feat(api): add auth permission to all api endpoint Herculino Trotta 2025-01-05 11:04:50 -03:00
  • 52af1b2260 Merge pull request #21 Herculino Trotta 2025-01-05 10:54:55 -03:00
  • 8efa087aee feat(api): add API endpoints to add DCA entries and strategies Herculino Trotta 2025-01-05 10:54:31 -03:00
  • 6f69f15474 Merge pull request #20 0.1.9 Herculino Trotta 2025-01-05 01:46:01 -03:00
  • 905e80cffe fix: overflowing empty message Herculino Trotta 2025-01-05 01:45:11 -03:00
  • baae6bb96a feat(entities): add tab to show archived entities Herculino Trotta 2025-01-05 01:43:24 -03:00
  • f5132e24bd feat(tags): add tab to show archived tags Herculino Trotta 2025-01-05 01:36:30 -03:00
  • 41303f39a0 fix: typo Herculino Trotta 2025-01-05 01:35:34 -03:00
  • 0fc8b0ee49 feat(tags): add tab to show archived tags Herculino Trotta 2025-01-05 01:35:25 -03:00
  • 037014d024 feat(categories): add tab to show archived categories Herculino Trotta 2025-01-05 01:22:14 -03:00
  • 8c5a9efe05 Merge pull request #19 from eitchtee/dev 0.1.8 Herculino Trotta 2025-01-04 18:24:47 -03:00
  • f940414b5c locale(pt-BR): update translation Herculino Trotta 2025-01-04 18:23:01 -03:00
  • 2d8e97a27e Merge pull request #18 Herculino Trotta 2025-01-04 18:17:42 -03:00
  • 5ccb9ff152 locale: add lazy translations to missing ValidationErrors Herculino Trotta 2025-01-04 18:17:06 -03:00
  • 3c0a2d82ac feat: allow for deactivating Tags, Categories and Entities, hiding them from menus Herculino Trotta 2025-01-04 18:13:11 -03:00
  • 62f049cbb2 Merge pull request #17 Herculino Trotta 2025-01-04 18:00:33 -03:00
  • 7a759be357 feat(fields:forms:dynamic-select): support existing objects not currently on the queryset Herculino Trotta 2025-01-04 17:59:59 -03:00
  • 6297e73307 Merge pull request #16 Herculino Trotta 2025-01-04 01:33:05 -03:00
  • eb753bb30e feat(transactions): properly sum income and expense when selected Herculino Trotta 2025-01-04 01:32:09 -03:00
  • 1047fb23dd fix(networth): charts not changing between views Herculino Trotta 2025-01-03 17:36:10 -03:00
  • c861b9ae07 fix(networth): charts not changing between views Herculino Trotta 2025-01-03 17:36:10 -03:00
  • 4be849f5de github(release): add gha cache Herculino Trotta 2024-12-28 02:42:43 -03:00
  • 3e73332a93 locale(pt-BR): update translation 0.1.7 Herculino Trotta 2024-12-28 02:32:43 -03:00
  • ae2217e760 feat(tools:currency-converter): add a button to invert the selected currencies Herculino Trotta 2024-12-28 00:55:39 -03:00
  • e2bf699be0 feat(tools:currency-converter): make it responsive Herculino Trotta 2024-12-28 00:55:14 -03:00
  • e760d42c2d github(release): drop ghcr.io in favor of DockerHub 0.1.6 Herculino Trotta 2024-12-27 12:50:38 -03:00
  • d541b30280 docs: registry changes (#12) 0.1.5 Herculino Trotta 2024-12-27 12:25:12 -03:00
  • 366c0b475d build(deps): bump nanoid from 3.3.7 to 3.3.8 in /frontend (#8) dependabot[bot] 2024-12-27 12:17:41 -03:00
  • 8576b74aff build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /frontend (#9) dependabot[bot] 2024-12-27 12:17:34 -03:00
  • d4b11bd350 build(deps): bump path-to-regexp and express in /frontend (#10) dependabot[bot] 2024-12-27 12:17:28 -03:00
  • c8c34c2c56 build(deps): bump cookie and express in /frontend (#11) dependabot[bot] 2024-12-27 12:17:18 -03:00
  • 023ceb898f Merge pull request #7 0.1.4 Herculino Trotta 2024-12-27 11:25:52 -03:00
  • 1243dddd5d github(release): cache build process Herculino Trotta 2024-12-27 11:24:56 -03:00
  • 8661fb39e8 github(release): disable provenance when building image Herculino Trotta 2024-12-27 11:20:44 -03:00
  • 5752606fec docker(prod): update docker-compose.prod.yml to use registry image Herculino Trotta 2024-12-27 11:20:14 -03:00
  • 7250ce0dbb Merge pull request #6 0.1.3 Herculino Trotta 2024-12-27 03:24:25 -03:00
  • b963a3cfb8 github(release): drop support for arm besides arm64 Herculino Trotta 2024-12-27 03:23:51 -03:00
  • 1f14eb011f Merge pull request #5 0.1.2 Herculino Trotta 2024-12-27 03:13:13 -03:00
  • 265af71ac5 github: fix "repository name must be lowercase" Herculino Trotta 2024-12-27 03:12:59 -03:00
  • 4c003d4456 Merge pull request #4 0.1.1 Herculino Trotta 2024-12-27 03:09:33 -03:00
  • d66a2e2856 github: remove changelog creation from release.yml 2 Herculino Trotta 2024-12-27 03:09:16 -03:00
  • 74bf6a655d Merge pull request #3 Herculino Trotta 2024-12-27 03:07:19 -03:00
  • 114cf2622e github: remove changelog creation from release.yml Herculino Trotta 2024-12-27 03:06:33 -03:00
  • cfcd81e882 Merge pull request #2 from eitchtee/dependabot/pip/gunicorn-22.0.0 0.1.0 Herculino Trotta 2024-12-27 03:04:05 -03:00
  • 29b8a43bcf build(deps): bump gunicorn from 21.2.0 to 22.0.0 dependabot[bot] 2024-12-27 06:03:18 +00:00
  • 91f0af0ada Merge pull request #1 Herculino Trotta 2024-12-27 02:59:52 -03:00
  • 00a848f266 github: add ghcr.io image build Herculino Trotta 2024-12-27 02:59:23 -03:00
  • 4b8051cca2 refactor(rules): rename TransactionRuleAction related_name from "action" to "transaction_actions" Herculino Trotta 2024-12-27 02:10:09 -03:00