Commit Graph

11 Commits (master)

Author SHA1 Message Date
Simon Roberts b5b68833f5
Add support for purchase price/currency to portfolio (#243)
* Add support for declaring a BuyPrice and BuyCurrency in portfolio.
eg: ["Algorand", "125.4", "0.8", "USD"]

Add optional (default off) columns to portfolio:
"buy_price", "buy_currency", "profit", "profit_percent"

Note: there is no UI for entering this yet.
3 years ago
Simon Roberts 1713392f08
Update comment 3 years ago
Simon Roberts 9e910402f5
New method to format date-time in locale and LC_TIME sensitive way 3 years ago
Simon Roberts 11bf5e23df
Start working on locale-sensitive date-time formatting 3 years ago
Simon Roberts 3b37cc34c3
Scale large numbers by adding Million Billion Trillion suffix (#200)
Add option for scaling Thousand Million Billion Trillion numbers by adding suffix.
3 years ago
Miguel Mota 758e8367f7
Increase number of decimals shown when price < 1. #132 3 years ago
afh 7d06a536eb pkg/humanize: Replace Commaf with Numericf and Monetaryf
to allow for locale aware formatting of numbers.
3 years ago
Miguel Mota 394d35473d Consolidate UI packages 4 years ago
Miguel Mota 6eb6236104 closes #24 5 years ago
Miguel Mota bd58b112f1 portfolio percentages 5 years ago
Miguel Mota ad9ab777d8 rm dep
Former-commit-id: 1c64d4a067c68f64d02737472b2f42d8b4868d30 [formerly 1c64d4a067c68f64d02737472b2f42d8b4868d30 [formerly 0553194e516b6433270cb4fd8c41392fc4ee22e3 [formerly 0c842dac32]]]
Former-commit-id: 512fe94317ae26c0778663381c07381b0f7cad75
Former-commit-id: 4362b8e1360c2aed98d6e9726244e2e246d7dd73 [formerly ccad131add3fe8b9b8841b2758e958a82d97a595]
Former-commit-id: 40a20d88395729060edcba639d22ba3e52c2faa5
6 years ago