wealthfolio
wealthfolio copied to clipboard
A Beautiful Private and Secure Desktop Investment Tracking Application
# Context - This is one step in the plan to support this app running on web browser, and mobile - Goal - in Desktop mode, `src/commands` will calls to...
# Summary - Extend `src/commands` to support multiple platforms - e.g. - in desktop mode, call Tauri - in web standalone, use localForage in web browser like IndexedDB
The error message for an invalid activity type leaks the underlying enum type. Should ideally be changed to a more user-friendly one?
I am in Jamaica and I would like to add equities from the Jamaica Stock Exchange. Is that something you guys could add support for? Or, if you could point...
# Context - This is one step in the plan to support this app running on web browser, and mobile - Goal - in Desktop mode, `src/commands` will calls to...
# Context - This is one step in the plan to support this app running on web browser, and mobile - Goal - in Desktop mode, `src/commands` will calls to...
This could be somewhat manual, or perhaps use the Zillow API or something similar to track the estimated value of real estate property.
The activity quantity and price are coded a f64, this creates an issue with fractional shares.
I'm installing using: ```bash sudo apt install wealthfolio_1.0.6_amd64.deb ``` And I get: ``` Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'wealthfolio' instead of...
To import holdings from my bank, I have to download a bunch of PDF files, parse it and generate a csv. I would like to move then this PDF file...