Carlos E. Barboza
6bc174a87b
Update Dividend.php ( #176 )
...
* Adds a second join condition requiring holdings.symbol = dividends.symbol.
Without this, the join only matches on portfolio_id, which could incorrectly associate dividends with holdings of a different symbol within the same portfolio.
* Add test
---------
Co-authored-by: hackerESQ <corey@coreyvarma.com >
2026-03-15 17:00:29 -05:00
hackerESQ
66889abc72
Migrate to laravel ai sdk ( #181 )
...
Also
* upgrade to livewire 4
* replace rappsoft tables with filament
2026-03-13 15:21:22 -05:00
hackerESQ
5f583de857
fix: export daily change dates transposition
...
reference #148
2025-11-04 19:59:33 -06:00
hackerESQ
e6f38d9481
Chore: Upgrade to Laravel 12 + remove Mary and Jetstream dependencies ( #141 )
...
* docs: remove requirement for setting APP_KEY manually
* optimize date picker
* clean up modals
* spot light working
* reorganization
* add lazy load
* wip
* remove filament
* styling
2025-09-26 17:41:28 -05:00
hackerESQ
97298bcd39
Delete holding if no related transactions
...
resolves #63
2025-08-25 20:23:59 -05:00
hackerESQ
65710e2791
dividend earnings not shared between portfolios
2025-08-22 16:37:33 -05:00
hackerESQ
ac310735df
wip
2025-08-21 21:46:53 -05:00
hackerESQ
5611de0e2e
cleanup
2025-08-21 21:09:52 -05:00
hackerESQ
4196539169
cleanup
2025-08-21 21:09:48 -05:00
hackerESQ
e427d5802c
wip
2025-08-21 20:54:14 -05:00
hackerESQ
fc5cc1fee2
wip
2025-08-21 20:12:59 -05:00
hackerESQ
fb3c19d3bf
wip
2025-08-21 19:51:48 -05:00
hackerESQ
24aeb72549
temp remove dividends
2025-08-20 18:31:15 -05:00
hackerESQ
7e2bf3430e
wip
2025-08-19 21:34:35 -05:00
hackerESQ
03089ed1b3
wip
2025-08-11 20:39:54 -05:00
hackerESQ
97b13063d9
wip
2025-08-11 19:58:17 -05:00
hackerESQ
9260de5f25
wip
2025-08-05 21:43:55 -05:00
hackerESQ
505a24bf99
chore: clean up
2025-07-23 21:29:44 -05:00
hackerESQ
519486fe57
fix: settings for user localiation
2025-07-22 21:52:04 -05:00
hackerESQ
a13bd9f0dc
fix: double counting cr
2025-07-22 20:20:59 -05:00
hackerESQ
2c3950b522
fix: holding calculations
2025-07-21 20:36:36 -05:00
hackerESQ
81af737204
fix: cost basis calculations on daily change queries
2025-07-17 22:00:30 -05:00
hackerESQ
81845d47f2
fix: cost basis for holding calculations
2025-07-17 20:38:29 -05:00
hackerESQ
90a15ceddb
fix: set default
2025-07-14 21:20:47 -05:00
hackerESQ
ee51cb7e2a
fix: division by zero error
2025-07-12 00:40:37 -05:00
hackerESQ
40120c7027
fix: delay queued currency rates filling
2025-07-11 22:38:09 -05:00
hackerESQ
1b0f9c134c
fix: dispatch time series rates
2025-05-16 19:38:58 -05:00
hackerESQ
3589242996
fix: dispatch time series updates
2025-05-16 19:31:44 -05:00
hackerESQ
689aa4d50b
fix: multi currency seeders
2025-05-15 20:05:14 -05:00
hackerESQ
de54b6843d
Fix multi-currency imports ( #94 )
2025-05-02 18:14:06 -05:00
hackerESQ
17e5d8b665
fix: increase chunk size
2025-04-12 10:12:30 -05:00
hackerESQ
bd9c828c68
fix: use options prop
2025-04-11 21:49:06 -05:00
hackerESQ
3593697cce
fix: user needs to be set from import job
2025-04-11 21:42:38 -05:00
hackerESQ
38a65f99c9
fixes multi currency tests
2025-04-11 20:57:21 -05:00
hackerESQ
1ef8dd9378
Feat: Adds multi currency to imports and exports ( #89 )
...
* Also adds ability for user to export configurations
2025-04-10 20:47:35 -05:00
hackerESQ
eae345f243
Feat: Adds multi currency support ( #88 )
2025-04-09 19:25:15 -05:00
hackerESQ
261c848ffd
fix: add unique constraint to split and dividends
...
to prevent duplicate records
2025-03-19 16:16:38 -05:00
hackerESQ
7ab6f79e56
feat: adds pgsql compatibility ( #72 )
2025-03-10 21:17:24 -05:00
hackerESQ
6dea75651b
fix: version response will be an object
2025-02-25 20:16:13 -06:00
Oscar Padilla
6cff252813
fix: support mariadb in sync:daily-change ( #64 )
...
* fix: support mariadb in sync:daily-change
* use version() instead of system variables
---------
Co-authored-by: hackerESQ <corey@coreyvarma.com >
2025-02-25 20:09:03 -06:00
hackerESQ
9bd406c5b1
fix: adds appropriate return types
2025-01-28 19:03:06 -06:00
hackerESQ
cdce46b6df
chore: add script type rule to pint
2025-01-28 17:33:54 -06:00
hackerESQ
e8ef0921ad
chore: code style
2025-01-28 17:14:49 -06:00
hackerESQ
ea22c27710
wip
2025-01-27 20:04:03 -06:00
hackerESQ
b9d41f9ac0
chore: clean up unneeded attributes
2025-01-24 19:18:27 -06:00
hackerESQ
1c63e2b856
fix: uses last dividend created date as start date instead of last dividend date
...
closes #26
2024-11-14 01:25:03 -06:00
hackerESQ
0c29393f3b
fix: skip dividend sync if most recent dividend was less than 24 hours ago
2024-11-07 20:40:55 -06:00
hackerESQ
af3726cb91
fix: sales quantity should use rounded float numbers
2024-11-07 18:20:53 -06:00
hackerESQ
fee9cda5ba
feat:adds admin field
2024-11-05 15:39:29 -06:00
hackerESQ
b97a41f7ad
fix:scope chat history for each user
2024-11-03 08:41:14 -06:00