Commit Graph

32 Commits

Author SHA1 Message Date
Herculino Trotta
55c4b920ee feat(accounts): add option for untracking accounts on a per user basis 2025-08-09 03:35:39 -03:00
google-labs-jules[bot]
7f8261b9cc refactor: Style transaction items for untracked accounts
This commit extends the "Untrack Account" feature by applying a special style to transaction items that belong to an untracked account.

- The transaction item template is modified to apply a "dimmed" style to transactions from untracked accounts.
- The styling follows the precedence: Account (untracked) > Category (muted) > Transaction (hidden).
- The dropdown menu for transaction items now shows "Controlled by account" if the transaction's account is untracked.
2025-08-09 05:47:18 +00:00
Herculino Trotta
ef5f3580a0 feat: allow single transactions to be hidden from summaries
Control is done via the dropdown menu on a transaction item
Transfers are hidden by default

fix #274
2025-07-19 16:19:11 -03:00
Herculino Trotta
020dd74f80 feat: multi tenancy support 2025-03-08 12:03:17 -03:00
Herculino Trotta
865618e054 feat(dca): link transactions to DCA 2025-02-15 00:41:06 -03:00
Herculino Trotta
39c1f634b6 feat: add account and currency info to monthly view 2025-02-01 00:51:16 -03:00
Herculino Trotta
b5671fcd0e fix: 'tags__id' does not resolve to an item that supports prefetching 2025-01-30 00:26:07 -03:00
Herculino Trotta
48408cead8 fix: 'tags__id' does not resolve to an item that supports prefetching 2025-01-30 00:22:37 -03:00
Herculino Trotta
1140d9c896 feat: improve transactions list loading time
Prefetch more values and allow them to be cached
2025-01-29 13:46:06 -03:00
Herculino Trotta
5bf7f9f272 fix: unable to load transactions on first login 2025-01-29 00:56:06 -03:00
Herculino Trotta
19a65ac45f feat: reduce db queries when saving order on session 2025-01-29 00:12:47 -03:00
Herculino Trotta
43382d2ffe feat: store selected "order by" on session
Closes #95
2025-01-28 20:05:00 -03:00
Herculino Trotta
187c56c96c refactor: remove user attr from datepicker
since monkey patched get_format already does what we want
2025-01-27 13:25:06 -03:00
Herculino Trotta
60fe4c9681 feat(app): allow changing date and datetime format as a user setting 2025-01-20 19:35:22 -03:00
Herculino Trotta
1b2a77aaf3 feat(monthly-view): add percentage bar 2024-12-24 02:36:26 -03:00
Herculino Trotta
1f4a66560a refactor: remove print debug 2024-11-24 18:58:26 -03:00
Herculino Trotta
369b294ee5 fix: missing projected expenses on monthly summary 2024-11-17 21:08:44 -03:00
Herculino Trotta
2f94dc299c refactor: improve monthly_summary calculations 2024-11-17 01:30:07 -03:00
Herculino Trotta
8a6aa50f79 feat: add function for calculating daily_spending_allowance 2024-11-17 01:23:55 -03:00
Herculino Trotta
bc3c3360d0 feat: improve transactions ordering 2024-11-10 20:45:05 -03:00
Herculino Trotta
efac65c689 refactor: move month_year_picker to common and make it more generic 2024-10-29 13:42:23 -03:00
Herculino Trotta
fda823ccd5 refactor: move month_year_picker to common and make it more generic 2024-10-29 13:41:04 -03:00
Herculino Trotta
5aec7b840e feat: add ordering selector to monthly_overview and all_transactions 2024-10-28 00:57:54 -03:00
Herculino Trotta
be76ccfdf6 feat: improve config pages listings 2024-10-27 21:55:32 -03:00
Herculino Trotta
f231201a60 feat: remove transaction query from monthly_overview index 2024-10-26 19:15:37 -03:00
Herculino Trotta
3b4061c1b8 feat: add account group to item 2024-10-21 15:49:03 -03:00
Herculino Trotta
2b1fdd49e5 feat: add start_page user config 2024-10-21 00:02:57 -03:00
Herculino Trotta
07cbfefb95 changes, fixes and improvements 2024-10-16 00:16:48 -03:00
Herculino Trotta
d20897a28a more changes 2024-10-13 12:10:50 -03:00
Herculino Trotta
d2cd115751 feat: improve monthly transactions ordering 2024-10-09 22:31:08 -03:00
Herculino Trotta
a918b4ae7c feat: add api 2024-10-09 22:30:48 -03:00
Herculino Trotta
3dde44b1cd changes 2024-10-09 00:31:21 -03:00