Commit Graph

173 Commits

Author SHA1 Message Date
Herculino Trotta
1ffbd4f9f5 fix(networth): missing title for each page type 2024-12-15 01:42:02 -03:00
Herculino Trotta
4c23b75066 fix(networth): projected currency totals not displayed correctly 2024-12-15 01:33:53 -03:00
Herculino Trotta
188e737121 feat(networth): add projected view 2024-12-15 01:22:33 -03:00
Herculino Trotta
77cc043b90 refactor: reduce calculator width due to mobile 2024-12-14 21:25:05 -03:00
Herculino Trotta
86443ba197 feat: add contained, persistent calculator 2024-12-14 18:22:21 -03:00
Herculino Trotta
2993ead631 refactor(networth): add functions for interacting with charts 2024-12-14 11:07:27 -03:00
Herculino Trotta
b744aed388 feat(networth): show all chart data points when clicking on account or currency card title 2024-12-14 02:49:09 -03:00
Herculino Trotta
216f9b8ef4 feat(networth): hide other chart data points when clicking on account or currency name 2024-12-14 02:42:05 -03:00
Herculino Trotta
b86e859c39 feat: try to keep selected transactions between htmx swaps 2024-12-14 02:24:12 -03:00
Herculino Trotta
4b8baec36f feat(DCA): add buying price when hovering over paid amount 2024-12-13 23:28:27 -03:00
Herculino Trotta
715a37d226 refactor: replace error message with sweet alert 2 2024-12-13 23:00:07 -03:00
Herculino Trotta
992ab1ccdc feat: add soft search to config pages 2024-12-01 12:25:56 -03:00
Herculino Trotta
3bcac31495 feat: add soft search to config pages 2024-12-01 12:15:56 -03:00
Herculino Trotta
4f14782f12 fix: entity config page with wrong active class when open 2024-12-01 12:05:23 -03:00
Herculino Trotta
38570ef4b4 feat: add Transaction Entity to navbar 2024-11-30 17:16:47 -03:00
Herculino Trotta
2382abf3c0 feat: add Transaction Entity 2024-11-30 17:12:35 -03:00
Herculino Trotta
28c8a961bc feat: use proper cotton boolean for removing padding on empty msg 2024-11-30 17:12:12 -03:00
Herculino Trotta
8331b3f7d4 feat: replace filter dropdown with collapsible 2024-11-30 15:52:18 -03:00
Herculino Trotta
05db41d34b feat: replace filter dropdown with collapsible 2024-11-30 15:51:08 -03:00
Herculino Trotta
1e60546eed fix: replace linebreaks with br on installments and recurring tables 2024-11-30 03:44:22 -03:00
Herculino Trotta
a6d9793c03 feat: improve transaction item density on mobile 2024-11-30 03:43:46 -03:00
Herculino Trotta
08da805642 fix: add linebreaks to recurring transactions table 2024-11-30 03:29:37 -03:00
Herculino Trotta
0d3c0b904e feat: add transaction type coloring and note to installments table 2024-11-30 03:29:18 -03:00
Herculino Trotta
59d8dc7290 feat: add transaction type coloring and note to recurring transaction table 2024-11-30 02:45:44 -03:00
Herculino Trotta
4b31e3b1f0 feat: add transaction type coloring and note to recurring transaction table 2024-11-30 02:44:56 -03:00
Herculino Trotta
28096cd490 feat: paginate exchange rates 2024-11-30 02:18:02 -03:00
Herculino Trotta
73678aacab feat: improve multiple toasts on the same page from different sources 2024-11-30 00:32:23 -03:00
Herculino Trotta
f521fe9016 fix: rounding erros when balancing accounts 2024-11-24 18:58:18 -03:00
Herculino Trotta
cb2de69ec2 fix: rounding erros when summing transactions 2024-11-18 10:46:48 -03:00
Herculino Trotta
52a0279fc8 fix: rounding erros when summing transactions 2024-11-18 10:40:09 -03:00
Herculino Trotta
84bb247918 feat: improve calculations for net_worth 2024-11-17 11:36:32 -03:00
Herculino Trotta
e5e002497f feat: display more decimal places when needed on net worth 2024-11-17 11:10:21 -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
2f94dc299c refactor: improve monthly_summary calculations 2024-11-17 01:30:07 -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
2b8e8408e3 fix: transaction actions not fully centered 2024-11-16 16:56:17 -03:00
Herculino Trotta
2cda2150b9 feat: change coloring for monthly_summary 2024-11-15 22:41:05 -03:00
Herculino Trotta
34fa362efa feat: add currencies to DCA list 2024-11-15 22:34:01 -03:00
Herculino Trotta
af5a58d7c3 feat: add currencies to DCA list 2024-11-15 22:26:38 -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
c2f9f7f70f fix: summing transactions with a lot of decimal places, drop the decimals 2024-11-13 12:57:46 -03:00
Herculino Trotta
0c67405f3e feat: multiple improvements and new charts for DCA 2024-11-13 00:55:44 -03:00
Herculino Trotta
a56e6a5b64 feat: prevent text-wrapping on some big tables 2024-11-12 22:39:21 -03:00
Herculino Trotta
1fd9ab67ca fix: DCA detail chart reloads zoomed in 2024-11-12 13:56:35 -03:00
Herculino Trotta
da39fa1476 fix: DCA detail chart reloads zoomed in 2024-11-12 13:46:42 -03:00
Herculino Trotta
d48aa0da3b feat: add title to DCA Strategy detail 2024-11-12 13:02:47 -03:00
Herculino Trotta
5ee4518f30 fix: DCA Tracker using wrong templates for editing 2024-11-12 13:02:33 -03:00
Herculino Trotta
ba52e8740f feat: finish adding DCA Tracker tool 2024-11-12 11:40:50 -03:00