Commit Graph
94 Commits
Author SHA1 Message Date
timo_admin 68efd595b7 do not run forms code during migration
database does not exist yet
2021-05-11 09:53:52 +02:00
timo_admin 5ac5f1c2d7 add new database fields and migrate the data 2021-05-11 07:35:56 +02:00
timo_admin 2575e1e1d1 Merge pull request #27 from tpokorra/TP-20210428-fixdjango32
fixes for Django 3.2
2021-04-28 21:02:50 +02:00
timo_admin 42ef8a8a36 fixes for Django 3.2 2021-04-28 21:02:00 +02:00
timo_admin fb9cdb640e Merge pull request #25 from tpokorra/TP-20210324-fixes_fees_transfer
Tp 20210324 fixes fees transfer
2021-03-24 21:28:14 +01:00
timo_admin 6feb0e3ab5 deal with transfers of once crypto currency between wallets
fixes #24
2021-03-24 21:27:09 +01:00
timo_admin 91c264e9cd display small crypto amounts with more decimals
fixes #23
2021-03-24 21:25:47 +01:00
timo_admin 19cb3a8c02 Merge pull request #22 from tpokorra/TP-202103-formatcurrencytransactions
also format the exchange rates properly
2021-03-05 20:37:20 +01:00
timo_admin 9e66e1aace also format the exchange rates properly
related to #20
2021-03-05 20:36:02 +01:00
timo_admin be3c52b5bd Merge pull request #21 from tpokorra/TP-202103-templatetag_filter_formatcurrency
display decimal digits depending on the amount value
2021-03-05 20:32:41 +01:00
timo_admin 5c24dfd408 display decimal digits depending on the amount value
fixes #20
2021-03-05 20:31:27 +01:00
timo_admin 674e55e76d Merge pull request #19 from tpokorra/TP-20210301-fixedit_tradeid
fix for editing transaction, must reference trade_id
2021-03-01 22:00:53 +01:00
timo_admin 4645a50a58 fix for editing transaction, must reference trade_id 2021-03-01 21:40:56 +01:00
timo_admin 3f5e382e58 Merge pull request #18 from tpokorra/TP-202102-showLatestUpdateRates
show the date of the latest rate update on the monitor page
2021-02-20 11:11:09 +01:00
timo_admin 059dafad60 show the date of the latest rate update on the monitor page
fixes #17
2021-02-20 11:09:29 +01:00
timo_admin 6cb7eb66d0 Merge pull request #16 from tpokorra/TP-202102-btcde-api
import trades from bitcoin.de via API
2021-02-14 00:16:44 +01:00
timo_admin 431ec50eba fix tab 2021-02-14 00:11:44 +01:00
timo_admin 5e27eae9ca import trades from bitcoin.de via API
fixes #15
2021-02-14 00:09:21 +01:00
timo_admin fb468b20bc Merge pull request #14 from tpokorra/TP-20210130-smallfix
small fix: reorder the output of rates per period
2021-01-30 22:02:19 +01:00
timo_admin e473683bcd small fix: reorder the output of rates per period 2021-01-30 22:01:38 +01:00
timo_admin bb03e7f613 Merge pull request #13 from tpokorra/TP-20210130-showDiffPerPeriod
show diff in percentage per graph period
2021-01-30 21:57:38 +01:00
timo_admin 96520d3128 show diff in percentage per graph period 2021-01-30 21:56:50 +01:00
timo_admin d6ab891aa7 Merge pull request #12 from tpokorra/TP-20210130-minmax_per_period
calculate min and max values per period
2021-01-30 21:45:13 +01:00
timo_admin f1f7f4fe22 calculate min and max values per period 2021-01-30 21:44:21 +01:00
timo_admin ffb66656dc Merge pull request #11 from tpokorra/TP-20210130-10year
show 10 year graph
2021-01-30 07:25:26 +01:00
timo_admin f611a2e96c show 10 year graph 2021-01-30 07:24:44 +01:00
timo_admin 78d8073e66 Merge pull request #10 from tpokorra/TP-20210130-redesignlayout
redesign the layout
2021-01-30 07:17:37 +01:00
timo_admin da6fb57ff4 redesign the layout 2021-01-30 07:09:36 +01:00
timo_admin 58732af339 Merge pull request #9 from tpokorra/TP-202101-charts-fixes
multiple fixes for charts
2021-01-24 22:56:49 +01:00
timo_admin 72baf5fc24 multiple fixes for charts 2021-01-24 22:55:29 +01:00
timo_admin 4ea2f80212 Merge pull request #8 from tpokorra/TP-202101-graphs
display graphs for exchange rates
2021-01-24 21:57:48 +01:00
timo_admin 6cfffd99c5 display graphs for exchange rates 2021-01-24 21:56:14 +01:00
timo_admin d0f3c18eec in the monitor view: only show todays USD rate once 2021-01-12 07:28:49 +01:00
timo_admin 8b029464be some demo data 2021-01-09 08:50:59 +01:00
timo_admin 55bd0fb28e add link to about page, and fork me on github 2021-01-09 06:30:52 +01:00
timo_admin 7b1b75cd95 use forms.SplitDateTimeField for date_valid in Transaction Add and Edit
fixes #1
2021-01-09 05:57:26 +01:00
timo_admin 64a9ec6c5e use currencies from rates for select on add and edit views.
fix edit template to work with form directly
fixes #2
2021-01-08 21:45:14 +01:00
timo_admin 2d7f73a531 display total amounts for wallet 2021-01-08 07:56:27 +01:00
timo_admin 94ae551041 get previous rates at midnight 2021-01-08 07:52:26 +01:00
timo_admin 86d1d2cd80 sort the currencies on the monitor 2021-01-08 07:18:16 +01:00
timo_admin 5db3c58505 fix an issue with BCH, because we bought for 0 Euro when it was split from BTC 2021-01-08 07:13:00 +01:00
timo_admin 22f21e8f36 small fixes for static files 2021-01-07 23:04:36 +01:00
timo_admin d2060eac4b add css 2021-01-07 22:52:45 +01:00
timo_admin e385650802 initial commit 2021-01-07 22:12:05 +01:00