2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-10 13:10:26 +00:00
Commit Graph

11 Commits

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.
2021-10-24 12:08:58 +11:00
Simon Roberts
1713392f08
Update comment 2021-10-08 11:46:50 +11:00
Simon Roberts
9e910402f5
New method to format date-time in locale and LC_TIME sensitive way 2021-10-08 11:20:11 +11:00
Simon Roberts
11bf5e23df
Start working on locale-sensitive date-time formatting 2021-10-07 08:06:58 +11:00
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.
2021-10-07 08:02:21 +11:00
Miguel Mota
758e8367f7
Increase number of decimals shown when price < 1. #132 2021-07-04 02:02:52 -07:00
afh
7d06a536eb pkg/humanize: Replace Commaf with Numericf and Monetaryf
to allow for locale aware formatting of numbers.
2021-04-18 17:32:44 +02:00
Miguel Mota
394d35473d Consolidate UI packages 2020-11-18 20:37:40 -08:00
Miguel Mota
6eb6236104 closes #24 2019-02-25 22:35:51 -08:00
Miguel Mota
bd58b112f1 portfolio percentages 2018-12-25 22:11:59 -08:00
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
2018-04-03 00:50:55 -07:00