issues
search
matthiasstraka
/
php-invest
Self-hosted stock portfolio tracking software using PHP/Symfony. It tracks portfolios across multiple brokers and automatically updates daily stock data. It allows tracking trades of raw stock and EUSIPA derivatives/instruments.
GNU General Public License v3.0
18
stars
8
forks
source link
Add file upload for account transactions
#29
Open
matthiasstraka
opened
1 year ago
matthiasstraka
commented
1 year ago
Upload one file for each transaction
Store file in Database table (easier for backup than file backed storage)
Each file has a name, filetype and date
Delete files (automatically if a transaction is deleted)
Download file (check user access right)