Commit Graph

177 Commits

Author SHA1 Message Date
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
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
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
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
4b8051cca2 refactor(rules): rename TransactionRuleAction related_name from "action" to "transaction_actions" 2024-12-27 02:10:09 -03:00
Herculino Trotta
e461e87688 feat(transactions:all): add summary 2024-12-25 23:36:28 -03:00
Herculino Trotta
3a0f06e0d3 feat(transactions:filter): add currency filter 2024-12-25 11:00:33 -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
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
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
786a80f372 fix(transactions): wrong field name when generating upcoming transactions 2024-12-15 10:07:04 -03:00
Herculino Trotta
b148a89dc6 feat(tasks): add error logging 2024-12-15 10:06:31 -03:00
Herculino Trotta
1ffbd4f9f5 fix(networth): missing title for each page type 2024-12-15 01:42:02 -03:00
Herculino Trotta
188e737121 feat(networth): add projected view 2024-12-15 01:22:33 -03:00
Herculino Trotta
86443ba197 feat: add contained, persistent calculator 2024-12-14 18:22:21 -03:00
Herculino Trotta
0b60f73e44 refactor: remove duplicate calculation 2024-12-13 23:27:54 -03:00
Herculino Trotta
ef0b302132 fix: entity not saving for Recurring Transaction 2024-11-30 22:38:06 -03:00
Herculino Trotta
2382abf3c0 feat: add Transaction Entity 2024-11-30 17:12:35 -03:00
Herculino Trotta
28096cd490 feat: paginate exchange rates 2024-11-30 02:18:02 -03:00
Herculino Trotta
da10f461a6 refactor: drop toast(s) custom event as toasts listen to updated now 2024-11-30 00:35:20 -03:00
Herculino Trotta
1f4a66560a refactor: remove print debug 2024-11-24 18:58:26 -03:00
Herculino Trotta
b3896df466 fix: wrong calculations 2024-11-18 10:15:52 -03:00
Herculino Trotta
1544c6cca2 fix: wrong calculations 2024-11-18 10:08:54 -03:00
Herculino Trotta
c9b4cd3408 fix: wrong calculations 2024-11-18 01:17:37 -03:00
Herculino Trotta
b504d7fdcb feat: prevent exchange rate currencies from being the same as currency 2024-11-17 21:46:42 -03:00
Herculino Trotta
369b294ee5 fix: missing projected expenses on monthly summary 2024-11-17 21:08:44 -03:00
Herculino Trotta
6fa9b77e1d feat: improve calculations for net_worth 2024-11-17 14:46:47 -03:00
Herculino Trotta
84bb247918 feat: improve calculations for net_worth 2024-11-17 11:36:32 -03:00
Herculino Trotta
e81c0c1bb1 feat: improve yearly overview by currency calculations 2024-11-17 02:29:20 -03:00
Herculino Trotta
fdd9fbc780 feat: improve yearly overview by account calculations 2024-11-17 02:01:32 -03:00
Herculino Trotta
436984eaac feat: display error when amount can't be displayed 2024-11-17 02:01:08 -03:00
Herculino Trotta
d5e207fc9c feat: add group name to transaction sum by account 2024-11-17 02:00:54 -03:00
Herculino Trotta
2f94dc299c refactor: improve monthly_summary calculations 2024-11-17 01:30:07 -03:00
Herculino Trotta
b979728405 feat: add function for cleaning dicts 2024-11-17 01:24:07 -03:00
Herculino Trotta
8a6aa50f79 feat: add function for calculating daily_spending_allowance 2024-11-17 01:23:55 -03:00
Herculino Trotta
3f7ed42acf feat: add function for summing transactions 2024-11-17 01:23:40 -03:00
Herculino Trotta
2623fb3da5 feat: convert returns None if Currency convertion has same currency for both or if amount if 0 2024-11-16 23:59:46 -03:00
Herculino Trotta
53de8e7851 fix: missing DCA charts 2024-11-16 09:52:34 -03:00
Herculino Trotta
90aceda9aa feat: add currencies to DCA list 2024-11-15 22:32:32 -03:00
Herculino Trotta
2c15a284af feat: add current price and other info to DCA strategy detail 2024-11-15 22:24:07 -03:00
Herculino Trotta
7f6e6514d5 feat: add Unit Price Calculator 2024-11-15 11:57:42 -03:00
Herculino Trotta
0493ec34e8 refactor: remove debug prints 2024-11-13 12:41:53 -03:00