fix for fees for selling.
fix for taxfree amount. add description to transactions.
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for transaction in transactions %}
|
||||
{% if transaction.description and transaction.description != '' %}
|
||||
<tr>
|
||||
<td colspan="5">{{ transaction.description }}:</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<td>{{ transaction.date_valid }}</td>
|
||||
<td>{{ transaction.crypto_amount|floatformat:3 }}
|
||||
|
||||
Reference in New Issue
Block a user