A free & open-source software for tracking fixed-income investments, and could provide earning date tracking and earning value estimate.
Made by Guangyin Ye
- Polished up for a public release v1.5.0
- Quick filtering by owner, marketplace, bank, and start & end time within the side drawer
- Interactive data grid (edit, delete, hide, sort, filter) to show the records
- Autocomplete based on current records when adding new records
- Highlight for already past maturity records, and most recent get money date
- Earning estimates
- Auto theme (Light/Dark) based on system preferences, and can be changed in settings
- Coming soon
- Rust & System specific pre-req (please view Tauri doc here)
- NodeJs & npm
- git clone this repo or download source code and extract
- install Tauri pre-req by following this guide
- run
npm install
under project folder - run
npm run tauri dev
for dev build testing
run command npm run tauri build
for creating distribution for your platform