Asset | Date | Type | Description | Quantity | Amount | Fees |
---|---|---|---|---|---|---|
{{te.asset}} | {{te.date|datefilter}} | {{te.type}} | {{te.note|nowrapfilter}} | {{te.quantity|quantityfilter}} | {% set asset_totals.quantity = asset_totals.quantity + te.quantity %}{{te.amount|valuefilter}} | {% set asset_totals.amount = asset_totals.amount + te.amount %}{{te.fees|valuefilter}} | {% set asset_totals.fees = asset_totals.fees + te.fees %}
Total | {{asset_totals.quantity|quantityfilter}} | {{asset_totals.amount|valuefilter}} | {{asset_totals.fees|valuefilter}} |
Income Type | Amount | Fees | ||||
---|---|---|---|---|---|---|
{{i_type}} | {{income.type_totals[i_type]['amount']|valuefilter}} | {{income.type_totals[i_type]['fees']|valuefilter}} |
Total | {{income.totals['amount']|valuefilter}} | {{income.totals['fees']|valuefilter}} |